Skip to content

Commit

Permalink
Fix manifest images
Browse files Browse the repository at this point in the history
Signed-off-by: Dale Haiducek <[email protected]>
  • Loading branch information
dhaiducek committed Dec 20, 2024
1 parent dcc9324 commit 4cfb223
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions manifest_staging/deploy/gatekeeper.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3749,7 +3749,7 @@ spec:
value: manager
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
image: openpolicyagent/gatekeeper:v3.15.1
image: quay.io/gatekeeper:v3.15.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down Expand Up @@ -3868,7 +3868,7 @@ spec:
value: manager
- name: OTEL_RESOURCE_ATTRIBUTES
value: k8s.pod.name=$(POD_NAME),k8s.namespace.name=$(NAMESPACE),k8s.container.name=$(CONTAINER_NAME)
image: openpolicyagent/gatekeeper:v3.15.1
image: quay.io/gatekeeper:v3.15.1
imagePullPolicy: Always
livenessProbe:
httpGet:
Expand Down

0 comments on commit 4cfb223

Please sign in to comment.