Change zookeeper image for nifi

This commit is contained in:
dvirlabs 2026-06-04 12:01:10 +03:00
parent 463e2484e1
commit eb117cd21c
2 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@ annotations:
- name: nifi
image: apache/nifi:1.28.1
- name: zookeeper
image: zookeeper:3.9
image: bitnami/zookeeper:3.9-debian-12
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.28.1

View File

@ -86,8 +86,8 @@ diagnosticMode:
##
image:
registry: docker.io
repository: zookeeper
tag: 3.9
repository: bitnami/zookeeper
tag: 3.9-debian-12
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'