Skip to content

Commit

Permalink
Merge pull request #7665 from zalando-incubator/kube-1.30-to-alpha
Browse files Browse the repository at this point in the history
kube-1.30 to alpha
  • Loading branch information
gargravarr authored Jun 10, 2024
2 parents 2d9130e + 6348540 commit 4604fea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cluster/manifests/coredns-local/daemonset-coredns.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ spec:
{{ end }}
{{ if eq .Cluster.ConfigItems.dns_cache "dnsmasq" }}
- name: dnsmasq
image: container-registry.zalando.net/teapot/k8s-dns-dnsmasq-nanny:1.23.1-master-17
image: container-registry.zalando.net/teapot/k8s-dns-dnsmasq-nanny:1.17.4-master-15
securityContext:
privileged: true
livenessProbe:
Expand Down Expand Up @@ -134,7 +134,7 @@ spec:
cpu: {{.Cluster.ConfigItems.dns_dnsmasq_cpu}}
memory: {{.Cluster.ConfigItems.dns_dnsmasq_mem}}
- name: sidecar
image: container-registry.zalando.net/teapot/k8s-dns-sidecar:1.23.1-master-17
image: container-registry.zalando.net/teapot/k8s-dns-sidecar:1.17.4-master-15
securityContext:
privileged: true
livenessProbe:
Expand Down

0 comments on commit 4604fea

Please sign in to comment.