Skip to content

Commit 4d167d1

Browse files
bump chart to 0.6.2 (#266)
* bump chart to 0.6.2 * Update crd in chart
1 parent ae7edf6 commit 4d167d1

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

charts/pulsar-resources-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ type: application
3030
# This is the chart version. This version number should be incremented each time you make changes
3131
# to the chart and its templates, including the app version.
3232
# Versions are expected to follow Semantic Versioning (https://semver.org/)
33-
version: v0.6.1
33+
version: v0.6.2
3434

3535
# This is the version number of the application being deployed. This version number should be
3636
# incremented each time you make changes to the application. Versions are not expected to
3737
# follow Semantic Versioning. They should reflect the version the application is using.
3838
# It is recommended to use it with quotes.
39-
appVersion: "v0.6.1"
39+
appVersion: "v0.6.2"
4040

4141
# This is a semver range of compatible Kubernetes versions. Helm will validate the version
4242
# constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version

charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsarnamespaces.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,10 @@ spec:
123123
type: string
124124
type: object
125125
x-kubernetes-map-type: atomic
126+
deduplication:
127+
description: Deduplication controls whether to enable message deduplication
128+
for the namespace.
129+
type: boolean
126130
geoReplicationRefs:
127131
description: |-
128132
GeoReplicationRefs is a list of references to PulsarGeoReplication resources,

charts/pulsar-resources-operator/crds/resource.streamnative.io_pulsartopics.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,10 @@ spec:
112112
type: string
113113
type: object
114114
x-kubernetes-map-type: atomic
115+
deduplication:
116+
description: Deduplication controls whether to enable message deduplication
117+
for the topic.
118+
type: boolean
115119
geoReplicationRefs:
116120
description: |-
117121
GeoReplicationRefs is a list of references to PulsarGeoReplication resources,

charts/pulsar-resources-operator/tests/deployment_test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ tests:
3939

4040
- it: should update the image version successfully
4141
set:
42-
image.manager.tag: v0.6.0
42+
image.manager.tag: v0.6.2
4343
asserts:
4444
- equal:
4545
path: spec.template.spec.containers[0].image
46-
value: docker.io/streamnative/pulsar-resources-operator:v0.6.0
46+
value: docker.io/streamnative/pulsar-resources-operator:v0.6.2
4747

4848
- it: should update the replicas successfully
4949
set:

0 commit comments

Comments
 (0)