-
Couldn't load subscription status.
- Fork 100
Remove Helm aliases and use name instead #2888
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
Conversation
| - repoURL: https://github.com/another-repo/values-files-here | ||
| targetRevision: main | ||
| ref: remote-values | ||
| name: ref-source |
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.
this example won't work as the two values files have a different layout.
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.
I'll combine the previous path then that should work
argo.octopus.com/image-replace-paths.helm-source: "{{ .Values.image.name}}:{{ .Values.image.version}}, {{ .Values.different.structure.here.image }}"
| argo.octopus.com/image-replace-paths.other-values: "{{ .Values.another-image.name }}" | ||
| argo.octopus.com/image-replace-paths.remote-values: "{{ .Values.image.name}}:{{ .Values.image.version}}" | ||
| argo.octopus.com/image-replace-paths.helm-source: "{{ .Values.another-image.name }}" |
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.
same problem as previous - the two values files have different content which is not supported.
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.
Change to
argo.octopus.com/image-replace-paths.helm-source: "{{ .Values.image.name}}:{{ .Values.image.version}}, {{ .Values.another-image.name }}"
Co-authored-by: Trent Mohay <trent.mohay@octopus.com>
Co-authored-by: Trent Mohay <trent.mohay@octopus.com>
Co-authored-by: Trent Mohay <trent.mohay@octopus.com>
Co-authored-by: Trent Mohay <trent.mohay@octopus.com>
… into frank/helmalias
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.
LGTM
[sc-125060]
Corresponding code change: OctopusDeploy/Calamari#1614