-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(helm,docker-compose): add registry service #435
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
heiruwu
force-pushed
the
INS-3717
branch
5 times, most recently
from
March 12, 2024 18:48
f78f314
to
797893e
Compare
donch1989
force-pushed
the
main
branch
6 times, most recently
from
March 13, 2024 14:37
3bd3700
to
6bba30a
Compare
heiruwu
requested review from
donch1989,
jvallesm and
Sarthak-instill
as code owners
March 19, 2024 06:31
donch1989
pushed a commit
that referenced
this pull request
Mar 20, 2024
Because - Instill core will be incorporating a image registry service This commit - add `docker registry` service in docker-composes deployment - add `docker registry` service in helm deployment Resolves INS-3818 Resolves INS-3819 Resolves INS-3934
donch1989
pushed a commit
that referenced
this pull request
Apr 2, 2024
🤖 I have created a release *beep* *boop* --- ## [0.27.0-beta](v0.26.1-beta...v0.27.0-beta) (2024-04-02) ### Features * **helm,docker-compose:** add registry service ([#435](#435)) ([8f56582](8f56582)) * **helm:** add configuration for read-replica database ([#455](#455)) ([ba80559](ba80559)) * **model:** support new models ([#457](#457)) ([7e311d5](7e311d5)) ### Bug Fixes * **cicd:** fix uploading console tests artifact issue ([#463](#463)) ([78b001d](78b001d)) ### Miscellaneous Chores * release v0.27.0-beta ([c0c331a](c0c331a)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please).
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Because
This commit
docker registry
service in docker-composes deploymentdocker registry
service in helm deploymentResolves INS-3818
Resolves INS-3819
Resolves INS-3934