feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#288
Open
flkr-23[bot] wants to merge 1 commit intomainfrom
Open
feat(helm): update chart external-dns ( 1.15.2 → 1.20.0 )#288flkr-23[bot] wants to merge 1 commit intomainfrom
flkr-23[bot] wants to merge 1 commit intomainfrom
Conversation
Contributor
Author
--- kubernetes/apps/network/external/external-dns Kustomization: network/external-dns-cloudflare HelmRelease: network/external-dns-cloudflare
+++ kubernetes/apps/network/external/external-dns Kustomization: network/external-dns-cloudflare HelmRelease: network/external-dns-cloudflare
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.15.2
+ version: 1.20.0
install:
crds: CreateReplace
remediation:
retries: 3
interval: 30m
upgrade:
--- kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi
+++ kubernetes/apps/network/internal/external-dns Kustomization: network/external-dns-unifi HelmRelease: network/external-dns-unifi
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.15.2
+ version: 1.20.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
7f1e543 to
2a07ee2
Compare
2a07ee2 to
a255c79
Compare
Contributor
Author
--- HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare
+++ HelmRelease: network/external-dns-cloudflare ServiceAccount: network/external-dns-cloudflare
@@ -5,8 +5,8 @@
name: external-dns-cloudflare
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-cloudflare
app.kubernetes.io/managed-by: Helm
-automountServiceAccountToken: null
+automountServiceAccountToken: true
--- HelmRelease: network/external-dns-cloudflare Deployment: network/external-dns-cloudflare
+++ HelmRelease: network/external-dns-cloudflare Deployment: network/external-dns-cloudflare
@@ -21,12 +21,13 @@
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-cloudflare
annotations:
secret.reloader.stakater.com/reload: external-dns-cloudflare-secret
spec:
+ automountServiceAccountToken: true
serviceAccountName: external-dns-cloudflare
securityContext:
fsGroup: 65534
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
@@ -39,13 +40,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.15.1
+ image: registry.k8s.io/external-dns/external-dns:v0.20.0
imagePullPolicy: IfNotPresent
env:
- name: CF_API_TOKEN
valueFrom:
secretKeyRef:
key: CF_API_TOKEN
--- HelmRelease: network/external-dns-unifi ServiceAccount: network/external-dns-unifi
+++ HelmRelease: network/external-dns-unifi ServiceAccount: network/external-dns-unifi
@@ -5,8 +5,8 @@
name: external-dns-unifi
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-unifi
app.kubernetes.io/managed-by: Helm
-automountServiceAccountToken: null
+automountServiceAccountToken: true
--- HelmRelease: network/external-dns-unifi ClusterRole: network/external-dns-unifi
+++ HelmRelease: network/external-dns-unifi ClusterRole: network/external-dns-unifi
@@ -24,13 +24,20 @@
- watch
- list
- apiGroups:
- ''
resources:
- services
- - endpoints
+ verbs:
+ - get
+ - watch
+ - list
+- apiGroups:
+ - discovery.k8s.io
+ resources:
+ - endpointslices
verbs:
- get
- watch
- list
- apiGroups:
- extensions
--- HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi
+++ HelmRelease: network/external-dns-unifi Deployment: network/external-dns-unifi
@@ -21,12 +21,13 @@
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-unifi
annotations:
secret.reloader.stakater.com/reload: external-dns-unifi-secret
spec:
+ automountServiceAccountToken: true
serviceAccountName: external-dns-unifi
securityContext:
fsGroup: 65534
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
@@ -39,13 +40,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.15.1
+ image: registry.k8s.io/external-dns/external-dns:v0.20.0
imagePullPolicy: IfNotPresent
args:
- --log-level=info
- --log-format=text
- --interval=1m
- --events |
a255c79 to
85e4381
Compare
85e4381 to
4431007
Compare
4431007 to
13cbdc5
Compare
13cbdc5 to
7e74244
Compare
7e74244 to
3f35022
Compare
3f35022 to
e179f4f
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.15.2→1.20.0Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 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 Renovate Bot.