From 91fb48f4f0f4f9b9187d103acec9c30e1fb72205 Mon Sep 17 00:00:00 2001 From: Dario Tranchitella Date: Fri, 10 Jan 2025 11:18:10 +0100 Subject: [PATCH] chore(helm): releasing v0.9.1 Signed-off-by: Dario Tranchitella --- charts/kamaji-etcd/Chart.yaml | 6 +++--- charts/kamaji-etcd/README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/kamaji-etcd/Chart.yaml b/charts/kamaji-etcd/Chart.yaml index c10c6db..23942ae 100644 --- a/charts/kamaji-etcd/Chart.yaml +++ b/charts/kamaji-etcd/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.9.0 +version: 0.9.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to @@ -44,5 +44,5 @@ annotations: artifacthub.io/operator: "true" artifacthub.io/operatorCapabilities: "Full Lifecycle" artifacthub.io/changes: | - - kind: added - description: add annotations value to datastore + - kind: fixed + description: typo on RoleBinding name diff --git a/charts/kamaji-etcd/README.md b/charts/kamaji-etcd/README.md index f0d6673..6d08984 100644 --- a/charts/kamaji-etcd/README.md +++ b/charts/kamaji-etcd/README.md @@ -1,6 +1,6 @@ # kamaji-etcd -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square) +![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.5.6](https://img.shields.io/badge/AppVersion-3.5.6-informational?style=flat-square) Helm chart for deploying a multi-tenant `etcd` cluster.