Skip to content

Commit f453e48

Browse files
knrcmatheusfm
andauthored
UD-1956: Update release to 0.10.3 (#325)
Signed-off-by: Kevin Conner <kev.conner@getupcloud.com> Co-authored-by: Matheus Moraes <matheusfaria.moraes@gmail.com>
1 parent d0581a2 commit f453e48

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

charts/zora/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ name: zora
1717
description: A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times.
1818
icon: https://zora-docs.undistro.io/v0.7/assets/logo.svg
1919
type: application
20-
version: 0.10.2
21-
appVersion: "v0.10.2"
20+
version: 0.10.3
21+
appVersion: "v0.10.3"
2222
sources:
2323
- https://github.com/undistro/zora

charts/zora/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Zora Helm Chart
22

3-
![Version: 0.10.2](https://img.shields.io/badge/Version-0.10.2-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.10.2](https://img.shields.io/badge/AppVersion-v0.10.2-informational?style=flat-square&color=3CA9DD)
3+
![Version: 0.10.3](https://img.shields.io/badge/Version-0.10.3-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.10.3](https://img.shields.io/badge/AppVersion-v0.10.3-informational?style=flat-square&color=3CA9DD)
44

55
A multi-plugin solution that reports misconfigurations and vulnerabilities by scanning your cluster at scheduled times.
66

@@ -13,7 +13,7 @@ helm repo add undistro https://charts.undistro.io --force-update
1313
helm repo update undistro
1414
helm upgrade --install zora undistro/zora \
1515
-n zora-system \
16-
--version 0.10.2 \
16+
--version 0.10.3 \
1717
--create-namespace \
1818
--wait \
1919
--set clusterName="$(kubectl config current-context)"

cmd/main.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func main() {
109109
flag.StringVar(&cronJobAnnotations, "cronjob-serviceaccount-annotations", "annotaion1=value1,annotation2=value2", "Annotations to be applied to the CronJob Service Account")
110110
flag.StringVar(&saasWorkspaceID, "saas-workspace-id", "", "Your workspace ID in Zora SaaS")
111111
flag.StringVar(&saasServer, "saas-server", "http://localhost:3003", "Address for Zora's saas server")
112-
flag.StringVar(&version, "version", "0.10.2", "Zora version")
112+
flag.StringVar(&version, "version", "0.10.3", "Zora version")
113113
flag.StringVar(&checksConfigMapNamespace, "checks-configmap-namespace", "zora-system", "Namespace of custom checks ConfigMap")
114114
flag.StringVar(&checksConfigMapName, "checks-configmap-name", "zora-custom-checks", "Name of custom checks ConfigMap")
115115
flag.StringVar(&kubexnsImage, "kubexns-image", "ghcr.io/undistro/kubexns:latest", "kubexns image")

docs/getting-started/installation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc
3131
helm repo update undistro
3232
helm upgrade --install zora undistro/zora \
3333
-n zora-system \
34-
--version 0.10.2 \
34+
--version 0.10.3 \
3535
--create-namespace \
3636
--wait \
3737
--set clusterName="$(kubectl config current-context)"
@@ -42,7 +42,7 @@ Then, run the following command to install Zora [Helm chart](https://helm.sh/doc
4242
```shell
4343
helm upgrade --install zora oci://ghcr.io/undistro/helm-charts/zora \
4444
-n zora-system \
45-
--version 0.10.2 \
45+
--version 0.10.3 \
4646
--create-namespace \
4747
--wait \
4848
--set clusterName="$(kubectl config current-context)"

0 commit comments

Comments
 (0)