Prerelease v1.15.0-rc1 (#2204)

Signed-off-by: Sanket Sudake <sanketsudake@gmail.com>
This commit is contained in:
Sanket Sudake
2021-09-23 14:19:33 +05:30
committed by GitHub
parent 23d6266335
commit 50b5c74c52
4 changed files with 8 additions and 8 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v2
name: fission-all
version: 1.14.1
version: v1.15.0-rc1
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
@@ -12,7 +12,7 @@ maintainers:
- name: Sanket Sudake
email: sanket@infracloud.io
engine: gotpl
appVersion: 1.14.1
appVersion: v1.15.0-rc1
type: application
dependencies:
- name: prometheus
+2 -2
View File
@@ -20,7 +20,7 @@ image: fission/fission-bundle
pullPolicy: IfNotPresent
## Fission image version
imageTag: 1.14.1
imageTag: v1.15.0-rc1
## Port at which Fission controller service should be exposed
controllerPort: 31313
@@ -50,7 +50,7 @@ fetcher:
## Fetcher repository
image: fission/fetcher
## Fetcher image version
imageTag: 1.14.1
imageTag: v1.15.0-rc1
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v2
name: fission-core
version: 1.14.1
version: v1.15.0-rc1
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
@@ -12,7 +12,7 @@ maintainers:
- name: Sanket Sudake
email: sanket@infracloud.io
engine: gotpl
appVersion: 1.14.1
appVersion: v1.15.0-rc1
type: application
dependencies:
- name: prometheus
+2 -2
View File
@@ -17,7 +17,7 @@ repository: index.docker.io
image: fission/fission-bundle
## Fission image version
imageTag: 1.14.1
imageTag: v1.15.0-rc1
## Image pull policy
pullPolicy: IfNotPresent
@@ -43,7 +43,7 @@ fetcher:
## Fetcher repository
image: fission/fetcher
## Fetcher image version
imageTag: 1.14.1
imageTag: v1.15.0-rc1
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.