Release 1.10.0 (#1658)

This commit is contained in:
Vishal
2020-06-30 08:56:30 +05:30
committed by GitHub
parent a8a9831c16
commit 90b7680392
6 changed files with 57 additions and 41 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
apiVersion: v1
name: fission-core
version: 1.9.0
version: 1.10.0
description: Fission is a fast serverless framework for Kubernetes.
keywords:
- fission
@@ -12,4 +12,4 @@ maintainers:
- name: Ta Ching Chen
email: hello@tachingchen.com
engine: gotpl
appVersion: 1.9.0
appVersion: 1.10.0
+2 -2
View File
@@ -17,7 +17,7 @@ repository: index.docker.io
image: fission/fission-bundle
## Fission image version
imageTag: 1.9.0
imageTag: 1.10.0
## Image pull policy
pullPolicy: IfNotPresent
@@ -43,7 +43,7 @@ fetcher:
## Fetcher repository
image: fission/fetcher
## Fetcher image version
imageTag: 1.9.0
imageTag: 1.10.0
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.