File tree 4 files changed +6
-6
lines changed
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)
34
34
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
35
35
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
36
36
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
37
- IMAGE_DIGEST ?= sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
37
+ IMAGE_DIGEST ?= sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
38
38
39
39
# BUNDLE_IMG defines the image:tag used for the bundle.
40
40
# 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:
191
191
}
192
192
]
193
193
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 "
196
196
features.operators.openshift.io/cnf : " false"
197
197
features.operators.openshift.io/cni : " false"
198
198
features.operators.openshift.io/csi : " false"
@@ -740,7 +740,7 @@ spec:
740
740
env :
741
741
- name : OPENSHIFT
742
742
value : " true"
743
- image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
743
+ image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
744
744
livenessProbe :
745
745
httpGet :
746
746
path : /healthz
Original file line number Diff line number Diff line change @@ -3,6 +3,6 @@ resources:
3
3
apiVersion : kustomize.config.k8s.io/v1beta1
4
4
kind : Kustomization
5
5
images :
6
- - digest : sha256:e64cdf4cf2bcb569f0b3d937de4e911b4c1870b0cdc4081e8d5561084a717769
6
+ - digest : sha256:e1a78636cd7cc8e7227b6b0a5ddfd93d002db0464b15e966e88337d38989ea5a
7
7
name : controller
8
8
newName : registry.redhat.io/rhtas/rhtas-rhel9-operator
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ metadata:
4
4
annotations :
5
5
alm-examples : ' []'
6
6
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
8
8
features.operators.openshift.io/cnf : " false"
9
9
features.operators.openshift.io/cni : " false"
10
10
features.operators.openshift.io/csi : " false"
You can’t perform that action at this time.
0 commit comments