Update chart version to v1.20.3 (#2987)

Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
This commit is contained in:
soharab-ic
2024-08-09 13:38:40 +05:30
committed by GitHub
parent 90d781ca2d
commit 0159802497
2 changed files with 6 additions and 6 deletions
+3 -3
View File
@@ -1,9 +1,9 @@
apiVersion: v2
name: fission-all
version: v1.20.2
appVersion: v1.20.2
version: v1.20.3
appVersion: v1.20.3
description: Fission is a fast serverless framework for Kubernetes.
kubeVersion: ">=1.23.0-0"
kubeVersion: ">=1.25.0-0"
home: https://fission.io/
icon: https://fission.io/images/fission-logo-white.svg
sources:
+3 -3
View File
@@ -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.2
imageTag: v1.20.3
## 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.2
imageTag: v1.20.3
## 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.2
imageTag: v1.20.3
## Fission post-install/post-upgrade reporting live in this image
##