From ceffa17bee5049dfefcdea7783fbc1c6278981c5 Mon Sep 17 00:00:00 2001 From: junczhu Date: Fri, 5 Jul 2024 07:09:28 +0000 Subject: [PATCH 1/2] chore: prepare release 1.2.1 charts update 2 --- charts/ratify/Chart.yaml | 4 ++-- charts/ratify/values.yaml | 4 ++-- helmfile.yaml | 2 +- high-availability.helmfile.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/ratify/Chart.yaml b/charts/ratify/Chart.yaml index 96c8ab1bf..bbfff146f 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.1 +version: 1.13.2 appVersion: v1.2.1 -home: https://github.com/deislabs/ratify +home: https://github.com/ratify-project/ratify icon: https://raw.githubusercontent.com/deislabs/ratify/main/logo.svg diff --git a/charts/ratify/values.yaml b/charts/ratify/values.yaml index 8978d6a63..46983d2ff 100644 --- a/charts/ratify/values.yaml +++ b/charts/ratify/values.yaml @@ -1,6 +1,6 @@ image: - repository: ghcr.io/deislabs/ratify - crdRepository: ghcr.io/deislabs/ratify-crds + repository: ghcr.io/ratify-project/ratify + crdRepository: ghcr.io/ratify-project/ratify-crds tag: v1.2.1 pullPolicy: IfNotPresent diff --git a/helmfile.yaml b/helmfile.yaml index 882cf7440..431b77913 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.1 # Make sure this matches Chart.yaml + version: 1.13.2 # Make sure this matches Chart.yaml wait: true needs: - gatekeeper diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index 888ad6caa..a151ffad1 100644 --- a/high-availability.helmfile.yaml +++ b/high-availability.helmfile.yaml @@ -32,7 +32,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.13.1 # Make sure this matches Chart.yaml + version: 1.13.2 # Make sure this matches Chart.yaml wait: true needs: - dapr-system/dapr From 8e173a4feb261e97374790e1b56e4497acb4e2cc Mon Sep 17 00:00:00 2001 From: junczhu Date: Fri, 5 Jul 2024 07:19:44 +0000 Subject: [PATCH 2/2] chore: prepare release 1.2.1 charts update 3 --- charts/ratify/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/ratify/Chart.yaml b/charts/ratify/Chart.yaml index bbfff146f..35be6444d 100644 --- a/charts/ratify/Chart.yaml +++ b/charts/ratify/Chart.yaml @@ -4,4 +4,4 @@ description: A Helm chart for Ratify version: 1.13.2 appVersion: v1.2.1 home: https://github.com/ratify-project/ratify -icon: https://raw.githubusercontent.com/deislabs/ratify/main/logo.svg +icon: https://raw.githubusercontent.com/ratify-project/ratify/main/logo.svg