diff --git a/helm/akhq/Chart.yaml b/helm/akhq/Chart.yaml index 41551beba..a419e4041 100644 --- a/helm/akhq/Chart.yaml +++ b/helm/akhq/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "0.23.0" description: Kafka GUI for Apache Kafka to manage topics, topics data, consumers group, schema registry, connect and more... name: akhq -version: 0.3.0 +version: 0.3.1 keywords: - kafka - confluent diff --git a/helm/akhq/templates/deployment.yaml b/helm/akhq/templates/deployment.yaml index 76cc06100..09fccb690 100644 --- a/helm/akhq/templates/deployment.yaml +++ b/helm/akhq/templates/deployment.yaml @@ -26,7 +26,7 @@ spec: {{- if .Values.configuration }} checksum/config: {{ include (print $.Template.BasePath "/configmap.yaml") . | sha256sum }} {{- end }} - {{- if and (not .Values.existingSecret) (.Values.secrets) }} + {{- if and (not .Values.existingSecrets) (.Values.secrets) }} checksum/secrets: {{ include (print $.Template.BasePath "/secret.yaml") . | sha256sum }} {{- end }} {{- with .Values.podAnnotations }}