Skip to content

Commit

Permalink
Merge pull request #2976 from bergwolf/2.3.0-rc0-branch-bump
Browse files Browse the repository at this point in the history
# Kata Containers 2.3.0-rc0
  • Loading branch information
fidencio authored Nov 5, 2021
2 parents 4be2c8b + 99c46be commit c9e6efb
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 118 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.3.0-alpha2
2.3.0-rc0

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ spec:
katacontainers.io/kata-runtime: cleanup
containers:
- name: kube-kata-cleanup
image: quay.io/kata-containers/kata-deploy:latest
image: quay.io/kata-containers/kata-deploy:2.3.0-rc0
imagePullPolicy: Always
command: [ "bash", "-c", "/opt/kata-artifacts/scripts/kata-deploy.sh reset" ]
env:
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
serviceAccountName: kata-label-node
containers:
- name: kube-kata
image: quay.io/kata-containers/kata-deploy:latest
image: quay.io/kata-containers/kata-deploy:2.3.0-rc0
imagePullPolicy: Always
lifecycle:
preStop:
Expand Down

0 comments on commit c9e6efb

Please sign in to comment.