From f2d394db1a9a3f70e3f0043dd12edd55984a8c2e Mon Sep 17 00:00:00 2001 From: Juncheng Zhu Date: Wed, 23 Oct 2024 07:55:44 +0000 Subject: [PATCH] chore: release-1.3.1 charts Signed-off-by: Juncheng Zhu --- 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 945bb14a6..b51659435 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.14.0 -appVersion: v1.3.0 +version: 1.14.1 +appVersion: v1.3.1 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 348736e9b..2faf76a13 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.3.0 + tag: v1.3.1 pullPolicy: IfNotPresent nameOverride: "" diff --git a/helmfile.yaml b/helmfile.yaml index e216de2ef..6e142d469 100644 --- a/helmfile.yaml +++ b/helmfile.yaml @@ -23,7 +23,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: ratify/ratify - version: 1.14.0 # Make sure this matches Chart.yaml + version: 1.14.1 # Make sure this matches Chart.yaml wait: true needs: - gatekeeper diff --git a/high-availability.helmfile.yaml b/high-availability.helmfile.yaml index 5698e2281..e43ff3d0c 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.14.0 # Make sure this matches Chart.yaml + version: 1.14.1 # Make sure this matches Chart.yaml wait: true needs: - dapr-system/dapr