Skip to content

Commit cf55fbe

Browse files
authored
Update chart version and app version to v1.20.4 (#3006)
Signed-off-by: Md Soharab Ansari <soharab.ansari@infracloud.io>
1 parent b80437b commit cf55fbe

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

charts/fission-all/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: fission-all
3-
version: v1.20.3
4-
appVersion: v1.20.3
3+
version: v1.20.4
4+
appVersion: v1.20.4
55
description: Fission is a fast serverless framework for Kubernetes.
66
kubeVersion: ">=1.25.0-0"
77
home: https://fission.io/

charts/fission-all/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ image: fission/fission-bundle
2525
## It is also used by the chart to identify version of the few more images apart from fission-bundle.
2626
## Keep it empty for using latest tag.
2727
##
28-
imageTag: v1.20.3
28+
imageTag: v1.20.4
2929

3030
## pullPolicy represents the pull policy to use for images in the chart.
3131
##
@@ -106,7 +106,7 @@ fetcher:
106106
## image represents the image of the fetcher component.
107107
image: fission/fetcher
108108
## imageTag represents the tag of the image of the fetcher component.
109-
imageTag: v1.20.3
109+
imageTag: v1.20.4
110110

111111
## Fetcher is only for to downloading or uploading archive.
112112
## Normally, you don't need to change the value here, unless necessary.
@@ -674,7 +674,7 @@ preUpgradeChecks:
674674
image: fission/pre-upgrade-checks
675675
## pre-install/pre-upgrade checks image version
676676
##
677-
imageTag: v1.20.3
677+
imageTag: v1.20.4
678678

679679
## Fission post-install/post-upgrade reporting live in this image
680680
##

0 commit comments

Comments
 (0)