Skip to content

Commit

Permalink
release helm charts 0.5.0 with non-rc app version (#217)
Browse files Browse the repository at this point in the history
* Release 0.5.0

* release 0.5.1

* fix version

* fix test

---------

Co-authored-by: StreamNative Bot <[email protected]>
  • Loading branch information
freeznet and streamnativebot authored Jun 25, 2024
1 parent 64e264b commit fd1fd14
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/pulsar-resources-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ version: v0.5.0
# 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.0-rc.2"
appVersion: "v0.5.0"

# 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 @@ -31,7 +31,7 @@ tests:
value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.4
- equal:
path: spec.template.spec.containers[1].image
value: docker.io/streamnative/pulsar-resources-operator:v0.4.12
value: docker.io/streamnative/pulsar-resources-operator:v0.5.0
- equal:
path: spec.template.spec.containers[1].imagePullPolicy
value: IfNotPresent
Expand All @@ -57,11 +57,11 @@ tests:

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

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

0 comments on commit fd1fd14

Please sign in to comment.