Skip to content

Commit b590d94

Browse files
committed
chore: bump chart to 0.4.8 (#192)
Signed-off-by: ericsyh <ericshenyuhao@outlook.com> (cherry picked from commit 98e9311)
1 parent af389f9 commit b590d94

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
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.4.7
33+
version: v0.4.8
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.4.7"
39+
appVersion: "v0.4.8"
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/tests/deployment_test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ tests:
3131
value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
3232
- equal:
3333
path: spec.template.spec.containers[1].image
34-
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.7
34+
value: quay.io/streamnativeio/pulsar-resources-operator:v0.4.8
3535
- equal:
3636
path: spec.template.spec.containers[1].imagePullPolicy
3737
value: IfNotPresent
@@ -57,11 +57,11 @@ tests:
5757

5858
- it: should update the image version successfully
5959
set:
60-
image.manager.tag: v0.4.7
60+
image.manager.tag: v0.4.8
6161
asserts:
6262
- equal:
6363
path: spec.template.spec.containers[1].image
64-
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.7
64+
value: quay.io/streamnativeio/pulsar-resources-operator:v0.4.8
6565

6666
- it: should update the replicas successfully
6767
set:

charts/pulsar-resources-operator/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ image:
2929
# resource controller container
3030
manager:
3131
# -- Specififies the registry of images, especially when user want to use a different image hub
32-
registry: docker.streamnative.io
32+
registry: quay.io
3333
# -- The full repo name for image.
34-
repository: streamnative/operators/pulsar-resources-operator
34+
repository: streamnativeio/pulsar-resources-operator
3535
# -- Image tag, it can override the image tag whose default is the chart appVersion.
3636
tag: ""
3737

0 commit comments

Comments
 (0)