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 external-dns ( 1.14.2 β†’ 1.14.3 ) #1540

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

smurf-bot[bot]
Copy link
Contributor

@smurf-bot smurf-bot bot 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 |
@smurf-bot smurf-bot bot requested a review from joryirving as a code owner January 26, 2024 14:02
@smurf-bot smurf-bot bot added the type/patch label Jan 26, 2024
@smurf-bot smurf-bot bot added area/kubernetes Changes made in the kubernetes directory cluster/pi labels Jan 26, 2024
@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 26, 2024

--- kubernetes/pi/apps/network/external-dns/app Kustomization: flux-system/external-dns HelmRelease: network/external-dns

+++ kubernetes/pi/apps/network/external-dns/app Kustomization: flux-system/external-dns HelmRelease: network/external-dns

@@ -13,13 +13,13 @@

     spec:
       chart: external-dns
       sourceRef:
         kind: HelmRepository
         name: external-dns
         namespace: flux-system
-      version: 1.14.2
+      version: 1.14.3
   install:
     remediation:
       retries: 3
   interval: 30m
   maxHistory: 2
   uninstall:

@smurf-bot
Copy link
Contributor Author

smurf-bot bot commented Jan 26, 2024

--- HelmRelease: network/external-dns ServiceAccount: network/external-dns

+++ HelmRelease: network/external-dns ServiceAccount: network/external-dns

@@ -1,12 +1,12 @@

 ---
 apiVersion: v1
 kind: ServiceAccount
-automountServiceAccountToken: null
 metadata:
   name: external-dns
   namespace: network
   labels:
     app.kubernetes.io/name: external-dns
     app.kubernetes.io/instance: external-dns
     app.kubernetes.io/managed-by: Helm
+automountServiceAccountToken: null
 
--- HelmRelease: network/external-dns Deployment: network/external-dns

+++ HelmRelease: network/external-dns Deployment: network/external-dns

@@ -21,13 +21,12 @@

       labels:
         app.kubernetes.io/name: external-dns
         app.kubernetes.io/instance: external-dns
       annotations:
         secret.reloader.stakater.com/reload: external-dns-secret
     spec:
-      automountServiceAccountToken: null
       serviceAccountName: external-dns
       securityContext:
         fsGroup: 65534
         runAsNonRoot: true
         seccompProfile:
           type: RuntimeDefault

@smurf-bot smurf-bot bot merged commit 635f986 into main Jan 26, 2024
10 checks passed
@smurf-bot smurf-bot bot deleted the renovate/pi-external-dns-1.x branch January 26, 2024 18:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/kubernetes Changes made in the kubernetes directory renovate/helm type/patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant