Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bump-0.4.2' into bump-0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ericsyh committed Sep 8, 2023
2 parents cd75c47 + 7c94969 commit bb76168
Showing 1 changed file with 3 additions and 3 deletions.
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,10 +28,10 @@ tests:
pattern: -pulsar-resources-operator$
- equal:
path: spec.template.spec.containers[0].image
value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.1
value: gcr.io/kubebuilder/kube-rbac-proxy:v0.14.2
- equal:
path: spec.template.spec.containers[1].image
value: docker.cloudsmith.io/streamnative/operators/pulsar-resources-operator:v0.4.2
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.4.2
- equal:
path: spec.template.spec.containers[1].imagePullPolicy
value: IfNotPresent
Expand Down Expand Up @@ -61,7 +61,7 @@ tests:
asserts:
- equal:
path: spec.template.spec.containers[1].image
value: docker.cloudsmith.io/streamnative/operators/pulsar-resources-operator:v0.0.1
value: docker.streamnative.io/streamnative/operators/pulsar-resources-operator:v0.0.1

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

0 comments on commit bb76168

Please sign in to comment.