From 14562f8d39b64f47c0923ffc9a66474fa7e9c3ad Mon Sep 17 00:00:00 2001 From: junczhu Date: Fri, 13 Sep 2024 02:13:58 +0000 Subject: [PATCH 1/2] chore: prepare release 1.3 --- charts/ratify/Chart.yaml | 4 ++-- charts/ratify/values.yaml | 2 +- helmfile.yaml | 2 +- high-availability.helmfile.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/ratify/Chart.yaml b/charts/ratify/Chart.yaml index 7a14472ec..945bb14a6 100644 --- a/charts/ratify/Chart.yaml +++ b/charts/ratify/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: ratify description: A Helm chart for Ratify -version: 1.13.3 -appVersion: v1.2.2 +version: 1.14.0 +appVersion: v1.3.0 home: https://github.com/ratify-project/ratify icon: https://raw.githubusercontent.com/ratify-project/ratify/main/logo.svg diff --git a/charts/ratify/values.yaml b/charts/ratify/values.yaml index 2bc52a02d..05db671ff 100644 --- a/charts/ratify/values.yaml +++ b/charts/ratify/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/ratify-project/ratify crdRepository: ghcr.io/ratify-project/ratify-crds - tag: v1.2.2 + tag: v1.3.0 pullPolicy: IfNotPresent nameOverride: "" diff --git a/helmfile.yaml b/helmfile.yaml index f5068ac37..2866de178 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.3 # Make sure this matches Chart.yaml + version: 1.14.0 # Make sure this matches Chart.yaml wait: true needs: - gatekeeper diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index 0203419c6..440fad260 100644 --- a/high-availability.helmfile.yaml +++ b/high-availability.helmfile.yaml @@ -50,7 +50,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.3 # Make sure this matches Chart.yaml + version: 1.14.0 # Make sure this matches Chart.yaml wait: true needs: - dapr-system/dapr From 84de6add0b0ee52a4376e438cc8923bf8b20f940 Mon Sep 17 00:00:00 2001 From: junczhu Date: Fri, 13 Sep 2024 06:48:05 +0000 Subject: [PATCH 2/2] chore: update helmfiles --- helmfile.yaml | 2 +- high-availability.helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/helmfile.yaml b/helmfile.yaml index 2866de178..e216de2ef 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -9,7 +9,7 @@ releases: namespace: gatekeeper-system createNamespace: true chart: gatekeeper/gatekeeper - version: 3.16.0 + version: 3.17.0 wait: true set: - name: enableExternalData diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index 440fad260..5698e2281 100644 --- a/high-availability.helmfile.yaml +++ b/high-availability.helmfile.yaml @@ -19,7 +19,7 @@ releases: namespace: gatekeeper-system createNamespace: true chart: gatekeeper/gatekeeper - version: 3.16.0 + version: 3.17.0 wait: true set: - name: enableExternalData