From 8a8b142d9fdde2da12acea72083fc6b46b9d2c1e Mon Sep 17 00:00:00 2001 From: Shubham Bansal <62992590+shubham-bansal96@users.noreply.github.com> Date: Thu, 18 May 2023 18:30:13 +0530 Subject: [PATCH] update chart v1.19.0 (#75) Signed-off-by: Shubham Bansal --- charts/fission-all/Chart.yaml | 4 ++-- .../templates/router/deployment.yaml | 2 +- charts/fission-all/values.yaml | 19 +++++++++++-------- 3 files changed, 14 insertions(+), 11 deletions(-) diff --git a/charts/fission-all/Chart.yaml b/charts/fission-all/Chart.yaml index 570d849..5c7f3c0 100644 --- a/charts/fission-all/Chart.yaml +++ b/charts/fission-all/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: fission-all -version: v1.19.0-rc2 -appVersion: v1.19.0-rc2 +version: v1.19.0 +appVersion: v1.19.0 description: Fission is a fast serverless framework for Kubernetes. home: https://fission.io/ icon: https://fission.io/images/fission-logo-white.svg diff --git a/charts/fission-all/templates/router/deployment.yaml b/charts/fission-all/templates/router/deployment.yaml index 77b853d..c86dc0a 100644 --- a/charts/fission-all/templates/router/deployment.yaml +++ b/charts/fission-all/templates/router/deployment.yaml @@ -12,7 +12,7 @@ metadata: application: fission-router spec: {{- if not .Values.router.deployAsDaemonSet }} - replicas: 1 + replicas: {{ .Values.router.replicas | default 1 }} {{- end }} selector: matchLabels: diff --git a/charts/fission-all/values.yaml b/charts/fission-all/values.yaml index 7f8812f..4b54962 100644 --- a/charts/fission-all/values.yaml +++ b/charts/fission-all/values.yaml @@ -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.19.0-rc2 +imageTag: v1.19.0 ## pullPolicy represents the pull policy to use for images in the chart. ## @@ -103,7 +103,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.19.0-rc2 + imageTag: v1.19.0 ## Fetcher is only for to downloading or uploading archive. ## Normally, you don't need to change the value here, unless necessary. @@ -211,6 +211,9 @@ router: ## deployAsDaemonSet decides whether to deploy router as a DaemonSet or a Deployment. ## deployAsDaemonSet: false + ## replicas decides how many router pods to deploy. Only used when deployAsDaemonSet is false. + ## + replicas: 1 ## svcAddressMaxRetries is the max times for router to retry with a specific function service address ## svcAddressMaxRetries: 5 @@ -685,7 +688,7 @@ preUpgradeChecks: image: fission/pre-upgrade-checks ## pre-install/pre-upgrade checks image version ## - imageTag: v1.19.0-rc2 + imageTag: v1.19.0 ## Fission post-install/post-upgrade reporting live in this image ## @@ -817,7 +820,7 @@ mqt_keda: connector_images: kafka: image: fission/keda-kafka-http-connector - tag: v0.11 + tag: v0.12 rabbitmq: image: fission/keda-rabbitmq-http-connector tag: v0.10 @@ -826,16 +829,16 @@ mqt_keda: tag: v0.10 aws_sqs: image: fission/keda-aws-sqs-http-connector - tag: v0.10 + tag: v0.11 nats_steaming: image: fission/keda-nats-streaming-http-connector - tag: v0.12 + tag: v0.13 nats_jetstream: image: fission/keda-nats-jetstream-http-connector - tag: v0.2 + tag: v0.4 gcp_pubsub: image: fission/keda-gcp-pubsub-http-connector - tag: v0.5 + tag: v0.6 redis: image: fission/keda-redis-http-connector tag: v0.3