From 7b5016a0c10cedcc701059d3c1ef0c3c5bfbe2a6 Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Tue, 26 Sep 2023 10:55:35 -0300 Subject: [PATCH] bump zora chart to v0.7.0-rc6 --- 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 47d940b0..4d2ef1c8 100644 --- a/charts/zora/Chart.yaml +++ b/charts/zora/Chart.yaml @@ -17,7 +17,7 @@ name: zora description: Zora scans multiple Kubernetes clusters and reports potential issues. icon: https://zora-docs.undistro.io/assets/logo.png type: application -version: 0.7.0-rc5 -appVersion: "v0.7.0-rc5" +version: 0.7.0-rc6 +appVersion: "v0.7.0-rc6" sources: - https://github.com/undistro/zora diff --git a/charts/zora/README.md b/charts/zora/README.md index f611a1e5..ee5679a1 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -1,6 +1,6 @@ # Zora Helm Chart -![Version: 0.7.0-rc5](https://img.shields.io/badge/Version-0.7.0--rc5-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.0-rc5](https://img.shields.io/badge/AppVersion-v0.7.0--rc5-informational?style=flat-square&color=3CA9DD) +![Version: 0.7.0-rc6](https://img.shields.io/badge/Version-0.7.0--rc6-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.7.0-rc6](https://img.shields.io/badge/AppVersion-v0.7.0--rc6-informational?style=flat-square&color=3CA9DD) Zora scans multiple Kubernetes clusters and reports potential issues. @@ -12,7 +12,7 @@ To install the chart with the release name `zora`: helm repo add undistro https://charts.undistro.io --force-update helm upgrade --install zora undistro/zora \ -n zora-system \ - --version 0.7.0-rc5 \ + --version 0.7.0-rc6 \ --create-namespace --wait ```