-
-
Notifications
You must be signed in to change notification settings - Fork 2
feat(helm): update chart external-dns to 1.15.0 #2882
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains 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
--- kubernetes/main/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi
+++ kubernetes/main/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true
--- kubernetes/main/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare
+++ kubernetes/main/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false |
--- HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi
@@ -15,7 +15,11 @@
app.kubernetes.io/instance: external-dns-unifi
ports:
- name: http
port: 7979
targetPort: http
protocol: TCP
+ - name: http-webhook
+ port: 8080
+ targetPort: http-webhook
+ protocol: TCP
--- HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.2
+ image: registry.k8s.io/external-dns/external-dns:v0.15.0
imagePullPolicy: IfNotPresent
args:
- --log-level=debug
- --log-format=text
- --interval=1m
- --source=ingress
@@ -99,15 +99,12 @@
secretKeyRef:
key: UNIFI_PASS
name: external-dns-unifi-secret
ports:
- name: http-webhook
protocol: TCP
- containerPort: 8888
- - name: http-wh-metrics
- protocol: TCP
containerPort: 8080
livenessProbe:
failureThreshold: 2
httpGet:
path: /healthz
port: http-wh-metrics
--- HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi
@@ -17,9 +17,9 @@
matchLabels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-unifi
endpoints:
- port: http
path: /metrics
- - port: webhook-metrics
+ - port: http-webhook
path: /metrics
--- HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare
+++ HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.2
+ image: registry.k8s.io/external-dns/external-dns:v0.15.0
imagePullPolicy: IfNotPresent
env:
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
key: email |
--- kubernetes/storage/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare
+++ kubernetes/storage/apps/networking/external-dns/cloudflare Kustomization: flux-system/external-dns-cloudflare HelmRelease: networking/external-dns-cloudflare
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
install:
remediation:
retries: 3
interval: 30m
uninstall:
keepHistory: false
--- kubernetes/storage/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi
+++ kubernetes/storage/apps/networking/external-dns/unifi Kustomization: flux-system/external-dns-unifi HelmRelease: networking/external-dns-unifi
@@ -13,13 +13,13 @@
spec:
chart: external-dns
sourceRef:
kind: HelmRepository
name: external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
install:
remediation:
retries: 3
interval: 30m
upgrade:
cleanupOnFail: true |
--- HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi Service: networking/external-dns-unifi
@@ -15,7 +15,11 @@
app.kubernetes.io/instance: external-dns-unifi
ports:
- name: http
port: 7979
targetPort: http
protocol: TCP
+ - name: http-webhook
+ port: 8080
+ targetPort: http-webhook
+ protocol: TCP
--- HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi Deployment: networking/external-dns-unifi
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.2
+ image: registry.k8s.io/external-dns/external-dns:v0.15.0
imagePullPolicy: IfNotPresent
args:
- --log-level=debug
- --log-format=text
- --interval=1m
- --source=ingress
@@ -99,15 +99,12 @@
secretKeyRef:
key: UNIFI_PASS
name: external-dns-unifi-secret
ports:
- name: http-webhook
protocol: TCP
- containerPort: 8888
- - name: http-wh-metrics
- protocol: TCP
containerPort: 8080
livenessProbe:
failureThreshold: 2
httpGet:
path: /healthz
port: http-wh-metrics
--- HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi
+++ HelmRelease: networking/external-dns-unifi ServiceMonitor: networking/external-dns-unifi
@@ -17,9 +17,9 @@
matchLabels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-unifi
endpoints:
- port: http
path: /metrics
- - port: webhook-metrics
+ - port: http-webhook
path: /metrics
--- HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare
+++ HelmRelease: networking/external-dns-cloudflare Deployment: networking/external-dns-cloudflare
@@ -39,13 +39,13 @@
- ALL
privileged: false
readOnlyRootFilesystem: true
runAsGroup: 65532
runAsNonRoot: true
runAsUser: 65532
- image: registry.k8s.io/external-dns/external-dns:v0.14.2
+ image: registry.k8s.io/external-dns/external-dns:v0.15.0
imagePullPolicy: IfNotPresent
env:
- name: CF_API_EMAIL
valueFrom:
secretKeyRef:
key: email |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.14.5
->1.15.0
Warning
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.