-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat(helm): update chart external-dns ( 1.14.5 β 1.15.0 ) #986
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
| datasource | package | from | to | | ---------- | ------------ | ------ | ------ | | helm | external-dns | 1.14.5 | 1.15.0 |
kireque-bot
bot
added
renovate/helm
Issue relates to a Renovate helm update
type/minor
Issue relates to a minor version bump
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
labels
Sep 11, 2024
--- HelmRelease: network/external-dns-internal Service: network/external-dns-internal
+++ HelmRelease: network/external-dns-internal Service: network/external-dns-internal
@@ -15,7 +15,11 @@
app.kubernetes.io/instance: external-dns-internal
ports:
- name: http
port: 7979
targetPort: http
protocol: TCP
+ - name: http-webhook
+ port: 8080
+ targetPort: http-webhook
+ protocol: TCP
--- HelmRelease: network/external-dns-internal Deployment: network/external-dns-internal
+++ HelmRelease: network/external-dns-internal Deployment: network/external-dns-internal
@@ -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=info
- --log-format=text
- --interval=1m
- --source=ingress
@@ -98,29 +98,26 @@
secretKeyRef:
key: external_dns_password
name: external-dns-internal-secrets
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
+ port: http-webhook
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
readinessProbe:
failureThreshold: 6
httpGet:
path: /readyz
- port: http-wh-metrics
+ port: http-webhook
initialDelaySeconds: 10
periodSeconds: 10
successThreshold: 1
timeoutSeconds: 5
--- HelmRelease: network/external-dns-internal ServiceMonitor: network/external-dns-internal
+++ HelmRelease: network/external-dns-internal ServiceMonitor: network/external-dns-internal
@@ -17,9 +17,9 @@
matchLabels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: external-dns-internal
endpoints:
- port: http
path: /metrics
- - port: webhook-metrics
+ - port: http-webhook
path: /metrics
--- HelmRelease: network/external-dns-external Deployment: network/external-dns-external
+++ HelmRelease: network/external-dns-external Deployment: network/external-dns-external
@@ -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_TOKEN
valueFrom:
secretKeyRef:
key: cloudflare_api_token |
--- kubernetes/main/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns-external
+++ kubernetes/main/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/external-dns-external
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
install:
crds: CreateReplace
interval: 30m
postRenderers:
- kustomize:
patches:
--- kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/external-dns-internal
+++ kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/external-dns-internal
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.5
+ version: 1.15.0
interval: 30m
postRenderers:
- kustomize:
patches:
- patch: |
- op: add
@@ -55,19 +55,19 @@
image:
repository: ghcr.io/kashalls/external-dns-unifi-webhook
tag: v0.2.3
livenessProbe:
httpGet:
path: /healthz
- port: http-wh-metrics
+ port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
readinessProbe:
httpGet:
path: /readyz
- port: http-wh-metrics
+ port: http-webhook
initialDelaySeconds: 10
timeoutSeconds: 5
resources:
limits:
memory: 90M
requests: |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
renovate/helm
Issue relates to a Renovate helm update
type/minor
Issue relates to a minor version bump
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
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.