diff --git a/charts/cp-schema-registry/README.md b/charts/cp-schema-registry/README.md index 7353bd37..53b83ae9 100644 --- a/charts/cp-schema-registry/README.md +++ b/charts/cp-schema-registry/README.md @@ -42,13 +42,13 @@ helm install --set kafka.bootstrapServers="PLAINTEXT://unhinged-robin-cp-kafka-h You can use `helm status ` to view all of the installed components. For example: -```console{%raw} +``` $ helm status lolling-chinchilla NAMESPACE: default STATUS: DEPLOYED RESOURCES: -==> v1beta2/Deployment +==> v1/Deployment NAME DESIRED CURRENT UP-TO-DATE AVAILABLE AGE lolling-chinchilla-cp-schema-registry 1 1 1 0 1s diff --git a/charts/cp-zookeeper/README.md b/charts/cp-zookeeper/README.md index a8c7139d..b20d9fc6 100644 --- a/charts/cp-zookeeper/README.md +++ b/charts/cp-zookeeper/README.md @@ -43,7 +43,7 @@ You can use `helm status ` to view all of the installed components For example: -```console{%raw} +``` $ helm status unsung-salamander RESOURCES: diff --git a/charts/cp-zookeeper/templates/poddisruptionbudget.yaml b/charts/cp-zookeeper/templates/poddisruptionbudget.yaml index bb5e1ad9..855a11b9 100644 --- a/charts/cp-zookeeper/templates/poddisruptionbudget.yaml +++ b/charts/cp-zookeeper/templates/poddisruptionbudget.yaml @@ -1,4 +1,4 @@ -apiVersion: policy/v1beta1 +apiVersion: policy/v1 kind: PodDisruptionBudget metadata: name: {{ template "cp-zookeeper.fullname" . }}-pdb