Skip to content

Commit

Permalink
chore: bump zora chart 0.7.0-rc4
Browse files Browse the repository at this point in the history
  • Loading branch information
matheusfm committed Sep 5, 2023
1 parent 503c622 commit ef24f84
Show file tree
Hide file tree
Showing 2 changed files with 4 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: Zora scans multiple Kubernetes clusters and reports potential issues.
icon: https://zora-docs.undistro.io/assets/logo.png
type: application
version: 0.7.0-rc3
appVersion: "v0.7.0-rc3"
version: 0.7.0-rc4
appVersion: "v0.7.0-rc4"
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.7.0-rc3](https://img.shields.io/badge/Version-0.7.0--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.0-rc3](https://img.shields.io/badge/AppVersion-v0.7.0--rc3-informational?style=flat-square&color=3CA9DD)
![Version: 0.7.0-rc4](https://img.shields.io/badge/Version-0.7.0--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.0-rc4](https://img.shields.io/badge/AppVersion-v0.7.0--rc4-informational?style=flat-square&color=3CA9DD)

Zora scans multiple Kubernetes clusters and reports potential issues.

Expand All @@ -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-rc3 \
--version 0.7.0-rc4 \
--create-namespace --wait
```

Expand Down

0 comments on commit ef24f84

Please sign in to comment.