Update all images used to GHCR repo (#3154)

This commit is contained in:
Sanket Sudake
2025-01-25 20:39:54 +05:30
committed by GitHub
parent b6bd921ac1
commit 2853498a98
28 changed files with 69 additions and 56 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v2
name: fission-all
version: v1.21.0-rc2
appVersion: v1.21.0-rc2
version: v1.21.0
appVersion: v1.21.0
description: Fission is a fast serverless framework for Kubernetes.
kubeVersion: ">=1.27.0-0"
home: https://fission.io/
+1 -1
View File
@@ -20,7 +20,7 @@ Windows:
{{- end }}
# Create an environment
$ fission env create --name nodejs --image fission/node-env --namespace {{ .Values.defaultNamespace }}
$ fission env create --name nodejs --image ghcr.io/fission/node-env --namespace {{ .Values.defaultNamespace }}
# Get a hello world
$ curl https://raw.githubusercontent.com/fission/examples/master/nodejs/hello.js > hello.js
+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.21.0-rc2
imageTag: v1.21.0
## pullPolicy represents the pull policy to use for images in the chart.
##
@@ -124,7 +124,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.21.0-rc2
imageTag: v1.21.0
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.
@@ -696,7 +696,7 @@ preUpgradeChecks:
image: fission/pre-upgrade-checks
## pre-install/pre-upgrade checks image version
##
imageTag: v1.21.0-rc2
imageTag: v1.21.0
## Fission post-install/post-upgrade reporting live in this image
##