Issue submitter TODO list
Feature request
Hi Team,
I’d like to contribute to the Kafka-UI Helm chart but currently don’t have access to create a branch for review.
Proposed Implementation:
I’ve identified the need to a change to podAnnoations to include a field with random generated values. This is needed in order to always force a roll-out of the pods. https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
templates/deployment.yaml:
template:
metadata:
annotations:
{{- if .Values.forcePodRefresh }}
rollme: {{ randAlphaNum 5 | quote }}
{{- end }}
Expected behavior
will allow users to always force a full refresh of the pods.
Your installation details
commit sha: 8b5494b67a1185fc334ee9fbb10e9acb51fa288a
chart version: 1.4.11
config: as default, nothing special
Issue submitter TODO list
Feature request
Hi Team,
I’d like to contribute to the Kafka-UI Helm chart but currently don’t have access to create a branch for review.
Proposed Implementation:
I’ve identified the need to a change to podAnnoations to include a field with random generated values. This is needed in order to always force a roll-out of the pods. https://helm.sh/docs/howto/charts_tips_and_tricks/#automatically-roll-deployments
templates/deployment.yaml:
Expected behavior
will allow users to always force a full refresh of the pods.
Your installation details
commit sha: 8b5494b67a1185fc334ee9fbb10e9acb51fa288a
chart version: 1.4.11
config: as default, nothing special