Skip to content

Commit d0782d4

Browse files
authored
Merge pull request #310 from securesign/run-make-bundle
run make bundle
2 parents 1710bc4 + 43ea0cf commit d0782d4

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
3030
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
3131
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
3232
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
33-
IMAGE_DIGEST ?= sha256:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
33+
IMAGE_DIGEST ?= sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
3434

3535
# BUNDLE_IMG defines the image:tag used for the bundle.
3636
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)

bundle/manifests/rhtas-operator.clusterserviceversion.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ metadata:
190190
}
191191
]
192192
capabilities: Basic Install
193-
createdAt: "2024-04-03T14:51:19Z"
193+
createdAt: "2024-04-04T07:35:04Z"
194194
operators.operatorframework.io/builder: operator-sdk-v1.32.0
195195
operators.operatorframework.io/project_layout: go.kubebuilder.io/v3
196196
name: rhtas-operator.v1.0.0
@@ -764,7 +764,7 @@ spec:
764764
- --leader-elect
765765
command:
766766
- /manager
767-
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
767+
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
768768
livenessProbe:
769769
httpGet:
770770
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ resources:
33
apiVersion: kustomize.config.k8s.io/v1beta1
44
kind: Kustomization
55
images:
6-
- digest: sha256:0fe2389cae04a9028c9a6ac977a8561ac67cba1a086cf5beaa370ac0187dd3d0
6+
- digest: sha256:2d2a22420249890a64b42c663d57c4b5c6638e0597fe74b01b275ba915e53ea2
77
name: controller
88
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator

0 commit comments

Comments
 (0)