Skip to content

Conversation

@flin-8
Copy link
Contributor

@flin-8 flin-8 commented Oct 26, 2025

[sc-125060]

Corresponding code change: OctopusDeploy/Calamari#1614

@flin-8 flin-8 self-assigned this Oct 26, 2025
- repoURL: https://github.com/another-repo/values-files-here
targetRevision: main
ref: remote-values
name: ref-source
Copy link
Contributor

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.

Copy link
Contributor Author

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 }}"
Copy link
Contributor

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.

Copy link
Contributor Author

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 }}"

flin-8 and others added 7 commits October 27, 2025 13:51
Copy link
Contributor

@rain-on rain-on left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@flin-8 flin-8 merged commit 7e1d924 into main Oct 28, 2025
4 checks passed
@flin-8 flin-8 deleted the frank/helmalias branch October 28, 2025 03:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants