mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-04-29 12:14:48 +00:00
tools: Update comments about the kata-deploy yaml changes
The comments were mentioning kata-deploy-base files while it really should mention kata-deploy-stable files. While here, I've also added a missing '"' to one of the tags. Signed-off-by: Fabiano Fidêncio <fabiano.fidencio@intel.com>
This commit is contained in:
parent
ac058b3897
commit
31f6c2c2ea
@ -117,37 +117,37 @@ bump_repo() {
|
|||||||
# 1) [main] ------> [main] NO-OP
|
# 1) [main] ------> [main] NO-OP
|
||||||
# "alpha0" "alpha1"
|
# "alpha0" "alpha1"
|
||||||
#
|
#
|
||||||
# +----------------+----------------+
|
# +----------------+----------------+
|
||||||
# | from | to |
|
# | from | to |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy | "latest" | "latest" |
|
# kata-deploy | "latest" | "latest" |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy-base | "stable | "stable" |
|
# kata-deploy-stable | "stable | "stable" |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# 2) [main] ------> [stable] Update kata-deploy and
|
# 2) [main] ------> [stable] Update kata-deploy and
|
||||||
# "alpha2" "rc0" get rid of kata-deploy-base
|
# "alpha2" "rc0" get rid of kata-deploy-stable
|
||||||
#
|
#
|
||||||
# +----------------+----------------+
|
# +----------------+----------------+
|
||||||
# | from | to |
|
# | from | to |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy | "latest" | "rc0" |
|
# kata-deploy | "latest" | "rc0" |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy-base | "stable" | REMOVED |
|
# kata-deploy-stable | "stable" | REMOVED |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
#
|
#
|
||||||
#
|
#
|
||||||
# 3) [stable] ------> [stable] Update kata-deploy
|
# 3) [stable] ------> [stable] Update kata-deploy
|
||||||
# "x.y.z" "x.y.(z+1)"
|
# "x.y.z" "x.y.(z+1)"
|
||||||
#
|
#
|
||||||
# +----------------+----------------+
|
# +----------------+----------------+
|
||||||
# | from | to |
|
# | from | to |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy | "x.y.z" | "x.y.(z+1)" |
|
# kata-deploy | "x.y.z" | "x.y.(z+1)" |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
# kata-deploy-base | NON-EXISTENT | NON-EXISTENT |
|
# kata-deploy-stable | NON-EXISTENT | NON-EXISTENT |
|
||||||
# -----------------+----------------+----------------+
|
# -------------------+----------------+----------------+
|
||||||
|
|
||||||
info "Updating kata-deploy / kata-cleanup image tags"
|
info "Updating kata-deploy / kata-cleanup image tags"
|
||||||
if [ "${target_branch}" == "main" ] && [[ "${new_version}" =~ "rc" ]]; then
|
if [ "${target_branch}" == "main" ] && [[ "${new_version}" =~ "rc" ]]; then
|
||||||
|
Loading…
Reference in New Issue
Block a user