Skip to content

Commit

Permalink
fix(updatecli): always use latest cert-manager using semantic version…
Browse files Browse the repository at this point in the history
…ing assumption

Signed-off-by: Olivier Vernin <[email protected]>
  • Loading branch information
olblak authored and saiyam1814 committed Nov 18, 2023
1 parent 4721a76 commit 09c3c2f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/updatecli/updatecli.d/cert-manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ sources:
repository: cert-manager
token: '{{ requiredEnv "UPDATECLI_GITHUB_TOKEN" }}'
username: '{{ requiredEnv "UPDATECLI_GITHUB_ACTOR" }}'
versionfilter:
# The cert-manager maintains multiple release line and we want to be sure to pick
# the latest one based on semantic versioning rules and not the latest release.
kind: semver

targets:
manifest:
Expand All @@ -33,7 +37,7 @@ targets:
replacepattern: '/download/{{ source "app" }}/'

# Define git repository configuration to know where to push changes
# Values are templated and provided via the values.yaml so we can easily
# Values are templated and provided via the values.yaml so we can easily
# adapt to the repository owner.
scms:
kubernetes-marketplace:
Expand Down

0 comments on commit 09c3c2f

Please sign in to comment.