Skip to content

feat: Gitops operator upgrade #234

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

Merged
merged 8 commits into from
Jul 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion charts/gitops-runtime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ maintainers:
annotations:
artifacthub.io/alternativeName: "codefresh-gitops-runtime"
artifacthub.io/changes: |
- kind: changed
description: "update gitops operator: automated release helm chart and image, restart from failed step and publish error in resume/retry to codefresh platform"
- kind: changed
description: "update argo-cd to 6.11.1-3-cap-2.11-2024.7.3-c0941bcb4 with fixes: 1) app metadata change event reporting; 2) report application event from queue instead of requesting live state"
dependencies:
Expand Down Expand Up @@ -41,7 +43,7 @@ dependencies:
condition: tunnel-client.enabled
- name: codefresh-gitops-operator
repository: oci://quay.io/codefresh/charts
version: 1.0.24
version: 0.1.4
alias: gitops-operator
condition: gitops-operator.enabled
- name: garage
Expand Down