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:
Fabiano Fidêncio 2021-11-21 11:33:30 +01:00
parent ac058b3897
commit 31f6c2c2ea

View File

@ -119,23 +119,23 @@ bump_repo() {
# #
# +----------------+----------------+ # +----------------+----------------+
# | 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
@ -143,11 +143,11 @@ bump_repo() {
# #
# +----------------+----------------+ # +----------------+----------------+
# | 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