Skip to content

Commit c486813

Browse files
JasonPowrRHTAS-build-bot
andauthored
🤖 [release-1.2] [2025-08-14T12:59:19Z] Update Bundle image (#1276)
Co-authored-by: RHTAS-build-bot <[email protected]>
1 parent c7b24d1 commit c486813

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
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:c5c1d5509d2f5f434ff141d01cecd6c539d4d472730047c73a2feb0c13adff56
37+
IMAGE_DIGEST ?= sha256:a8619d3b6bdd5c841427296854a0bdadad56eaaf61ad41e99b45a537953403ca
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

Lines changed: 3 additions & 3 deletions
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:c5c1d5509d2f5f434ff141d01cecd6c539d4d472730047c73a2feb0c13adff56
300-
createdAt: "2025-08-14T10:48:09Z"
299+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a8619d3b6bdd5c841427296854a0bdadad56eaaf61ad41e99b45a537953403ca
300+
createdAt: "2025-08-14T12:59:19Z"
301301
features.operators.openshift.io/cnf: "false"
302302
features.operators.openshift.io/cni: "false"
303303
features.operators.openshift.io/csi: "false"
@@ -663,7 +663,7 @@ spec:
663663
value: registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:fb7a8de711483abd71a59ae48448903e2243926c3ce39bb387cce08d513f585f
664664
- name: RELATED_IMAGE_CLIENT_SERVER
665665
value: registry.redhat.io/rhtas/client-server-rhel9@sha256:5cf11c8e6c7a8731629310ae415e405a35c0526ea4ee9fc9dd2911d084e66390
666-
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c5c1d5509d2f5f434ff141d01cecd6c539d4d472730047c73a2feb0c13adff56
666+
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a8619d3b6bdd5c841427296854a0bdadad56eaaf61ad41e99b45a537953403ca
667667
livenessProbe:
668668
httpGet:
669669
path: /healthz

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
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:c5c1d5509d2f5f434ff141d01cecd6c539d4d472730047c73a2feb0c13adff56
7+
- digest: sha256:a8619d3b6bdd5c841427296854a0bdadad56eaaf61ad41e99b45a537953403ca
88
name: controller
99
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator

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

Lines changed: 1 addition & 1 deletion
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:c5c1d5509d2f5f434ff141d01cecd6c539d4d472730047c73a2feb0c13adff56
7+
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:a8619d3b6bdd5c841427296854a0bdadad56eaaf61ad41e99b45a537953403ca
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)