[bitnami/cassandra] Do not hardcode PDB apiVersion (#9091)

This commit is contained in:
Juan Ariza Toledano
2022-02-21 11:36:39 +01:00
committed by GitHub
parent 935c613570
commit 79dfcd5022
2 changed files with 2 additions and 2 deletions

View File

@@ -23,4 +23,4 @@ name: cassandra
sources:
- https://github.com/bitnami/bitnami-docker-cassandra
- http://cassandra.apache.org
version: 9.1.6
version: 9.1.7

View File

@@ -1,5 +1,5 @@
{{- if .Values.pdb.create }}
apiVersion: policy/v1beta1
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
kind: PodDisruptionBudget
metadata:
name: {{ include "common.names.fullname" . }}