From 17fbe42fccae36ab391fc958c39b87950e5b8b51 Mon Sep 17 00:00:00 2001 From: Sanket Sudake Date: Thu, 23 Nov 2023 13:00:50 +0530 Subject: [PATCH] Update fission version v1.20.0-rc2 (#2879) Signed-off-by: Sanket Sudake --- charts/fission-all/Chart.yaml | 4 ++-- charts/fission-all/values.yaml | 6 +++--- test/upgrade_test/fission_objects.sh | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index 277ab72c..26a5903d 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: fission-all -version: v1.20.0-rc1 -appVersion: v1.20.0-rc1 +version: v1.20.0-rc2 +appVersion: v1.20.0-rc2 description: Fission is a fast serverless framework for Kubernetes. home: https://fission.io/ icon: https://fission.io/images/fission-logo-white.svg diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index 10750b5d..d98a7ac7 100644 --- a/charts/fission-all/values.yaml +++ b/charts/fission-all/values.yaml @@ -25,7 +25,7 @@ image: fission/fission-bundle ## It is also used by the chart to identify version of the few more images apart from fission-bundle. ## Keep it empty for using latest tag. ## -imageTag: v1.20.0-rc1 +imageTag: v1.20.0-rc2 ## pullPolicy represents the pull policy to use for images in the chart. ## @@ -99,7 +99,7 @@ fetcher: ## image represents the image of the fetcher component. image: fission/fetcher ## imageTag represents the tag of the image of the fetcher component. - imageTag: v1.20.0-rc1 + imageTag: v1.20.0-rc2 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary. @@ -614,7 +614,7 @@ preUpgradeChecks: image: fission/pre-upgrade-checks ## pre-install/pre-upgrade checks image version ## - imageTag: v1.20.0-rc1 + imageTag: v1.20.0-rc2 ## Fission post-install/post-upgrade reporting live in this image ## diff --git a/test/upgrade_test/fission_objects.sh b/test/upgrade_test/fission_objects.sh index 3b17fcb6..3c929de6 100644 --- a/test/upgrade_test/fission_objects.sh +++ b/test/upgrade_test/fission_objects.sh @@ -68,7 +68,7 @@ test_fission_objects() { echo "-----------------###############################--------------------" echo " Running fission object tests" echo "-----------------###############################--------------------" - if fission function test --name hello; then + if fission function test -v 2 --name hello; then echo "----------------------**********************-------------------------" echo " Test success" echo "----------------------**********************-------------------------"