Change zookeeper image for nifi
This commit is contained in:
parent
463e2484e1
commit
eb117cd21c
@ -4,7 +4,7 @@ annotations:
|
|||||||
- name: nifi
|
- name: nifi
|
||||||
image: apache/nifi:1.28.1
|
image: apache/nifi:1.28.1
|
||||||
- name: zookeeper
|
- name: zookeeper
|
||||||
image: zookeeper:3.9
|
image: bitnami/zookeeper:3.9-debian-12
|
||||||
licenses: Apache-2.0
|
licenses: Apache-2.0
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
appVersion: 1.28.1
|
appVersion: 1.28.1
|
||||||
|
|||||||
@ -86,8 +86,8 @@ diagnosticMode:
|
|||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
registry: docker.io
|
registry: docker.io
|
||||||
repository: zookeeper
|
repository: bitnami/zookeeper
|
||||||
tag: 3.9
|
tag: 3.9-debian-12
|
||||||
digest: ""
|
digest: ""
|
||||||
## Specify a imagePullPolicy
|
## Specify a imagePullPolicy
|
||||||
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user