Skip to content

Commit 58c2044

Browse files
committed
release helm charts v0.8.0 (#281)
release v0.8.0
1 parent f7b5abf commit 58c2044

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
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.8.0-rc.2
33+
version: v0.8.0
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.8.0-rc.2"
39+
appVersion: "v0.8.0"
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/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Pulsar Resources Operator
22

3-
![Version: v0.8.0-rc.2](https://img.shields.io/badge/Version-v0.8.0-rc.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0-rc.2](https://img.shields.io/badge/AppVersion-v0.8.0-rc.2-informational?style=flat-square)
3+
![Version: v0.8.0](https://img.shields.io/badge/Version-v0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.8.0](https://img.shields.io/badge/AppVersion-v0.8.0-informational?style=flat-square)
44

55
## Installing the Chart
66

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.8.0-rc.2
42+
image.manager.tag: v0.8.0
4343
asserts:
4444
- equal:
4545
path: spec.template.spec.containers[0].image
46-
value: docker.io/streamnative/pulsar-resources-operator:v0.8.0-rc.2
46+
value: docker.io/streamnative/pulsar-resources-operator:v0.8.0
4747

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

0 commit comments

Comments
 (0)