From cf8ccf6614be196bb00fac8325e5d4170a104f36 Mon Sep 17 00:00:00 2001 From: Matheus Moraes Date: Mon, 3 Jun 2024 15:15:03 -0300 Subject: [PATCH] bump chart version from 0.8.4 to 0.9.0 --- charts/zora/Chart.yaml | 4 ++-- charts/zora/README.md | 4 ++-- cmd/main.go | 2 +- docs/dashboard.md | 4 ++-- docs/getting-started/installation.md | 4 ++-- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/charts/zora/Chart.yaml b/charts/zora/Chart.yaml index 57a2cdae..6ea0d8c4 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.8.5-rc4 -appVersion: "v0.8.5-rc4" +version: 0.9.0 +appVersion: "v0.9.0" sources: - https://github.com/undistro/zora diff --git a/charts/zora/README.md b/charts/zora/README.md index c6be42b2..7deda84c 100644 --- a/charts/zora/README.md +++ b/charts/zora/README.md @@ -1,6 +1,6 @@ # Zora Helm Chart -![Version: 0.8.5-rc4](https://img.shields.io/badge/Version-0.8.5--rc4-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.8.5-rc4](https://img.shields.io/badge/AppVersion-v0.8.5--rc4-informational?style=flat-square&color=3CA9DD) +![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.9.0](https://img.shields.io/badge/AppVersion-v0.9.0-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.8.5-rc4 \ + --version 0.9.0 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)" diff --git a/cmd/main.go b/cmd/main.go index ce116729..81085898 100644 --- a/cmd/main.go +++ b/cmd/main.go @@ -105,7 +105,7 @@ func main() { flag.StringVar(&cronJobAnnotations, "cronjob-serviceaccount-annotations", "annotaion1=value1,annotation2=value2", "Annotations to be applied to the CronJob Service Account") flag.StringVar(&saasWorkspaceID, "saas-workspace-id", "", "Your workspace ID in Zora SaaS") flag.StringVar(&saasServer, "saas-server", "http://localhost:3003", "Address for Zora's saas server") - flag.StringVar(&version, "version", "0.8.4", "Zora version") + flag.StringVar(&version, "version", "0.9.0", "Zora version") flag.StringVar(&checksConfigMapNamespace, "checks-configmap-namespace", "zora-system", "Namespace of custom checks ConfigMap") flag.StringVar(&checksConfigMapName, "checks-configmap-name", "zora-custom-checks", "Name of custom checks ConfigMap") flag.StringVar(&kubexnsImage, "kubexns-image", "ghcr.io/undistro/kubexns:latest", "kubexns image") diff --git a/docs/dashboard.md b/docs/dashboard.md index 45c5a448..4554d4da 100644 --- a/docs/dashboard.md +++ b/docs/dashboard.md @@ -34,7 +34,7 @@ as an additional parameter in Zora OSS installation command. helm repo update undistro helm upgrade --install zora undistro/zora \ -n zora-system \ - --version 0.8.4 \ + --version 0.9.0 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)" \ @@ -46,7 +46,7 @@ as an additional parameter in Zora OSS installation command. ```shell hl_lines="7" helm upgrade --install zora oci://ghcr.io/undistro/helm-charts/zora \ -n zora-system \ - --version 0.8.4 \ + --version 0.9.0 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)" \ diff --git a/docs/getting-started/installation.md b/docs/getting-started/installation.md index df752639..01d7f14f 100644 --- a/docs/getting-started/installation.md +++ b/docs/getting-started/installation.md @@ -31,7 +31,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc helm repo update undistro helm upgrade --install zora undistro/zora \ -n zora-system \ - --version 0.8.4 \ + --version 0.9.0 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)" @@ -42,7 +42,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc ```shell helm upgrade --install zora oci://ghcr.io/undistro/helm-charts/zora \ -n zora-system \ - --version 0.8.4 \ + --version 0.9.0 \ --create-namespace \ --wait \ --set clusterName="$(kubectl config current-context)"