-
-
Notifications
You must be signed in to change notification settings - Fork 44
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
fix(helm): update chart external-dns ( 1.14.2 β 1.14.3 ) #5907
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.2 | 1.14.3 |
ghost
added
renovate/helm
type/patch
Issue relates to a patch version bump
area/kubernetes
Issue relates to Kubernetes
cluster/main
Issue relates to the "main" cluster
labels
Jan 26, 2024
--- kubernetes/main/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/externaldns-external
+++ kubernetes/main/apps/network/external-dns/external Kustomization: flux-system/externaldns-external HelmRelease: network/externaldns-external
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.2
+ version: 1.14.3
interval: 30m
postRenderers:
- kustomize:
patches:
- patch: |
- op: add
--- kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal
+++ kubernetes/main/apps/network/external-dns/internal Kustomization: flux-system/externaldns-internal HelmRelease: network/externaldns-internal
@@ -14,13 +14,13 @@
chart: external-dns
interval: 30m
sourceRef:
kind: HelmRepository
name: kubernetes-sigs-external-dns
namespace: flux-system
- version: 1.14.2
+ version: 1.14.3
interval: 30m
postRenderers:
- kustomize:
patches:
- patch: |
- op: add |
--- HelmRelease: network/externaldns-external ServiceAccount: network/externaldns-external
+++ HelmRelease: network/externaldns-external ServiceAccount: network/externaldns-external
@@ -1,12 +1,12 @@
---
apiVersion: v1
kind: ServiceAccount
-automountServiceAccountToken: null
metadata:
name: externaldns-external
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: externaldns-external
app.kubernetes.io/managed-by: Helm
+automountServiceAccountToken: null
--- HelmRelease: network/externaldns-external Deployment: network/externaldns-external
+++ HelmRelease: network/externaldns-external Deployment: network/externaldns-external
@@ -21,13 +21,12 @@
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: externaldns-external
annotations:
secret.reloader.stakater.com/reload: externaldns-external-secrets
spec:
- automountServiceAccountToken: null
serviceAccountName: externaldns-external
securityContext:
fsGroup: 65534
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault
--- HelmRelease: network/externaldns-internal ServiceAccount: network/externaldns-internal
+++ HelmRelease: network/externaldns-internal ServiceAccount: network/externaldns-internal
@@ -1,12 +1,12 @@
---
apiVersion: v1
kind: ServiceAccount
-automountServiceAccountToken: null
metadata:
name: externaldns-internal
namespace: network
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: externaldns-internal
app.kubernetes.io/managed-by: Helm
+automountServiceAccountToken: null
--- HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal
+++ HelmRelease: network/externaldns-internal Deployment: network/externaldns-internal
@@ -21,13 +21,12 @@
labels:
app.kubernetes.io/name: external-dns
app.kubernetes.io/instance: externaldns-internal
annotations:
secret.reloader.stakater.com/reload: externaldns-internal-secrets
spec:
- automountServiceAccountToken: null
serviceAccountName: externaldns-internal
securityContext:
fsGroup: 65534
runAsNonRoot: true
seccompProfile:
type: RuntimeDefault |
π¦ MegaLinter status: β SUCCESS
See detailed report in MegaLinter reports |
bjw-s
pushed a commit
that referenced
this pull request
Mar 5, 2024
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
bjw-s
pushed a commit
that referenced
this pull request
Mar 5, 2024
Co-authored-by: repo-duster[bot] <87358111+repo-duster[bot]@users.noreply.github.com>
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
type/patch
Issue relates to a patch 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.2
->1.14.3
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.