File tree 4 files changed +8
-3
lines changed
bundle/odf-operator/manifests
4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 24
24
fetch-depth : 0
25
25
26
26
- name : Build operator docker image
27
- run : make docker-build
27
+ run : |
28
+ make docker-build
29
+ msg='Uncommitted generated changes. run `make docker-build` and commit results.'
30
+ git diff --exit-code . || (echo -e '\e[31m'"$msg"; exit 1)
28
31
29
32
bundle-build :
30
33
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ metadata:
35
35
categories : Storage
36
36
console.openshift.io/plugins : ' ["odf-console"]'
37
37
containerImage : quay.io/ocs-dev/odf-operator:latest
38
- createdAt : " 2024-11-14T03:00:40Z "
38
+ createdAt : " 2024-11-21T13:20:34Z "
39
39
description : OpenShift Data Foundation provides a common control plane for storage
40
40
solutions on OpenShift Container Platform.
41
41
features.operators.openshift.io/token-auth-aws : " true"
@@ -405,6 +405,7 @@ spec:
405
405
- configMapRef :
406
406
name : odf-operator-manager-config
407
407
image : quay.io/ocs-dev/odf-operator:latest
408
+ imagePullPolicy : Always
408
409
livenessProbe :
409
410
httpGet :
410
411
path : /healthz
Original file line number Diff line number Diff line change 43
43
- configMapRef :
44
44
name : manager-config
45
45
image : controller:latest
46
+ imagePullPolicy : Always
46
47
name : manager
47
48
securityContext :
48
49
allowPrivilegeEscalation : false
Original file line number Diff line number Diff line change 1
1
# github.com/IBM/ibm-storage-odf-operator v1.6.0
2
- ## explicit; go 1.20
2
+ ## explicit; go 1.22.0
3
3
github.com/IBM/ibm-storage-odf-operator/api/v1alpha1
4
4
# github.com/beorn7/perks v1.0.1
5
5
## explicit; go 1.11
You can’t perform that action at this time.
0 commit comments