[bitnami/whereabouts] Release 0.3.2 (#17053)

* [bitnami/whereabouts] Release 0.3.2 updating components versions

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* Update README.md with readme-generator-for-helm

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>

* [bitnami/whereabouts] Update daemonset and clusterrole definitions

Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>

---------

Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com>
Signed-off-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
Co-authored-by: Gonzalo Gomez Gracia <gonzalog@vmware.com>
This commit is contained in:
Bitnami Bot
2023-06-13 17:11:59 +02:00
committed by GitHub
parent 49278b8bd1
commit 422c5a947f
5 changed files with 14 additions and 4 deletions

View File

@@ -55,4 +55,10 @@ rules:
- create
- patch
- update
- apiGroups:
- ""
resources:
- nodes
verbs:
- get
{{- end }}

View File

@@ -93,6 +93,10 @@ spec:
env:
- name: BITNAMI_DEBUG
value: {{ ternary "true" "false" .Values.image.debug | quote }}
- name: NODENAME
valueFrom:
fieldRef:
fieldPath: spec.nodeName
- name: WHEREABOUTS_NAMESPACE
valueFrom:
fieldRef: