Skip to content

Commit

Permalink
Fix agent image to be used in clusterserviceversion (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherine-k committed Jun 28, 2022
1 parent d1d1242 commit 966a825
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: RELATED_IMAGE_AGENT
value: registry.ci.openshift.org/ocp/4.11:node-observability-agent
value: quay.io/openshift/origin-node-observability-agent@sha256:84f7cada05376b915abcc1e79088c88685cbbb245aa8788673e67b9aa33a76ce
image: quay.io/openshift/node-observability-operator:v0.0.1
imagePullPolicy: Always
livenessProbe:
Expand Down Expand Up @@ -455,6 +455,6 @@ spec:
provider:
name: Red Hat, Inc.
relatedImages:
- image: registry.ci.openshift.org/ocp/4.11:node-observability-agent
- image: quay.io/openshift/origin-node-observability-agent@sha256:84f7cada05376b915abcc1e79088c88685cbbb245aa8788673e67b9aa33a76ce
name: agent
version: 0.0.1
2 changes: 1 addition & 1 deletion config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: RELATED_IMAGE_AGENT
value: registry.ci.openshift.org/ocp/4.11:node-observability-agent
value: quay.io/openshift/origin-node-observability-agent@sha256:84f7cada05376b915abcc1e79088c88685cbbb245aa8788673e67b9aa33a76ce
securityContext:
allowPrivilegeEscalation: false
capabilities:
Expand Down

0 comments on commit 966a825

Please sign in to comment.