Skip to content

Commit

Permalink
Release v1.21.0-rc1 (#101)
Browse files Browse the repository at this point in the history
Signed-off-by: Md Soharab Ansari <[email protected]>
  • Loading branch information
soharab-ic authored Jan 15, 2025
1 parent 0e32873 commit d2cfffe
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
6 changes: 3 additions & 3 deletions charts/fission-all/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
apiVersion: v2
name: fission-all
version: v1.20.5
appVersion: v1.20.5
version: v1.21.0-rc1
appVersion: v1.21.0-rc1
description: Fission is a fast serverless framework for Kubernetes.
kubeVersion: ">=1.25.0-0"
kubeVersion: ">=1.27.0-0"
home: https://fission.io/
icon: https://fission.io/images/fission-logo-white.svg
sources:
Expand Down
2 changes: 2 additions & 0 deletions charts/fission-all/templates/webhook-server/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ spec:
ports:
- containerPort: 8080
name: metrics
resources:
{{- toYaml .Values.webhook.resources | nindent 10 }}
volumes:
- name: serving-certs
secret:
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.20.5
imageTag: v1.21.0-rc1

## pullPolicy represents the pull policy to use for images in the chart.
##
Expand Down Expand Up @@ -120,7 +120,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.20.5
imageTag: v1.21.0-rc1

## 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 @@ -688,7 +688,7 @@ preUpgradeChecks:
image: fission/pre-upgrade-checks
## pre-install/pre-upgrade checks image version
##
imageTag: v1.20.5
imageTag: v1.21.0-rc1

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

0 comments on commit d2cfffe

Please sign in to comment.