Skip to content

Commit

Permalink
🤖 [main] [2025-03-05T11:20:28Z] Update Bundle image
Browse files Browse the repository at this point in the history
  • Loading branch information
RHTAS-build-bot authored and RHTAS-build-bot committed Mar 5, 2025
1 parent 7ba3388 commit c835dfd
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ BUNDLE_METADATA_OPTS ?= $(BUNDLE_CHANNELS) $(BUNDLE_DEFAULT_CHANNEL)
# For example, running 'make bundle-build bundle-push catalog-build catalog-push' will build and push both
# redhat.com/operator-bundle:$VERSION and redhat.com/operator-catalog:$VERSION.
IMAGE_TAG_BASE ?= registry.redhat.io/rhtas/rhtas-rhel9-operator
IMAGE_DIGEST ?= sha256:2bd9412dd87e7227bcc7a2314120a6bd7564f3fe373dd58abfc2bafec7102911
IMAGE_DIGEST ?= sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c

# BUNDLE_IMG defines the image:tag used for the bundle.
# You can use it as an arg. (E.g make bundle-build BUNDLE_IMG=<some-registry>/<project-name-bundle>:<tag>)
Expand Down
6 changes: 3 additions & 3 deletions bundle/manifests/rhtas-operator.clusterserviceversion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -296,8 +296,8 @@ metadata:
}
]
capabilities: Seamless Upgrades
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2bd9412dd87e7227bcc7a2314120a6bd7564f3fe373dd58abfc2bafec7102911
createdAt: "2025-03-04T20:44:52Z"
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c
createdAt: "2025-03-05T11:20:28Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down Expand Up @@ -924,7 +924,7 @@ spec:
value: registry.redhat.io/rhtas/timestamp-authority-rhel9@sha256:fce0a22c8872309554236bab3457715dda0a83eb40dc6a9ecd3477b8023369d0
- name: RELATED_IMAGE_CLIENT_SERVER
value: registry.redhat.io/rhtas/client-server-rhel9@sha256:9537329d0166b8d41ffd5f5d79c052fc27abe426a20cba5733c84030013c4e29
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2bd9412dd87e7227bcc7a2314120a6bd7564f3fe373dd58abfc2bafec7102911
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ resources:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:2bd9412dd87e7227bcc7a2314120a6bd7564f3fe373dd58abfc2bafec7102911
- digest: sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c
name: controller
newName: registry.redhat.io/rhtas/rhtas-rhel9-operator
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
annotations:
alm-examples: '[]'
capabilities: Seamless Upgrades
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:2bd9412dd87e7227bcc7a2314120a6bd7564f3fe373dd58abfc2bafec7102911
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:c9da046efe2218bc8f59767d4839c064699c140b55c9b011789cab1f7f92696c
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down

0 comments on commit c835dfd

Please sign in to comment.