[bitnami/keycloak] Do not hardcode PDB apiVersion (#9097)

This commit is contained in:
Juan Ariza Toledano
2022-02-21 11:39:31 +01:00
committed by GitHub
parent 894eb595df
commit cf56ca42c0
2 changed files with 2 additions and 2 deletions

View File

@@ -26,4 +26,4 @@ name: keycloak
sources:
- https://github.com/bitnami/bitnami-docker-keycloak
- https://github.com/keycloak/keycloak
version: 6.1.5
version: 6.1.6

View File

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