Skip to content

Commit

Permalink
fix sn chart label error and upgrade pulsar operator version (#236)
Browse files Browse the repository at this point in the history
  • Loading branch information
rockybean authored Jun 17, 2021
1 parent 8024f66 commit f291301
Show file tree
Hide file tree
Showing 4 changed files with 5 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,10 +18,10 @@
#

apiVersion: v1
appVersion: "0.7.0"
appVersion: "0.7.2"
description: Apache Pulsar Operators Helm chart for Kubernetes
name: pulsar-operator
version: 0.7.1
version: 0.7.2
home: https://streamnative.io
sources:
- https://github.com/streamnative/pulsar-operators
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 @@ -49,7 +49,7 @@ images:
pullPolicy: IfNotPresent
pulsar:
repository: streamnative/pulsar-operator
tag: 0.7.0-rc5
tag: 0.7.0-rc6
pullPolicy: IfNotPresent

global:
Expand Down
4 changes: 2 additions & 2 deletions charts/sn-pulsar/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@
#

apiVersion: v1
appVersion: "1.0.0"
appVersion: "1.0.2"
description: Apache Pulsar Helm chart from StreamNative
name: sn-pulsar
version: 1.0.1
version: 1.0.2
home: https://streamnative.io
sources:
- https://github.com/streamnative/charts/pulsar
Expand Down
1 change: 0 additions & 1 deletion charts/sn-pulsar/templates/broker/broker-cluster.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ metadata:
namespace: {{ template "pulsar.namespace" . }}
annotations:
"cloud.streamnative.io/enable-config-prefix": "false"
"cloud.streamnative.io/enable-pod-labels-update": "enabled"
labels:
{{- include "pulsar.standardLabels" . | nindent 4 }}
component: {{ .Values.broker.component }}
Expand Down

0 comments on commit f291301

Please sign in to comment.