diff --git a/infra/controllers/coredns.yaml b/infra/controllers/coredns.yaml index f5900ee..57ed29c 100644 --- a/infra/controllers/coredns.yaml +++ b/infra/controllers/coredns.yaml @@ -110,7 +110,7 @@ spec: kubernetes.io/os: linux containers: - name: coredns - image: registry.k8s.io/coredns/coredns:v1.14.3 + image: registry.k8s.io/coredns/coredns:v1.14.4 imagePullPolicy: IfNotPresent args: ["-conf", "/etc/coredns/Corefile"] ports: diff --git a/infra/controllers/dns-public.yaml b/infra/controllers/dns-public.yaml index e2d3a22..0e08710 100644 --- a/infra/controllers/dns-public.yaml +++ b/infra/controllers/dns-public.yaml @@ -97,7 +97,7 @@ spec: env: - name: GOMEMLIMIT value: 161MiB - image: registry.k8s.io/coredns/coredns:v1.14.3 + image: registry.k8s.io/coredns/coredns:v1.14.4 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 5