Fix images in CRs
This commit is contained in:
parent
ce081bfd28
commit
f1ea9d8ce9
|
|
@ -195,9 +195,9 @@ spec:
|
|||
- /manager
|
||||
args:
|
||||
- --leader-elect
|
||||
image: jenkins-operator:305dbeda-dirty-dirty
|
||||
image: virtuslab/jenkins-operator:v0.5.0
|
||||
name: jenkins-operator
|
||||
imagePullPolicy: Never
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
livenessProbe:
|
||||
|
|
|
|||
|
|
@ -23,9 +23,9 @@ spec:
|
|||
- /manager
|
||||
args:
|
||||
- --leader-elect
|
||||
image: jenkins-operator:305dbeda-dirty-dirty
|
||||
image: virtuslab/jenkins-operator:v0.5.0
|
||||
name: jenkins-operator
|
||||
imagePullPolicy: Never
|
||||
imagePullPolicy: IfNotPresent
|
||||
securityContext:
|
||||
allowPrivilegeEscalation: false
|
||||
livenessProbe:
|
||||
|
|
|
|||
Loading…
Reference in New Issue