File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : fission-all
3
- version : v1.21.0-rc2
4
- appVersion : v1.21.0-rc2
3
+ version : v1.21.0
4
+ appVersion : v1.21.0
5
5
description : Fission is a fast serverless framework for Kubernetes.
6
6
kubeVersion : " >=1.27.0-0"
7
7
home : https://fission.io/
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Windows:
20
20
{{- end }}
21
21
22
22
# Create an environment
23
- $ fission env create --name nodejs --image fission/node-env --namespace {{ .Values.defaultNamespace }}
23
+ $ fission env create --name nodejs --image ghcr.io/ fission/node-env --namespace {{ .Values.defaultNamespace }}
24
24
25
25
# Get a hello world
26
26
$ curl https://raw.githubusercontent.com/fission/examples/master/nodejs/hello.js > hello.js
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.21.0-rc2
28
+ imageTag : v1.21.0
29
29
30
30
# # pullPolicy represents the pull policy to use for images in the chart.
31
31
# #
@@ -124,7 +124,7 @@ fetcher:
124
124
# # image represents the image of the fetcher component.
125
125
image : fission/fetcher
126
126
# # imageTag represents the tag of the image of the fetcher component.
127
- imageTag : v1.21.0-rc2
127
+ imageTag : v1.21.0
128
128
129
129
# # Fetcher is only for to downloading or uploading archive.
130
130
# # Normally, you don't need to change the value here, unless necessary.
@@ -696,7 +696,7 @@ preUpgradeChecks:
696
696
image : fission/pre-upgrade-checks
697
697
# # pre-install/pre-upgrade checks image version
698
698
# #
699
- imageTag : v1.21.0-rc2
699
+ imageTag : v1.21.0
700
700
701
701
# # Fission post-install/post-upgrade reporting live in this image
702
702
# #
You can’t perform that action at this time.
0 commit comments