Skip to content

Commit dc71dd9

Browse files
authored
Chart changes for v1.21.0 (#103)
Signed-off-by: Sanket Sudake <[email protected]>
1 parent 9ceda7e commit dc71dd9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: charts/fission-all/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
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
55
description: Fission is a fast serverless framework for Kubernetes.
66
kubeVersion: ">=1.27.0-0"
77
home: https://fission.io/

Diff for: charts/fission-all/templates/NOTES.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Windows:
2020
{{- end }}
2121

2222
# 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 }}
2424

2525
# Get a hello world
2626
$ curl https://raw.githubusercontent.com/fission/examples/master/nodejs/hello.js > hello.js

Diff for: charts/fission-all/values.yaml

+3-3
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.21.0-rc2
28+
imageTag: v1.21.0
2929

3030
## pullPolicy represents the pull policy to use for images in the chart.
3131
##
@@ -124,7 +124,7 @@ fetcher:
124124
## image represents the image of the fetcher component.
125125
image: fission/fetcher
126126
## imageTag represents the tag of the image of the fetcher component.
127-
imageTag: v1.21.0-rc2
127+
imageTag: v1.21.0
128128

129129
## Fetcher is only for to downloading or uploading archive.
130130
## Normally, you don't need to change the value here, unless necessary.
@@ -696,7 +696,7 @@ preUpgradeChecks:
696696
image: fission/pre-upgrade-checks
697697
## pre-install/pre-upgrade checks image version
698698
##
699-
imageTag: v1.21.0-rc2
699+
imageTag: v1.21.0
700700

701701
## Fission post-install/post-upgrade reporting live in this image
702702
##

0 commit comments

Comments
 (0)