File tree 2 files changed +5
-5
lines changed 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : fission-all
3
- version : v1.20.3
4
- appVersion : v1.20.3
3
+ version : v1.20.4
4
+ appVersion : v1.20.4
5
5
description : Fission is a fast serverless framework for Kubernetes.
6
6
kubeVersion : " >=1.25.0-0"
7
7
home : https://fission.io/
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ image: fission/fission-bundle
25
25
# # It is also used by the chart to identify version of the few more images apart from fission-bundle.
26
26
# # Keep it empty for using latest tag.
27
27
# #
28
- imageTag : v1.20.3
28
+ imageTag : v1.20.4
29
29
30
30
# # pullPolicy represents the pull policy to use for images in the chart.
31
31
# #
@@ -106,7 +106,7 @@ fetcher:
106
106
# # image represents the image of the fetcher component.
107
107
image : fission/fetcher
108
108
# # imageTag represents the tag of the image of the fetcher component.
109
- imageTag : v1.20.3
109
+ imageTag : v1.20.4
110
110
111
111
# # Fetcher is only for to downloading or uploading archive.
112
112
# # Normally, you don't need to change the value here, unless necessary.
@@ -674,7 +674,7 @@ preUpgradeChecks:
674
674
image : fission/pre-upgrade-checks
675
675
# # pre-install/pre-upgrade checks image version
676
676
# #
677
- imageTag : v1.20.3
677
+ imageTag : v1.20.4
678
678
679
679
# # Fission post-install/post-upgrade reporting live in this image
680
680
# #
You can’t perform that action at this time.
0 commit comments