File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3434# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3535# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
3636IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
37- IMAGE_DIGEST ?= sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
37+ IMAGE_DIGEST ?= sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
3838
3939# BUNDLE_IMG defines the image:tag used for the bundle.
4040# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Original file line number Diff line number Diff line change @@ -191,8 +191,8 @@ metadata:
191191 }
192192 ]
193193 capabilities : Seamless Upgrades
194- containerImage : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
195- createdAt : " 2024-06-27T08:27:37Z "
194+ containerImage : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
195+ createdAt : " 2024-06-27T09:45:39Z "
196196 features.operators.openshift.io/cnf : " false"
197197 features.operators.openshift.io/cni : " false"
198198 features.operators.openshift.io/csi : " false"
@@ -740,7 +740,7 @@ spec:
740740 env :
741741 - name : OPENSHIFT
742742 value : " true"
743- image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
743+ image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
744744 livenessProbe :
745745 httpGet :
746746 path : /healthz
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ resources:
33apiVersion : kustomize.config.k8s.io/v1beta1
44kind : Kustomization
55images :
6- - digest : sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
6+ - digest : sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
77 name : controller
88 newName : registry.redhat.io/rhtas/rhtas-rhel9-operator
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
44 annotations :
55 alm-examples : ' []'
66 capabilities : Seamless Upgrades
7- containerImage : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
7+ containerImage : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
88 features.operators.openshift.io/cnf : " false"
99 features.operators.openshift.io/cni : " false"
1010 features.operators.openshift.io/csi : " false"
You can’t perform that action at this time.
0 commit comments