From 56fd3655470a440d4a7d50b832b9d7c5f4e4d6c8 Mon Sep 17 00:00:00 2001 From: meiserloh Date: Thu, 5 Oct 2023 09:36:36 +0200 Subject: [PATCH] #4 fix crd dependency in helm chart to allow -dev versions, too --- k8s/helm/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/k8s/helm/Chart.yaml b/k8s/helm/Chart.yaml index a1d5825..cdef2e9 100644 --- a/k8s/helm/Chart.yaml +++ b/k8s/helm/Chart.yaml @@ -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" \ No newline at end of file + "k8s.cloudogu.com/ces-dependency/k8s-backup-operator-crd": "0.x.x-0" \ No newline at end of file