Skip to content

Commit

Permalink
#8 Fix dependency constraint bug
Browse files Browse the repository at this point in the history
  • Loading branch information
nhinze23 committed Oct 2, 2024
1 parent 929868c commit 5c37728
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 @@ -12,4 +12,4 @@ dependencies:
annotations:
# For k8s-loki it is important to include "prerelease"-versions like "2.9.1-2", so there must be a "-0" after the patch-version.
# see https://helm.sh/docs/chart_best_practices/dependencies/#prerelease-versions for more information
"k8s.cloudogu.com/ces-dependency/k8s-loki": "^2.9.1-0"
"k8s.cloudogu.com/ces-dependency/k8s-loki": ">2.9.1-0"

0 comments on commit 5c37728

Please sign in to comment.