-
Notifications
You must be signed in to change notification settings - Fork 17
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
chore: add ecr push action #624
Conversation
aea694c
to
b5e967e
Compare
chart/values.yaml
Outdated
@@ -18,7 +18,8 @@ nameOverride: '' | |||
disablePostgrest: false | |||
|
|||
image: | |||
repository: docker.io/flanksource/config-db | |||
repository: docker.io/flanksource |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can we switch to global.imageRegistry
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Done
chart/templates/deployment.yaml
Outdated
@@ -39,7 +39,7 @@ spec: | |||
fsGroup: 1000 | |||
containers: | |||
- name: {{ include "config-db.name" . }} | |||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}" | |||
image: "{{ tpl .Values.global.image.repository . }}/{{ .Values.image.name }}:{{ .Values.image.tag | default .Chart.AppVersion }}" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
global.imageRegistry
🎉 This PR is included in version 0.0.324 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
No description provided.