Change zookeeper image for nifi
This commit is contained in:
parent
463e2484e1
commit
eb117cd21c
@ -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
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user