Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update operator bundle #840

Merged
merged 2 commits into from
Feb 6, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:3a61aca9fa8ed6580a367bc08a45cc27fc7f50ff24e786ffde9ec3d9c549b00b
IMAGE_DIGEST ?= sha256:8e02a8ecf2b16870de6fddad880ba059deed95b9d26e7cfbd0f8f3bb6d96a7fe

# 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:3a61aca9fa8ed6580a367bc08a45cc27fc7f50ff24e786ffde9ec3d9c549b00b
createdAt: "2025-01-24T12:05:33Z"
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:8e02a8ecf2b16870de6fddad880ba059deed95b9d26e7cfbd0f8f3bb6d96a7fe
createdAt: "2025-02-06T14:57:06Z"
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down Expand Up @@ -892,7 +892,7 @@ spec:
env:
- name: OPENSHIFT
value: "true"
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:3a61aca9fa8ed6580a367bc08a45cc27fc7f50ff24e786ffde9ec3d9c549b00b
image: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:8e02a8ecf2b16870de6fddad880ba059deed95b9d26e7cfbd0f8f3bb6d96a7fe
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:3a61aca9fa8ed6580a367bc08a45cc27fc7f50ff24e786ffde9ec3d9c549b00b
- digest: sha256:8e02a8ecf2b16870de6fddad880ba059deed95b9d26e7cfbd0f8f3bb6d96a7fe
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:3a61aca9fa8ed6580a367bc08a45cc27fc7f50ff24e786ffde9ec3d9c549b00b
containerImage: registry.redhat.io/rhtas/rhtas-rhel9-operator@sha256:8e02a8ecf2b16870de6fddad880ba059deed95b9d26e7cfbd0f8f3bb6d96a7fe
features.operators.openshift.io/cnf: "false"
features.operators.openshift.io/cni: "false"
features.operators.openshift.io/csi: "false"
Expand Down
Loading