From 0cfe08df55664575399e7c66b1d0d80e50f331fd Mon Sep 17 00:00:00 2001 From: soharab-ic <156293296+soharab-ic@users.noreply.github.com> Date: Mon, 27 May 2024 15:51:19 +0530 Subject: [PATCH] Update chart version and app version to v1.20.2 (#2950) Signed-off-by: Md Soharab Ansari --- charts/fission-all/Chart.yaml | 4 ++-- charts/fission-all/values.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index 39657831..bf695fc6 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.1 -appVersion: v1.20.1 +version: v1.20.2 +appVersion: v1.20.2 description: Fission is a fast serverless framework for Kubernetes. kubeVersion: ">=1.23.0-0" home: https://fission.io/ diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index 20708d09..c2e20b02 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.1 +imageTag: v1.20.2 ## pullPolicy represents the pull policy to use for images in the chart. ## @@ -106,7 +106,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.1 + imageTag: v1.20.2 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary. @@ -663,7 +663,7 @@ preUpgradeChecks: image: fission/pre-upgrade-checks ## pre-install/pre-upgrade checks image version ## - imageTag: v1.20.1 + imageTag: v1.20.2 ## Fission post-install/post-upgrade reporting live in this image ##