From c9b3bfaffeb0a8d2e1469d33c838c5db2a71f4ef Mon Sep 17 00:00:00 2001 From: dk03051996 Date: Tue, 16 Jan 2024 17:25:51 +0530 Subject: [PATCH] added image tag in values.yaml (#93) --- charts/fission-all/values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index a1585de..97bc1a7 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 +imageTag: v1.20.1 ## 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.0 + imageTag: v1.20.1 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary. @@ -621,7 +621,7 @@ preUpgradeChecks: image: fission/pre-upgrade-checks ## pre-install/pre-upgrade checks image version ## - imageTag: v1.20.0 + imageTag: v1.20.1 ## Fission post-install/post-upgrade reporting live in this image ##