From fa9e0f3f4d8ff5ec90e1971ef02b1e44743c66f8 Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 14 Apr 2025 08:53:59 -0500 Subject: [PATCH 1/2] annotations not label --- helm-chart/templates/deployment.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index 11f3b2a..31a8d41 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -14,6 +14,7 @@ spec: metadata: labels: service: {{ .Values.name }} + annotations: diun.enable: "true" spec: securityContext: From 573f8c082c43690a89a64389978d00864f6373aa Mon Sep 17 00:00:00 2001 From: "Waylon S. Walker" Date: Mon, 14 Apr 2025 08:54:14 -0500 Subject: [PATCH 2/2] bump version --- helm-chart/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index b78eb0b..e0aa7e5 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -7,5 +7,5 @@ icon: https://raw.githubusercontent.com/waylon/k8s-basic/master/helm-chart/logo. name: k8s-basic description: A helm chart for basic container deployment type: application -version: 1.0.1 +version: 1.0.2 appVersion: "1.0"