Commit 43ea0cf 1 parent 1710bc4 commit 43ea0cf Copy full SHA for 43ea0cf
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
30
30
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
31
31
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
32
32
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
33
- IMAGE_DIGEST ?= sha256:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
33
+ IMAGE_DIGEST ?= sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
34
34
35
35
# BUNDLE_IMG defines the image:tag used for the bundle.
36
36
# 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 @@ -190,7 +190,7 @@ metadata:
190
190
}
191
191
]
192
192
capabilities : Basic Install
193
- createdAt : " 2024-04-03T14:51:19Z "
193
+ createdAt : " 2024-04-04T07:35:04Z "
194
194
operators.operatorframework.io/builder : operator-sdk-v1.32.0
195
195
operators.operatorframework.io/project_layout : go.kubebuilder.io/v3
196
196
name : rhtas-operator.v1.0.0
@@ -764,7 +764,7 @@ spec:
764
764
- --leader-elect
765
765
command :
766
766
- /manager
767
- image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
767
+ image : registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
768
768
livenessProbe :
769
769
httpGet :
770
770
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:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
6
+ - digest : sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
7
7
name : controller
8
8
newName : registry.redhat.io/rhtas/rhtas-rhel9-operator
You can’t perform that action at this time.
0 commit comments