Skip to content

Commit

Permalink
update operator's sha256
Browse files Browse the repository at this point in the history
  • Loading branch information
rgdoliveira committed May 29, 2024
1 parent 877e56a commit 78782a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
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:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb
IMAGE_DIGEST ?= sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6

# 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:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb
image: registry.redhat.io/openshift-serverless-1/logic-rhel8-operator@sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6
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:cee86616af16dd3feef111588e6fab5b6d15b12c8844711e3af6c74917af5abb
- digest: sha256:610db2ea1acf51638677d75d1b5c9cdfa1c80c8632fe3932600053e40e0504d6
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

0 comments on commit 78782a6

Please sign in to comment.