Skip to content
Open
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
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,7 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: RELATED_IMAGE_EXTERNAL_DNS
value: quay.io/external-dns-operator/external-dns@sha256:6fa3afebbc99926163d4c827a638473e106e6589e9f3d3d3accd3e426693f04f
value: quay.io/external-dns-operator/external-dns:1.2
- name: TRUSTED_CA_CONFIGMAP_NAME
image: quay.io/openshift/origin-external-dns-operator:latest
name: external-dns-operator
Expand Down
5 changes: 3 additions & 2 deletions config/manager/manager.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,9 @@ spec:
fieldRef:
fieldPath: metadata.namespace
- name: RELATED_IMAGE_EXTERNAL_DNS
# openshift/external-dns commit: 0e095a3db5ae9518a1744dd85d3f7ed2e359768d
value: quay.io/external-dns-operator/external-dns@sha256:6fa3afebbc99926163d4c827a638473e106e6589e9f3d3d3accd3e426693f04f
# Use "1.2" floating tag to avoid problems with the pruning of older mirrored images.
# Ref: https://issues.redhat.com/browse/OCPBUGS-57339.
value: quay.io/external-dns-operator/external-dns:1.2
- name: TRUSTED_CA_CONFIGMAP_NAME
securityContext:
capabilities:
Expand Down