We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da75c0a commit e5eec5bCopy full SHA for e5eec5b
cruise-control/50cruise-control.yml
@@ -17,7 +17,7 @@ spec:
17
terminationGracePeriodSeconds: 30
18
initContainers:
19
- name: init-config
20
- image: alpine:3.8
+ image: busybox@sha256:2a03a6059f21e150ae84b0973863609494aad70f0a80eaeb64bddd8d92465812
21
command: ['/bin/sh']
22
args: [ '-c', 'cp /etc/cruise-control-configmap/* /opt/cruise-control/config']
23
volumeMounts:
@@ -27,7 +27,7 @@ spec:
27
mountPath: /opt/cruise-control/config
28
containers:
29
- name: cruise-control
30
- image: pdouble16/kafka-cruise-control-docker:2.0.17
+ image: pdouble16/kafka-cruise-control-docker:2.0.17@sha256:2bf22a47a928689b94f0771cee4be557dff35948269d31a348bc1e3055ea2336
31
imagePullPolicy: IfNotPresent
32
ports:
33
- name: api
0 commit comments