trosvald / home-ops

My OnPrem Kubernetes cluster. Deploy on top of Talos Linux, automated via Flux, renovate 🤖, and Github actions
0 stars 0 forks source link

fix(container): update docker.io/powerdns/dnsdist-19 ( 1.9.6 → 1.9.7 ) #158

Closed monosense-arc[bot] closed 2 weeks ago

monosense-arc[bot] commented 2 weeks ago

This PR contains the following updates:

Package Update Change
docker.io/powerdns/dnsdist-19 patch 1.9.6 -> 1.9.7

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.

monosense-arc[bot] commented 2 weeks ago
--- kubernetes/main/apps/default/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: default/qbittorrent

+++ kubernetes/main/apps/default/qbittorrent/app Kustomization: flux-system/qbittorrent HelmRelease: default/qbittorrent

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

           configmap.reloader.stakater.com/reload: qbittorrent-scripts,qbittorrent-dnsdist
           secret.reloader.stakater.com/reload: qbittorrent-secret
         containers:
           dnsdist:
             image:
               repository: docker.io/powerdns/dnsdist-19
-              tag: 1.9.6
+              tag: 1.9.7
           gluetun:
             dependsOn: dnsdist
             env:
               DNS_ADDRESS: 127.0.0.2
               DOT: 'off'
               FIREWALL_INPUT_PORTS: 80
monosense-arc[bot] commented 2 weeks ago
--- HelmRelease: default/qbittorrent Deployment: default/qbittorrent

+++ HelmRelease: default/qbittorrent Deployment: default/qbittorrent

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

       hostNetwork: false
       hostPID: false
       dnsPolicy: ClusterFirst
       nodeSelector:
         topology.kubernetes.io/zone: w
       containers:
-      - image: docker.io/powerdns/dnsdist-19:1.9.6
+      - image: docker.io/powerdns/dnsdist-19:1.9.7
         name: dnsdist
         volumeMounts:
         - mountPath: /addons
           name: addons
         - mountPath: /etc/dnsdist/dnsdist.conf
           name: dnsdist
@@ -187,13 +187,13 @@

         name: qbittorrent
         readinessProbe:
           failureThreshold: 3
           initialDelaySeconds: 0
           periodSeconds: 10
           tcpSocket:
-            port: 80
+            port: 8388
           timeoutSeconds: 1
         resources:
           limits:
             memory: 32Gi
           requests:
             cpu: 100m
@@ -209,13 +209,13 @@

           runAsUser: 568
         startupProbe:
           failureThreshold: 30
           initialDelaySeconds: 0
           periodSeconds: 5
           tcpSocket:
-            port: 8388
+            port: 80
           timeoutSeconds: 1
         volumeMounts:
         - mountPath: /addons
           name: addons
         - mountPath: /config
           name: config