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

NE-1802: Update the operand image to 0.14.2 #228

Merged
merged 1 commit into from
Sep 11, 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
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,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@sha256:51e2acc81c804468932581379d674273fd2e62798be4e81c5c735bf0161590dd
- 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 @@ -46,8 +46,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
# openshift/external-dns commit: 441588e482514db7722f5c793cf70348b68d952d
# manifest link: https://quay.io/repository/external-dns-operator/external-dns/manifest/sha256:51e2acc81c804468932581379d674273fd2e62798be4e81c5c735bf0161590dd
value: quay.io/external-dns-operator/external-dns@sha256:51e2acc81c804468932581379d674273fd2e62798be4e81c5c735bf0161590dd
- name: TRUSTED_CA_CONFIGMAP_NAME
securityContext:
capabilities:
Expand Down