Skip to content

Commit

Permalink
update zora chart
Browse files Browse the repository at this point in the history
  • Loading branch information
undistrobot committed Feb 14, 2024
1 parent 8ea21cb commit 514ade0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/zora/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1-rc1
appVersion: "v0.8.1-rc1"
version: 0.8.1-rc2
appVersion: "v0.8.1-rc2"
sources:
- https://github.com/undistro/zora
4 changes: 2 additions & 2 deletions charts/zora/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Zora Helm Chart

![Version: 0.8.1-rc1](https://img.shields.io/badge/Version-0.8.1--rc1-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.8.1-rc1](https://img.shields.io/badge/AppVersion-v0.8.1--rc1-informational?style=flat-square&color=3CA9DD)
![Version: 0.8.1-rc2](https://img.shields.io/badge/Version-0.8.1--rc2-informational?style=flat-square&color=3CA9DD) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square&color=3CA9DD) ![AppVersion: v0.8.1-rc2](https://img.shields.io/badge/AppVersion-v0.8.1--rc2-informational?style=flat-square&color=3CA9DD)

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

Expand All @@ -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.1-rc1 \
--version 0.8.1-rc2 \
--create-namespace \
--wait \
--set clusterName="$(kubectl config current-context)"
Expand Down
3 changes: 3 additions & 0 deletions charts/zora/templates/hooks/install.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ spec:
- |
curl -kfsS -X POST '{{ tpl .Values.saas.installURL . }}' \
-H 'content-type: application/json' \
{{- if .Values.httpsProxy }}
-x '{{ .Values.httpsProxy}}' \
{{- end }}
-d '{{ toJson (dict
"kubeVersion" .Capabilities.KubeVersion.GitVersion
"chartVersion" .Chart.Version
Expand Down

0 comments on commit 514ade0

Please sign in to comment.