Release 1.11.1 (#1838)

Release 1.11.1 along with some changes to release script
This commit is contained in:
Vishal
2020-10-15 11:06:05 +05:30
committed by GitHub
parent ab94b68571
commit 6e3c42f238
9 changed files with 89 additions and 257 deletions
+2 -2
View File
@@ -17,7 +17,7 @@ repository: index.docker.io
image: fission/fission-bundle
## Fission image version
imageTag: 1.11.0
imageTag: 1.11.1
## Image pull policy
pullPolicy: IfNotPresent
@@ -43,7 +43,7 @@ fetcher:
## Fetcher repository
image: fission/fetcher
## Fetcher image version
imageTag: 1.11.0
imageTag: 1.11.1
## Fetcher is only for to downloading or uploading archive.
## Normally, you don't need to change the value here, unless necessary.