Skip to content

Commit

Permalink
chore: fix chart version dependencies (#170)
Browse files Browse the repository at this point in the history
Signed-off-by: Moritz Wiesinger <[email protected]>
  • Loading branch information
mowies authored Aug 6, 2024
1 parent 9fc6125 commit 57aad62
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions charts/keptn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ version: 0.7.0
appVersion: v2.1.0 # x-release-please-version
dependencies:
- name: keptn-cert-manager
version: 0.2.4
version: 0.2.5
alias: certManager
condition: global.certManagerEnabled
repository: https://charts.lifecycle.keptn.sh
- name: keptn-lifecycle-operator
version: 0.3.0
version: 0.4.0
alias: lifecycleOperator
condition: lifecycleOperator.enabled
repository: https://charts.lifecycle.keptn.sh
- name: keptn-metrics-operator
version: 0.2.1
version: 0.2.3
alias: metricsOperator
condition: metricsOperator.enabled
repository: https://charts.lifecycle.keptn.sh

0 comments on commit 57aad62

Please sign in to comment.