Skip to content

Commit

Permalink
#4 fix crd dependency in helm chart to allow -dev versions, too
Browse files Browse the repository at this point in the history
  • Loading branch information
meiserloh committed Oct 5, 2023
1 parent 4dfea7c commit 56fd365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8s/helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ appVersion: "0.0.0-replaceme"
annotations:
# Dependency for the Backup-CRDs.
# Allow all versions up to next major version to avoid breaking changes
"k8s.cloudogu.com/ces-dependency/k8s-backup-operator-crd": "0.x"
"k8s.cloudogu.com/ces-dependency/k8s-backup-operator-crd": "0.x.x-0"

0 comments on commit 56fd365

Please sign in to comment.