feat(helm): update coredns ( 1.30.0 → 1.46.0 )#303
Open
parsec-renovate[bot] wants to merge 1 commit into
Open
Conversation
--- kubernetes/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns
+++ kubernetes/apps/kube-system/coredns/app Kustomization: flux-system/coredns HelmRelease: kube-system/coredns
@@ -13,13 +13,13 @@
spec:
chart: coredns
sourceRef:
kind: HelmRepository
name: coredns
namespace: flux-system
- version: 1.30.0
+ version: 1.39.1
install:
remediation:
retries: 3
interval: 30m
maxHistory: 2
uninstall: |
60f9efb to
70bd4d1
Compare
--- HelmRelease: kube-system/coredns Service: kube-system/kube-dns
+++ HelmRelease: kube-system/coredns Service: kube-system/kube-dns
@@ -18,11 +18,13 @@
app.kubernetes.io/name: coredns
clusterIP: ${COREDNS_ADDR}
ports:
- name: udp-53
port: 53
protocol: UDP
+ targetPort: 53
- name: tcp-53
port: 53
protocol: TCP
+ targetPort: 53
type: ClusterIP
--- HelmRelease: kube-system/coredns Deployment: kube-system/coredns
+++ HelmRelease: kube-system/coredns Deployment: kube-system/coredns
@@ -60,13 +60,13 @@
operator: Exists
- effect: NoSchedule
key: node-role.kubernetes.io/master
operator: Exists
containers:
- name: coredns
- image: coredns/coredns:1.11.1
+ image: coredns/coredns:1.12.0
imagePullPolicy: IfNotPresent
args:
- -conf
- /etc/coredns/Corefile
volumeMounts:
- name: config-volume
@@ -106,15 +106,19 @@
initialDelaySeconds: 30
periodSeconds: 10
timeoutSeconds: 5
successThreshold: 1
failureThreshold: 5
securityContext:
+ allowPrivilegeEscalation: false
capabilities:
add:
- NET_BIND_SERVICE
+ drop:
+ - ALL
+ readOnlyRootFilesystem: true
volumes:
- name: config-volume
configMap:
name: coredns
items:
- key: Corefile |
70bd4d1 to
475fb13
Compare
e556ff9 to
ccedfdd
Compare
ccedfdd to
3a61ddb
Compare
3a61ddb to
61e89d2
Compare
61e89d2 to
80cbf86
Compare
80cbf86 to
bb13ccc
Compare
bb13ccc to
d9e676a
Compare
8e225b0 to
5031dc7
Compare
5031dc7 to
e2d8292
Compare
f688213 to
bc97152
Compare
bc97152 to
f55dfd4
Compare
f55dfd4 to
162ba17
Compare
162ba17 to
e6be5a5
Compare
e6be5a5 to
bd90810
Compare
bd90810 to
0f1e03a
Compare
0f1e03a to
1092d17
Compare
1092d17 to
ea259ed
Compare
ea259ed to
6b4ec49
Compare
6b4ec49 to
a159f2e
Compare
a159f2e to
a18e031
Compare
a18e031 to
b64a9be
Compare
b64a9be to
9c0c2e7
Compare
9c0c2e7 to
4996000
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
1.30.0→1.46.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Release Notes
coredns/helm (coredns)
v1.46.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
New Contributors
Full Changelog: coredns/helm@coredns-1.45.2...coredns-1.46.0
v1.45.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
New Contributors
Full Changelog: coredns/helm@coredns-1.45.1...coredns-1.45.2
v1.45.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
New Contributors
Full Changelog: coredns/helm@coredns-1.45.0...coredns-1.45.1
v1.45.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
Full Changelog: coredns/helm@coredns-1.44.3...coredns-1.45.0
v1.44.3Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
New Contributors
Full Changelog: coredns/helm@coredns-1.43.3...coredns-1.44.3
v1.43.3Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
What's Changed
New Contributors
Full Changelog: coredns/helm@coredns-1.43.2...coredns-1.43.3
v1.43.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.43.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.43.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.42.4Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.42.3Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.42.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.42.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.42.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.41.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.40.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.39.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.39.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.39.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.38.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.38.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.37.3Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.37.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.37.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.37.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.36.2Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.36.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.36.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.35.1Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.35.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.34.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.33.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.32.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
v1.31.0Compare Source
CoreDNS is a DNS server that chains plugins and provides Kubernetes DNS Services
Configuration
📅 Schedule: (in timezone America/New_York)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.