Skip to content

Commit dd505a5

Browse files
authored
RC: run make bundle (#721)
* RC: run make bundle
1 parent b034b83 commit dd505a5

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff 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.
3636
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
37-
IMAGE_DIGEST ?= sha256:b03d258db2f18cd25c60b80ad16d92f7e26f2fa55e7415e03f0fae89e9aa140f
37+
IMAGE_DIGEST ?= sha256:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7
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>)

bundle/manifests/rhtas-operator.clusterserviceversion.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -296,8 +296,8 @@ metadata:
296296
}
297297
]
298298
capabilities: Seamless Upgrades
299-
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:b03d258db2f18cd25c60b80ad16d92f7e26f2fa55e7415e03f0fae89e9aa140f
300-
createdAt: "2024-11-05T10:41:16Z"
299+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7
300+
createdAt: "2024-11-05T16:45:32Z"
301301
features.operators.openshift.io/cnf: "false"
302302
features.operators.openshift.io/cni: "false"
303303
features.operators.openshift.io/csi: "false"
@@ -892,7 +892,7 @@ spec:
892892
env:
893893
- name: OPENSHIFT
894894
value: "true"
895-
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:b03d258db2f18cd25c60b80ad16d92f7e26f2fa55e7415e03f0fae89e9aa140f
895+
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7
896896
livenessProbe:
897897
httpGet:
898898
path: /healthz

config/manager/kustomization.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ resources:
44
apiVersion: kustomize.config.k8s.io/v1beta1
55
kind: Kustomization
66
images:
7-
- digest: sha256:b03d258db2f18cd25c60b80ad16d92f7e26f2fa55e7415e03f0fae89e9aa140f
7+
- digest: sha256:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7
88
name: controller
99
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator

config/manifests/bases/rhtas-operator.clusterserviceversion.yaml

+1-1
Original file line numberDiff line numberDiff 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:b03d258db2f18cd25c60b80ad16d92f7e26f2fa55e7415e03f0fae89e9aa140f
7+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:52ba6cd82bc400a08c6f89811e8086126596a873b9b12619de8c5064a2d4faf7
88
features.operators.openshift.io/cnf: "false"
99
features.operators.openshift.io/cni: "false"
1010
features.operators.openshift.io/csi: "false"

0 commit comments

Comments
 (0)