Skip to content

Commit

Permalink
chore: bump chart to v0.5.6 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
freeznet authored Aug 21, 2024
1 parent 4966635 commit c0f96c2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.5
version: v0.5.6

# 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.5"
appVersion: "v0.5.6"

# 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
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.5
value: docker.io/streamnative/pulsar-resources-operator:v0.5.6
- 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.5
image.manager.tag: v0.5.6
asserts:
- equal:
path: spec.template.spec.containers[0].image
value: docker.io/streamnative/pulsar-resources-operator:v0.5.5
value: docker.io/streamnative/pulsar-resources-operator:v0.5.6

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

0 comments on commit c0f96c2

Please sign in to comment.