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.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Patierno <[email protected]>
  • Loading branch information
ppatierno committed Oct 30, 2021
1 parent f2b899e commit ef80829
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-rc1
image: quay.io/strimzi/canary:0.1.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:0.1.0-rc1
image: quay.io/strimzi/canary:0.1.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.1.0-RC1
0.1.0

0 comments on commit ef80829

Please sign in to comment.