File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
charts/pulsar-resources-operator Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff 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.1
33+ version : v0.4.2
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.1 "
39+ appVersion : " v0.4.2 "
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
Original file line number Diff line number Diff line change 3131 value : gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
3232 - equal :
3333 path : spec.template.spec.containers[1].image
34- value : docker.cloudsmith .io/streamnative/operators/pulsar-resources-operator:v0.4.1
34+ value : docker.streamnative .io/streamnative/operators/pulsar-resources-operator:v0.4.2
3535 - equal :
3636 path : spec.template.spec.containers[1].imagePullPolicy
3737 value : IfNotPresent
6161 asserts :
6262 - equal :
6363 path : spec.template.spec.containers[1].image
64- value : docker.cloudsmith .io/streamnative/operators/pulsar-resources-operator:v0.0.1
64+ value : docker.streamnative .io/streamnative/operators/pulsar-resources-operator:v0.0.1
6565
6666 - it : should update the replicas successfully
6767 set :
You can’t perform that action at this time.
0 commit comments