From 421fb77fc1bcc8bf4e92b85bbda8b347771dbaee Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 20 May 2024 19:23:54 +0100 Subject: [PATCH 1/2] [HELM] - Deployment Template Fix Ordering the command line flags alphabetically --- charts/terranetes-controller/templates/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/terranetes-controller/templates/deployment.yaml b/charts/terranetes-controller/templates/deployment.yaml index 51d9be2e6..8fce5b94f 100644 --- a/charts/terranetes-controller/templates/deployment.yaml +++ b/charts/terranetes-controller/templates/deployment.yaml @@ -59,17 +59,17 @@ spec: {{- if .Values.controller.backend.name }} - --backend-template={{ .Values.controller.backend.name }} {{- end }} + - --configurations-threshold={{ .Values.controller.configuration_rate_threshold }} - --drift-controller-interval={{ .Values.controller.driftControllerInterval }} - --drift-interval={{ .Values.controller.driftInterval }} - --drift-threshold={{ .Values.controller.driftThreshold }} - - --configurations-threshold={{ .Values.controller.configuration_rate_threshold }} - --enable-context-injection={{ .Values.controller.enableContextInjection }} - --enable-namespace-protection={{ .Values.controller.enableNamespaceProtection }} - --enable-revision-update-protection={{ .Values.controller.enableRevisionUpdateProtection }} - --enable-terraform-versions={{ .Values.controller.enableTerraformVersions }} - --enable-watchers={{ .Values.controller.enableWatchers }} - - --enable-webhooks={{ .Values.controller.webhooks.enabled }} - --enable-webhook-prefix={{ .Values.controller.webhooks.prefix }} + - --enable-webhooks={{ .Values.controller.webhooks.enabled }} - --executor-image={{ .Values.controller.images.executor }} {{- range .Values.controller.executorSecrets }} - --executor-secret={{ . }} From b743f3fdea31b1ff7abbaa419009083faee1ff61 Mon Sep 17 00:00:00 2001 From: Rohith Jayawardene Date: Mon, 20 May 2024 19:25:28 +0100 Subject: [PATCH 2/2] fix: bumping the version of the chart --- charts/terranetes-controller/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/terranetes-controller/Chart.yaml b/charts/terranetes-controller/Chart.yaml index 2d19e4f7b..2e18f63c1 100644 --- a/charts/terranetes-controller/Chart.yaml +++ b/charts/terranetes-controller/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: terranetes-controller description: Controller used to provision a terraform workflow within kubernetes type: application -version: v0.7.15 +version: v0.7.16 appVersion: v0.4.11 sources: - https://github.com/appvia/terranetes-controller