Update version to v1.16.0-rc1 in chart (#2350)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2022-02-11 15:19:44 +05:30
committed by GitHub
parent 667629d265
commit 4f8a60b498
2 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
apiVersion: v2
name: fission-all
version: v1.15.1
appVersion: v1.15.1
version: v1.16.0-rc1
appVersion: v1.16.0-rc1
description: Fission is a fast serverless framework for Kubernetes.
home: https://fission.io/
icon: https://fission.io/images/fission-logo-white.svg
+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.15.1
imageTag: v1.16.0-rc1
## pullPolicy represents the pull policy to use for images in the chart.
##
@@ -89,7 +89,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.15.1
imageTag: v1.16.0-rc1
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.
@@ -454,7 +454,7 @@ preUpgradeChecks:
image: fission/pre-upgrade-checks
## pre-install/pre-upgrade checks image version
##
imageTag: v1.15.1
imageTag: v1.16.0-rc1
## Fission post-install/post-upgrade reporting live in this image
##