From 92bc573780d21d1c2e8eae1973df55c594208965 Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Sat, 12 Oct 2024 12:01:30 +0200 Subject: [PATCH 1/2] Fix env variables for redis and timeout - duplicated entry for db settings - wrong value check for timeout --- charts/rstuf-worker/templates/deployment.yaml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/charts/rstuf-worker/templates/deployment.yaml b/charts/rstuf-worker/templates/deployment.yaml index bf91916..40e6e0c 100644 --- a/charts/rstuf-worker/templates/deployment.yaml +++ b/charts/rstuf-worker/templates/deployment.yaml @@ -102,11 +102,7 @@ spec: - name: RSTUF_REDIS_SERVER_DB_REPO_SETTINGS value: {{ .Values.backend.redisDbSettings | quote }} {{- end }} - {{- if .Values.backend.redisDbSettings }} - - name: RSTUF_REDIS_SERVER_DB_REPO_SETTINGS - value: {{ .Values.backend.redisDbSettings | quote }} - {{- end }} - {{- if .Values.backend.redisPort }} + {{- if .Values.backend.lockTimeOut }} - name: RSTUF_LOCK_TIMEOUT value: {{ .Values.backend.lockTimeOut | quote }} {{- end }} From 386c45a09955e7df5ac90e6b38d85c0ac7231f1b Mon Sep 17 00:00:00 2001 From: Kairo Araujo Date: Sat, 12 Oct 2024 12:03:23 +0200 Subject: [PATCH 2/2] Version 2.0.1 Apply fixes for settings --- charts/rstuf-worker/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/rstuf-worker/Chart.yaml b/charts/rstuf-worker/Chart.yaml index 6b94354..431359d 100644 --- a/charts/rstuf-worker/Chart.yaml +++ b/charts/rstuf-worker/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.2.0 +version: 0.2.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to