mirror of
https://github.com/bitnami/charts.git
synced 2026-03-15 06:47:24 +08:00
[bitnami/cassandra] Do not hardcode PDB apiVersion (#9091)
This commit is contained in:
committed by
GitHub
parent
935c613570
commit
79dfcd5022
@@ -23,4 +23,4 @@ name: cassandra
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/bitnami/bitnami-docker-cassandra
|
- https://github.com/bitnami/bitnami-docker-cassandra
|
||||||
- http://cassandra.apache.org
|
- http://cassandra.apache.org
|
||||||
version: 9.1.6
|
version: 9.1.7
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
{{- if .Values.pdb.create }}
|
{{- if .Values.pdb.create }}
|
||||||
apiVersion: policy/v1beta1
|
apiVersion: {{ include "common.capabilities.policy.apiVersion" . }}
|
||||||
kind: PodDisruptionBudget
|
kind: PodDisruptionBudget
|
||||||
metadata:
|
metadata:
|
||||||
name: {{ include "common.names.fullname" . }}
|
name: {{ include "common.names.fullname" . }}
|
||||||
|
|||||||
Reference in New Issue
Block a user