Skip to content
This repository has been archived by the owner on Feb 20, 2024. It is now read-only.

for Kubernetes v 1.26 #637

Open
wants to merge 6 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/cp-schema-registry/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,13 @@ helm install --set kafka.bootstrapServers="PLAINTEXT://unhinged-robin-cp-kafka-h
You can use `helm status <release name>` 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

Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ You can use `helm status <release name>` to view all of the installed components

For example:

```console{%raw}
```
$ helm status unsung-salamander

RESOURCES:
Expand Down
2 changes: 1 addition & 1 deletion charts/cp-zookeeper/templates/poddisruptionbudget.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
apiVersion: policy/v1beta1
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: {{ template "cp-zookeeper.fullname" . }}-pdb
Expand Down