From 52325c589addbe35f0088ef389c34269d38febfa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rade=20Martinovi=C4=87?= Date: Fri, 29 Sep 2023 11:05:43 +0200 Subject: [PATCH] updating chart version to 3.3.8 and app version to nightly --- deployment/helm/ditto/Chart.yaml | 4 ++-- deployment/helm/ditto/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deployment/helm/ditto/Chart.yaml b/deployment/helm/ditto/Chart.yaml index 29350ea4fe..7d52c1b424 100644 --- a/deployment/helm/ditto/Chart.yaml +++ b/deployment/helm/ditto/Chart.yaml @@ -16,8 +16,8 @@ description: | A digital twin is a virtual, cloud based, representation of his real world counterpart (real world “Things”, e.g. devices like sensors, smart heating, connected cars, smart grids, EV charging stations etc). type: application -version: 3.3.7 # chart version is effectively set by release-job -appVersion: 3.3.7 +version: 3.3.8 # chart version is effectively set by release-job +appVersion: nightly keywords: - iot-chart - digital-twin diff --git a/deployment/helm/ditto/values.yaml b/deployment/helm/ditto/values.yaml index 41ff24a7e6..ea45b463ed 100644 --- a/deployment/helm/ditto/values.yaml +++ b/deployment/helm/ditto/values.yaml @@ -206,8 +206,8 @@ ingress: # of its containers crashing, for it to be considered available # ref: https://kubernetes.io/docs/concepts/workloads/controllers/deployment/#min-ready-seconds minReadySeconds: 10 - # as NGINX Ingress Controller on its pod shutdown tends to interrupt connections, we need to include - # some wait time so that existing connections are fully handled before the pod is really shut down. + # as NGINX Ingress Controller on its pod shutdown tends to interrupt connections, we need to include + # some wait time so that existing connections are fully handled before the pod is really shut down. # ref: https://medium.com/codecademy-engineering/kubernetes-nginx-and-zero-downtime-in-production-2c910c6a5ed8 preStopWait: 15 # specify how many old ReplicaSets for ingress controller deployment will be retained