Skip to content

Commit

Permalink
bump chart to 0.5.7 (#245)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Aug 31, 2024
1 parent 111000f commit 44ffa05
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
4 changes: 2 additions & 2 deletions charts/pulsar-resources-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: v0.5.6
version: v0.5.7

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v0.5.6"
appVersion: "v0.5.7"

# This is a semver range of compatible Kubernetes versions. Helm will validate the version
# constraints when installing the chart and fail if the cluster runs an unsupported Kubernetes version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,12 @@ spec:
name:
description: Name is the namespace name
type: string
replicationClusters:
description: ReplicationClusters is the list of clusters to which
the namespace is replicated
items:
type: string
type: array
retentionSize:
anyOf:
- type: integer
Expand Down Expand Up @@ -250,7 +256,8 @@ spec:
- type
x-kubernetes-list-type: map
geoReplicationEnabled:
description: GeoReplicationEnabled
description: GeoReplicationEnabled indicates whether geo-replication
is enabled for the namespace
type: boolean
observedGeneration:
description: |-
Expand Down
6 changes: 3 additions & 3 deletions charts/pulsar-resources-operator/tests/deployment_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ tests:
pattern: -pulsar-resources-operator$
- equal:
path: spec.template.spec.containers[0].image
value: docker.io/streamnative/pulsar-resources-operator:v0.5.6
value: docker.io/streamnative/pulsar-resources-operator:v0.5.7
- equal:
path: spec.template.spec.containers[0].imagePullPolicy
value: IfNotPresent
Expand All @@ -42,11 +42,11 @@ tests:

- it: should update the image version successfully
set:
image.manager.tag: v0.5.6
image.manager.tag: v0.5.7
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: docker.io/streamnative/pulsar-resources-operator:v0.5.6
value: docker.io/streamnative/pulsar-resources-operator:v0.5.7

- it: should update the replicas successfully
set:
Expand Down

0 comments on commit 44ffa05

Please sign in to comment.