From 175051719e411036ee694f94f2f18bfc6e412476 Mon Sep 17 00:00:00 2001 From: Kevin Conner Date: Tue, 23 Jan 2024 10:49:15 -0800 Subject: [PATCH] Bumping to v0.7.1-rc4 Signed-off-by: Kevin Conner --- charts/zora/Chart.yaml | 4 ++-- charts/zora/README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/zora/Chart.yaml b/charts/zora/Chart.yaml index f8a09d2e..7c373d37 100644 --- a/charts/zora/Chart.yaml +++ b/charts/zora/Chart.yaml @@ -17,7 +17,7 @@ name: zora description: A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times. icon: https://zora-docs.undistro.io/v0.7/assets/logo.svg type: application -version: 0.7.1-rc3 -appVersion: "v0.7.1-rc3" +version: 0.7.1-rc4 +appVersion: "v0.7.1-rc4" sources: - https://github.com/undistro/zora diff --git a/charts/zora/README.md b/charts/zora/README.md index a01b33a8..83b776e1 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -1,6 +1,6 @@ # Zora Helm Chart -+![Version: 0.7.1-rc3](https://img.shields.io/badge/Version-0.7.1--rc3-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.1-rc3](https://img.shields.io/badge/AppVersion-v0.7.1--rc3-informational?style=flat-square&color=3CA9DD) ++![Version: 0.7.1-rc4](https://img.shields.io/badge/Version-0.7.1--rc4-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.1-rc4](https://img.shields.io/badge/AppVersion-v0.7.1--rc4-informational?style=flat-square&color=3CA9DD) A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times. @@ -13,7 +13,7 @@ helm repo add undistro https://charts.undistro.io --force-update helm repo update undistro helm upgrade --install zora undistro/zora \ -n zora-system \ - --version 0.7.1-rc3 \ + --version 0.7.1-rc4 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)"