diff --git a/appuio/haproxy/Chart.yaml b/appuio/haproxy/Chart.yaml index a08c965d..6b487887 100644 --- a/appuio/haproxy/Chart.yaml +++ b/appuio/haproxy/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 2.7.3 +appVersion: 2.7.4 description: A Helm chart for HAProxy which can be customized by a config map. name: haproxy version: 2.5.0 diff --git a/appuio/haproxy/README.md b/appuio/haproxy/README.md index 3ccf5c4c..80531060 100644 --- a/appuio/haproxy/README.md +++ b/appuio/haproxy/README.md @@ -1,6 +1,6 @@ # haproxy -![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 2.7.3](https://img.shields.io/badge/AppVersion-2.7.3-informational?style=flat-square) +![Version: 2.5.0](https://img.shields.io/badge/Version-2.5.0-informational?style=flat-square) ![AppVersion: 2.7.4](https://img.shields.io/badge/AppVersion-2.7.4-informational?style=flat-square) A Helm chart for HAProxy which can be customized by a config map. diff --git a/appuio/haproxy/templates/pdb.yaml b/appuio/haproxy/templates/pdb.yaml index 92e26a08..77178957 100644 --- a/appuio/haproxy/templates/pdb.yaml +++ b/appuio/haproxy/templates/pdb.yaml @@ -1,6 +1,6 @@ {{- if .Values.podDisruptionBudget.create }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ include "haproxy.fullname" . }} diff --git a/appuio/mariadb-galera/Chart.yaml b/appuio/mariadb-galera/Chart.yaml index 1050bfdc..fe7aed72 100644 --- a/appuio/mariadb-galera/Chart.yaml +++ b/appuio/mariadb-galera/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Database apiVersion: v2 -appVersion: 10.5.12 +appVersion: 10.5.13 dependencies: - name: common # Pinned to index.yaml before upstream cleanup (see: https://github.com/bitnami/charts/pull/10530) diff --git a/appuio/mariadb-galera/README.md b/appuio/mariadb-galera/README.md index c0a16e03..29bb27e1 100644 --- a/appuio/mariadb-galera/README.md +++ b/appuio/mariadb-galera/README.md @@ -1,6 +1,6 @@ # mariadb-galera -![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![AppVersion: 10.5.12](https://img.shields.io/badge/AppVersion-10.5.12-informational?style=flat-square) +![Version: 1.2.4](https://img.shields.io/badge/Version-1.2.4-informational?style=flat-square) ![AppVersion: 10.5.13](https://img.shields.io/badge/AppVersion-10.5.13-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/pdb.yaml b/appuio/mariadb-galera/templates/pdb.yaml index 0c8dc79f..575e8a62 100644 --- a/appuio/mariadb-galera/templates/pdb.yaml +++ b/appuio/mariadb-galera/templates/pdb.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.create }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "common.names.fullname" . }} diff --git a/appuio/redis/Chart.yaml b/appuio/redis/Chart.yaml index 509899ec..1f424fa6 100644 --- a/appuio/redis/Chart.yaml +++ b/appuio/redis/Chart.yaml @@ -1,7 +1,7 @@ annotations: category: Database apiVersion: v2 -appVersion: 6.2.1 +appVersion: 6.2.2 dependencies: - name: common # Pinned to index.yaml before upstream cleanup (see: https://github.com/bitnami/charts/pull/10530) diff --git a/appuio/redis/README.md b/appuio/redis/README.md index 0ef5e353..ae68f822 100644 --- a/appuio/redis/README.md +++ b/appuio/redis/README.md @@ -1,6 +1,6 @@ # redis -![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat-square) ![AppVersion: 6.2.1](https://img.shields.io/badge/AppVersion-6.2.1-informational?style=flat-square) +![Version: 1.3.5](https://img.shields.io/badge/Version-1.3.5-informational?style=flat-square) ![AppVersion: 6.2.2](https://img.shields.io/badge/AppVersion-6.2.2-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/pdb.yaml b/appuio/redis/templates/pdb.yaml index b9dc54b3..37f41942 100644 --- a/appuio/redis/templates/pdb.yaml +++ b/appuio/redis/templates/pdb.yaml @@ -1,5 +1,5 @@ {{- if .Values.podDisruptionBudget.enabled }} -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "redis.fullname" . }}