Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Prepare release 0.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Nov 26, 2021
1 parent d58cf6b commit 2a60bf2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion install/020-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: strimzi-canary
containers:
- name: strimzi-canary
image: quay.io/strimzi/canary:0.1.0
image: quay.io/strimzi/canary:0.2.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: my-cluster-kafka-bootstrap:9092
Expand Down
2 changes: 1 addition & 1 deletion packaging/install/020-Deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ spec:
serviceAccountName: strimzi-canary
containers:
- name: strimzi-canary
image: quay.io/strimzi/canary:latest
image: quay.io/strimzi/canary:0.2.0
env:
- name: KAFKA_BOOTSTRAP_SERVERS
value: my-cluster-kafka-bootstrap:9092
Expand Down
2 changes: 1 addition & 1 deletion release.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.0-SNAPSHOT
0.2.0

0 comments on commit 2a60bf2

Please sign in to comment.