Skip to content
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
merged 1 commit into from
Jan 26, 2024

Conversation

ghost
Copy link

@ghost ghost commented Jan 26, 2024

This PR contains the following updates:

Package Update Change
external-dns patch 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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

| datasource | package      | from   | to     |
| ---------- | ------------ | ------ | ------ |
| helm       | external-dns | 1.14.2 | 1.14.3 |
@ghost 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
@ghost
Copy link
Author

ghost commented 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

@ghost
Copy link
Author

ghost commented Jan 26, 2024

--- 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

@ghost
Copy link
Author

ghost commented Jan 26, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time
βœ… COPYPASTE jscpd yes no 1.54s
βœ… REPOSITORY git_diff yes no 0.04s
βœ… REPOSITORY secretlint yes no 3.37s
βœ… YAML prettier 2 0 0.61s
βœ… YAML yamllint 2 0 0.26s

See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff

MegaLinter is graciously provided by OX Security

@bjw-s bjw-s merged commit adf3403 into main Jan 26, 2024
15 checks passed
@bjw-s bjw-s deleted the renovate/main-external-dns-1.x branch January 26, 2024 14:33
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant