Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bump gitops operator with promotion hooks support #368

Merged
merged 16 commits into from
Feb 2, 2025
4 changes: 2 additions & 2 deletions charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.1.65
appVersion: 0.1.67
description: A Helm chart for Codefresh gitops runtime
name: gitops-runtime
version: 0.0.0
Expand Down Expand Up @@ -38,7 +38,7 @@ dependencies:
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 0.3.22
version: 0.3.23
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
Expand Down