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

[9.100.x-prod] update operator's sha256 to CR1 build #51

Merged
merged 1 commit into from
May 27, 2024
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.prod
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# - use environment variables to overwrite this value (e.g export VERSION=0.0.2)
VERSION ?= 1.33.0
# TODO: UPDATE THIS TO THE OPERATOR 1.33.0 image SHA
IMAGE_DIGEST ?= sha256:123456789
IMAGE_DIGEST ?= sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb

# CHANNELS define the bundle channels used in the bundle.
# Add a new line here if you would like to change its default config. (E.g CHANNELS = "candidate,fast,stable")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -767,7 +767,7 @@ spec:
valueFrom:
fieldRef:
fieldPath: metadata.namespace
image: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator@sha256:123456789
image: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator@sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion config/manager/prod/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ configMapGenerator:
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
images:
- digest: sha256:123456789
- digest: sha256:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb
name: controller
newName: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator
# Patching the manager deployment file to add an env var with the operator namespace in
Expand Down
Loading