Skip to content

Conversation

@ChristofferNissen
Copy link
Owner

Add option to define a version based on a template, to dynamically use the chart version as part of the replace value

...
- name: chartname
  version: "1.2.3"
  repo:
    name: chartrepo
    url: https://raw.githubusercontent.com/"
  images:
    modify:
    - fromValuePath: image.repository
      to: "reg.io/repo/name"
    - fromValuePath: image.tag
      to: "v{.version}"
...

Becomes "reg.io/repo/name:v1.2.3"

@ChristofferNissen ChristofferNissen merged commit 64907b6 into main Oct 16, 2024
6 checks passed
@ChristofferNissen ChristofferNissen deleted the feat/introduce-versionToken-option branch October 16, 2024 12:31
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.

3 participants