Skip to content

Commit

Permalink
Upgrade external-dns to 0.10 (#364)
Browse files Browse the repository at this point in the history
* Upgrade external-dns to 0.10

* Automated commit: update images.
  • Loading branch information
sirdarckcat authored Mar 7, 2022
1 parent 2d93c34 commit 33ef2bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/resources/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4544,7 +4544,7 @@ spec:
value: 0.0.0.0/0
- name: SECURITY_POLICY
value: DISABLED
image: gcr.io/kctf-docker/kctf-operator@sha256:12d5b1132b01434f0977e856cd700d98e18fdbfdaaa9959ad25335eb06e83d88
image: gcr.io/kctf-docker/kctf-operator@sha256:bd6625c3e2ef29605651dd1c5191df7b1f8644cd78b312a2b9abf3a3377ee557
livenessProbe:
httpGet:
path: /healthz
Expand Down
2 changes: 1 addition & 1 deletion kctf-operator/resources/external-dns.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ func NewExternalDnsDeployment() client.Object {
ServiceAccountName: "external-dns-sa",
Containers: []corev1.Container{
{
Image: "us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.7.2",
Image: "us.gcr.io/k8s-artifacts-prod/external-dns/external-dns:v0.10.0",
Name: "external-dns",
Env: []corev1.EnvVar{{
Name: "DOMAIN_NAME",
Expand Down

0 comments on commit 33ef2bb

Please sign in to comment.