diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index c3f8e50b..6ee6dbe6 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -24,7 +24,10 @@ jobs: fetch-depth: 0 - name: Build operator docker image - run: make docker-build + run: | + make docker-build + msg='Uncommitted generated changes. run `make docker-build` and commit results.' + git diff --exit-code . || (echo -e '\e[31m'"$msg"; exit 1) bundle-build: runs-on: ubuntu-latest diff --git a/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml b/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml index 8020acfb..eb5e4d81 100644 --- a/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml +++ b/bundle/odf-operator/manifests/odf-operator.clusterserviceversion.yaml @@ -35,7 +35,7 @@ metadata: categories: Storage console.openshift.io/plugins: '["odf-console"]' containerImage: quay.io/ocs-dev/odf-operator:latest - createdAt: "2024-11-14T03:00:40Z" + createdAt: "2024-11-21T13:20:34Z" description: OpenShift Data Foundation provides a common control plane for storage solutions on OpenShift Container Platform. features.operators.openshift.io/token-auth-aws: "true" @@ -405,6 +405,7 @@ spec: - configMapRef: name: odf-operator-manager-config image: quay.io/ocs-dev/odf-operator:latest + imagePullPolicy: Always livenessProbe: httpGet: path: /healthz diff --git a/config/manager/manager.yaml b/config/manager/manager.yaml index 9a79ac9f..d845b3d3 100644 --- a/config/manager/manager.yaml +++ b/config/manager/manager.yaml @@ -43,6 +43,7 @@ spec: - configMapRef: name: manager-config image: controller:latest + imagePullPolicy: Always name: manager securityContext: allowPrivilegeEscalation: false diff --git a/vendor/modules.txt b/vendor/modules.txt index 866eb7fc..f59da9a1 100644 --- a/vendor/modules.txt +++ b/vendor/modules.txt @@ -1,5 +1,5 @@ # github.com/IBM/ibm-storage-odf-operator v1.6.0 -## explicit; go 1.20 +## explicit; go 1.22.0 github.com/IBM/ibm-storage-odf-operator/api/v1alpha1 # github.com/beorn7/perks v1.0.1 ## explicit; go 1.11