Change zookeeper image for nifi

This commit is contained in:
dvirlabs 2026-06-04 11:59:27 +03:00
parent aa51c3f9ca
commit 463e2484e1
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: bitnami/zookeeper:3.9.2-debian-12-r7
image: zookeeper:3.9
licenses: Apache-2.0
apiVersion: v2
appVersion: 1.28.1

View File

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