From 028690dee37201d91a718e27018ca1a0229bf73f Mon Sep 17 00:00:00 2001 From: Akash Singhal Date: Mon, 9 Oct 2023 16:03:28 -0700 Subject: [PATCH] chore: bump chart versions in dev helmfiles (#1108) --- dev.helmfile.yaml | 2 +- dev.high-availability.helmfile.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev.helmfile.yaml b/dev.helmfile.yaml index dca819df4..aa83d3cae 100644 --- a/dev.helmfile.yaml +++ b/dev.helmfile.yaml @@ -21,7 +21,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: charts/ratify # PRERELEASE: Change to 'ratify/ratify' before copying to helmfile.yaml - version: 1.10.0 # ATTENTION: Needs to match latest in Chart.yaml + version: 1.11.0 # ATTENTION: Needs to match latest in Chart.yaml wait: true needs: - gatekeeper diff --git a/dev.high-availability.helmfile.yaml b/dev.high-availability.helmfile.yaml index f9963b853..5542d39e3 100644 --- a/dev.high-availability.helmfile.yaml +++ b/dev.high-availability.helmfile.yaml @@ -32,7 +32,7 @@ releases: - name: ratify namespace: gatekeeper-system chart: charts/ratify/ - version: 1.10.0 # ATTENTION: Needs to match latest in Chart.yaml + version: 1.11.0 # ATTENTION: Needs to match latest in Chart.yaml wait: true needs: - dapr-system/dapr