From 7ed61fecd13d074827868cc952d885214b7aed89 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 14 Aug 2024 16:01:59 +0300 Subject: [PATCH 1/2] update codefresh-gitops-operator to `0.2.8` --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index a8477c3a..ad3dc50d 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,7 +38,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.2.5 + version: 0.2.8 alias: gitops-operator condition: gitops-operator.enabled - name: garage From d85c1e75c7b86810fafdd46bf15e75f022926ed7 Mon Sep 17 00:00:00 2001 From: Noam Gal Date: Wed, 14 Aug 2024 18:50:35 +0300 Subject: [PATCH 2/2] update codefresh-gitops-operator to `0.2.9` --- charts/gitops-runtime/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/gitops-runtime/Chart.yaml b/charts/gitops-runtime/Chart.yaml index ad3dc50d..45bcf78e 100644 --- a/charts/gitops-runtime/Chart.yaml +++ b/charts/gitops-runtime/Chart.yaml @@ -38,7 +38,7 @@ dependencies: condition: tunnel-client.enabled - name: codefresh-gitops-operator repository: oci://quay.io/codefresh/charts - version: 0.2.8 + version: 0.2.9 alias: gitops-operator condition: gitops-operator.enabled - name: garage