diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index e0aa7e5..b78eb0b 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.2 +version: 1.0.1 appVersion: "1.0" diff --git a/helm-chart/templates/deployment.yaml b/helm-chart/templates/deployment.yaml index 31a8d41..11f3b2a 100644 --- a/helm-chart/templates/deployment.yaml +++ b/helm-chart/templates/deployment.yaml @@ -14,7 +14,6 @@ spec: metadata: labels: service: {{ .Values.name }} - annotations: diun.enable: "true" spec: securityContext: