Skip to content

Commit

Permalink
chore: upgrade pulsar operator to v0.17.10 (#1135)
Browse files Browse the repository at this point in the history
* chore: upgrade pulsar operator to 0.17.9

Signed-off-by: ericsyh <[email protected]>

* upgrade

Signed-off-by: ericsyh <[email protected]>

* update operator chart template

Signed-off-by: ericsyh <[email protected]>

* change appVersion to 0.17.10

Signed-off-by: ericsyh <[email protected]>

* update

Signed-off-by: ericsyh <[email protected]>

---------

Signed-off-by: ericsyh <[email protected]>
(cherry picked from commit 80560ea)
  • Loading branch information
ericsyh committed Dec 21, 2023
1 parent 6fbc351 commit 4184dd3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/pulsar-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
#

apiVersion: v1
version: 0.17.0
appVersion: "0.17.8"
version: 0.17.9
appVersion: "0.17.10"
kubeVersion: ">= 1.16.0-0 < 1.29.0-0"
description: Apache Pulsar Operators Helm chart for Kubernetes
name: pulsar-operator
Expand Down
4 changes: 2 additions & 2 deletions charts/pulsar-operator/templates/pulsar-operator/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@ install broker crd yaml file to tpl.
*/}}
{{- define "broker.crd" -}}
{{- $files := .Files }}
{{ $files.Get "crds/pulsar.streamnative.io_pulsarbrokers" }}
{{ $files.Get "crds/pulsar.streamnative.io_pulsarbrokers.yaml" }}
{{- end -}}

{{/*
install proxy crd yaml file to tpl.
*/}}
{{- define "proxy.crd" -}}
{{- $files := .Files }}
{{ $files.Get "crds/pulsar.streamnative.io_pulsarproxies" }}
{{ $files.Get "crds/pulsar.streamnative.io_pulsarproxies.yaml" }}
{{- end -}}

{{/*Define the image for pulsar*/}}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ install crd yaml file to tpl
*/}}
{{- define "zookeeper.crd" -}}
{{- $files := .Files }}
{{ $files.Get "crds/zookeeper.streamnative.io_zookeeperclusters" }}
{{ $files.Get "crds/zookeeper.streamnative.io_zookeeperclusters.yaml" }}
{{- end -}}

{{/*Define the image for zookeeper*/}}
Expand Down
2 changes: 1 addition & 1 deletion charts/pulsar-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ components:
## Control what images to use for each component
images:
registry: "docker.streamnative.io"
tag: "v0.17.8"
tag: "v0.17.10"

zookeeper:
registry: ""
Expand Down

0 comments on commit 4184dd3

Please sign in to comment.