From 415af3417f12ce34b84fd60fcf86956225973e69 Mon Sep 17 00:00:00 2001 From: CrowleyRajapakse Date: Sun, 7 Apr 2024 09:48:08 +0530 Subject: [PATCH] fix helm upgrade trigger and set certmanager false by default --- helm-charts/templates/deployment.yaml | 2 ++ helm-charts/values.yaml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/helm-charts/templates/deployment.yaml b/helm-charts/templates/deployment.yaml index 8e1c6114..d4316cbf 100644 --- a/helm-charts/templates/deployment.yaml +++ b/helm-charts/templates/deployment.yaml @@ -34,6 +34,8 @@ spec: app.kubernetes.io/app: "apim-apk-agent" app.kubernetes.io/name: {{ .Chart.Name }} app.kubernetes.io/instance: {{ .Release.Name }} + annotations: + checksum/config: {{ include (print $.Template.BasePath "/log-conf.yaml") . | sha256sum }} spec: serviceAccountName: wso2agent-platform containers: diff --git a/helm-charts/values.yaml b/helm-charts/values.yaml index afd8f0f4..c55a2bc3 100644 --- a/helm-charts/values.yaml +++ b/helm-charts/values.yaml @@ -40,4 +40,4 @@ metrics: agent: mode: CPtoDP certmanager: - enabled: true + enabled: false