From ea518d6b5df5f1f9b7dff22b31edfe8b9736d48f Mon Sep 17 00:00:00 2001 From: Nicolas Bigler Date: Thu, 20 Jun 2024 23:03:07 +0200 Subject: [PATCH] Fix missing rbac rule for the sts-deleter Signed-off-by: Nicolas Bigler --- README.md | 4 ++-- appuio/mariadb-galera/Chart.yaml | 2 +- appuio/mariadb-galera/README.md | 2 +- appuio/mariadb-galera/templates/recreate.yaml | 2 +- appuio/redis/Chart.yaml | 2 +- appuio/redis/README.md | 2 +- appuio/redis/templates/recreate.yaml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a563bd58..0f192bd1 100644 --- a/README.md +++ b/README.md @@ -20,13 +20,13 @@ helm repo add appuio https://charts.appuio.ch | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/exoip-1.0.4/total)](https://github.com/appuio/charts/releases/tag/exoip-1.0.4) | [exoip](appuio/exoip/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/generic-0.1.2/total)](https://github.com/appuio/charts/releases/tag/generic-0.1.2) | [generic](appuio/generic/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/haproxy-2.5.1/total)](https://github.com/appuio/charts/releases/tag/haproxy-2.5.1) | [haproxy](appuio/haproxy/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.5/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.5) | [mariadb-galera](appuio/mariadb-galera/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/mariadb-galera-1.2.6/total)](https://github.com/appuio/charts/releases/tag/mariadb-galera-1.2.6) | [mariadb-galera](appuio/mariadb-galera/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/maxscale-2.0.1/total)](https://github.com/appuio/charts/releases/tag/maxscale-2.0.1) | [maxscale](appuio/maxscale/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/metrics-server-2.12.1/total)](https://github.com/appuio/charts/releases/tag/metrics-server-2.12.1) | [metrics-server](appuio/metrics-server/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/openshift-oauth-proxy-0.2.3/total)](https://github.com/appuio/charts/releases/tag/openshift-oauth-proxy-0.2.3) | [openshift-oauth-proxy](appuio/openshift-oauth-proxy/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/openshift-route-1.1.4/total)](https://github.com/appuio/charts/releases/tag/openshift-route-1.1.4) | [openshift-route](appuio/openshift-route/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/prometheus-blackbox-exporter-0.3.1/total)](https://github.com/appuio/charts/releases/tag/prometheus-blackbox-exporter-0.3.1) | [prometheus-blackbox-exporter](appuio/prometheus-blackbox-exporter/README.md) | -| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/redis-1.3.6/total)](https://github.com/appuio/charts/releases/tag/redis-1.3.6) | [redis](appuio/redis/README.md) | +| [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/redis-1.3.7/total)](https://github.com/appuio/charts/releases/tag/redis-1.3.7) | [redis](appuio/redis/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/secret-1.1.0/total)](https://github.com/appuio/charts/releases/tag/secret-1.1.0) | [secret](appuio/secret/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/signalilo-0.12.1/total)](https://github.com/appuio/charts/releases/tag/signalilo-0.12.1) | [signalilo](appuio/signalilo/README.md) | | [![chart downloads](https://img.shields.io/github/downloads/appuio/charts/snappass-1.0.0/total)](https://github.com/appuio/charts/releases/tag/snappass-1.0.0) | [snappass](appuio/snappass/README.md) | diff --git a/appuio/mariadb-galera/Chart.yaml b/appuio/mariadb-galera/Chart.yaml index 66841fa5..af33d670 100644 --- a/appuio/mariadb-galera/Chart.yaml +++ b/appuio/mariadb-galera/Chart.yaml @@ -28,4 +28,4 @@ sources: - https://github.com/bitnami/bitnami-docker-mariadb-galera - https://github.com/prometheus/mysqld_exporter - https://mariadb.org -version: 1.2.5 +version: 1.2.6 diff --git a/appuio/mariadb-galera/README.md b/appuio/mariadb-galera/README.md index 45b07e29..9107a124 100644 --- a/appuio/mariadb-galera/README.md +++ b/appuio/mariadb-galera/README.md @@ -1,6 +1,6 @@ # mariadb-galera -![Version: 1.2.5](https://img.shields.io/badge/Version-1.2.5-informational?style=flat-square) ![AppVersion: 10.5.12](https://img.shields.io/badge/AppVersion-10.5.12-informational?style=flat-square) +![Version: 1.2.6](https://img.shields.io/badge/Version-1.2.6-informational?style=flat-square) ![AppVersion: 10.5.12](https://img.shields.io/badge/AppVersion-10.5.12-informational?style=flat-square) MariaDB Galera is a multi-master database cluster solution for synchronous replication and high availability. diff --git a/appuio/mariadb-galera/templates/recreate.yaml b/appuio/mariadb-galera/templates/recreate.yaml index 5ff50724..5068b692 100644 --- a/appuio/mariadb-galera/templates/recreate.yaml +++ b/appuio/mariadb-galera/templates/recreate.yaml @@ -20,7 +20,7 @@ metadata: rules: - apiGroups: ["", "apps"] resources: ["statefulsets"] - verbs: ["delete", "get", "watch"] + verbs: ["delete", "get", "watch", "list"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding diff --git a/appuio/redis/Chart.yaml b/appuio/redis/Chart.yaml index a8adedbb..e0c91946 100644 --- a/appuio/redis/Chart.yaml +++ b/appuio/redis/Chart.yaml @@ -25,4 +25,4 @@ name: redis sources: - https://github.com/bitnami/bitnami-docker-redis - http://redis.io/ -version: 1.3.6 +version: 1.3.7 diff --git a/appuio/redis/README.md b/appuio/redis/README.md index daadece9..bcdb7ddc 100644 --- a/appuio/redis/README.md +++ b/appuio/redis/README.md @@ -1,6 +1,6 @@ # redis -![Version: 1.3.6](https://img.shields.io/badge/Version-1.3.6-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square) +![Version: 1.3.7](https://img.shields.io/badge/Version-1.3.7-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square) Open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets. diff --git a/appuio/redis/templates/recreate.yaml b/appuio/redis/templates/recreate.yaml index 5b416bb3..82364429 100644 --- a/appuio/redis/templates/recreate.yaml +++ b/appuio/redis/templates/recreate.yaml @@ -28,7 +28,7 @@ metadata: rules: - apiGroups: ["", "apps"] resources: ["statefulsets"] - verbs: ["delete", "get", "watch"] + verbs: ["delete", "get", "watch", "list"] --- apiVersion: rbac.authorization.k8s.io/v1 kind: RoleBinding