Skip to content

Commit

Permalink
Update release version to 1.15.0 in charts (#2267)
Browse files Browse the repository at this point in the history
Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
  • Loading branch information
sanketsudake committed Nov 23, 2021
1 parent 9f1cc0a commit 5349a59
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: fission-all
version: v1.15.0-rc2
appVersion: v1.15.0-rc2
version: v1.15.0
appVersion: v1.15.0
description: Fission is a fast serverless framework for Kubernetes.
home: https://fission.io/
icon: https://fission.io/images/fission-logo-white.svg
Expand Down
6 changes: 3 additions & 3 deletions charts/fission-all/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.0-rc2
imageTag: v1.15.0

## pullPolicy represents the pull policy to use for images in the chart.
##
Expand Down Expand Up @@ -85,7 +85,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.0-rc2
imageTag: v1.15.0

## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.
Expand Down Expand Up @@ -451,7 +451,7 @@ preUpgradeChecks:
image: fission/pre-upgrade-checks
## pre-install/pre-upgrade checks image version
##
imageTag: v1.15.0-rc2
imageTag: v1.15.0

## Fission post-install/post-upgrade reporting live in this image
##
Expand Down

0 comments on commit 5349a59

Please sign in to comment.