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

feat(container)!: Update ghcr.io/buroa/postgres-init (16 β†’ 17) #3113

Merged
merged 1 commit into from
Dec 6, 2024

Conversation

bot-blake[bot]
Copy link
Contributor

@bot-blake bot-blake bot commented Dec 6, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/buroa/postgres-init (source) major 16 -> 17

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.

Signed-off-by: bot-blake[bot] <129223303+bot-blake[bot]@users.noreply.github.com>
@bot-blake bot-blake bot requested a review from buroa as a code owner December 6, 2024 12:11
@bot-blake bot-blake bot assigned buroa Dec 6, 2024
@bot-blake bot-blake bot added the area/kubernetes Changes made in the kubernetes directory label Dec 6, 2024
@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 6, 2024

--- kubernetes/apps/media/sonarr/app Kustomization: flux-system/sonarr HelmRelease: media/sonarr

+++ kubernetes/apps/media/sonarr/app Kustomization: flux-system/sonarr HelmRelease: media/sonarr

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

           init-db:
             envFrom:
             - secretRef:
                 name: sonarr-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       affinity:
         podAntiAffinity:
           preferredDuringSchedulingIgnoredDuringExecution:
           - podAffinityTerm:
               labelSelector:
--- kubernetes/apps/home/atuin/app Kustomization: flux-system/atuin HelmRelease: home/atuin

+++ kubernetes/apps/home/atuin/app Kustomization: flux-system/atuin HelmRelease: home/atuin

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

           init-db:
             envFrom:
             - secretRef:
                 name: atuin-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
         replicas: 2
         strategy: RollingUpdate
     defaultPodOptions:
       securityContext:
         runAsGroup: 568
         runAsNonRoot: true
--- kubernetes/apps/media/radarr/app Kustomization: flux-system/radarr HelmRelease: media/radarr

+++ kubernetes/apps/media/radarr/app Kustomization: flux-system/radarr HelmRelease: media/radarr

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

           init-db:
             envFrom:
             - secretRef:
                 name: radarr-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       affinity:
         podAntiAffinity:
           preferredDuringSchedulingIgnoredDuringExecution:
           - podAffinityTerm:
               labelSelector:
--- kubernetes/apps/media/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: media/prowlarr

+++ kubernetes/apps/media/prowlarr/app Kustomization: flux-system/prowlarr HelmRelease: media/prowlarr

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

           init-db:
             envFrom:
             - secretRef:
                 name: prowlarr-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       securityContext:
         runAsGroup: 568
         runAsNonRoot: true
         runAsUser: 568
     ingress:
--- kubernetes/apps/media/autobrr/app Kustomization: flux-system/autobrr HelmRelease: media/autobrr

+++ kubernetes/apps/media/autobrr/app Kustomization: flux-system/autobrr HelmRelease: media/autobrr

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

           init-db:
             envFrom:
             - secretRef:
                 name: autobrr-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       securityContext:
         runAsGroup: 568
         runAsNonRoot: true
         runAsUser: 568
     ingress:
--- kubernetes/apps/media/jellyseerr/app Kustomization: flux-system/jellyseerr HelmRelease: media/jellyseerr

+++ kubernetes/apps/media/jellyseerr/app Kustomization: flux-system/jellyseerr HelmRelease: media/jellyseerr

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

           init-db:
             envFrom:
             - secretRef:
                 name: jellyseerr-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       securityContext:
         fsGroup: 568
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 568
         runAsNonRoot: true
--- kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/gatus HelmRelease: monitoring/gatus

+++ kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/gatus HelmRelease: monitoring/gatus

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

           init-db:
             envFrom:
             - secretRef:
                 name: gatus-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       dnsConfig:
         options:
         - name: ndots
           value: '1'
       securityContext:
--- kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home/home-assistant

+++ kubernetes/apps/home/home-assistant/app Kustomization: flux-system/home-assistant HelmRelease: home/home-assistant

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

           init-db:
             envFrom:
             - secretRef:
                 name: home-assistant-secret
             image:
               repository: ghcr.io/buroa/postgres-init
-              tag: 16
+              tag: 17
     defaultPodOptions:
       annotations:
         k8s.v1.cni.cncf.io/networks: |
           [{
             "name": "multus-iot",
             "namespace": "networking",

@bot-blake
Copy link
Contributor Author

bot-blake bot commented Dec 6, 2024

--- HelmRelease: media/prowlarr Deployment: media/prowlarr

+++ HelmRelease: media/prowlarr Deployment: media/prowlarr

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /tmp
           name: tmp
--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

+++ HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

         - name: ndots
           value: '1'
       initContainers:
       - envFrom:
         - secretRef:
             name: gatus-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/config.yaml
           name: config-file
--- HelmRelease: home/atuin Deployment: home/atuin

+++ HelmRelease: home/atuin Deployment: home/atuin

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: atuin-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
       containers:
       - args:
--- HelmRelease: media/autobrr Deployment: media/autobrr

+++ HelmRelease: media/autobrr Deployment: media/autobrr

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /tmp
           name: tmp
       containers:
       - env:
--- HelmRelease: media/sonarr Deployment: media/sonarr

+++ HelmRelease: media/sonarr Deployment: media/sonarr

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

               topologyKey: kubernetes.io/hostname
             weight: 100
       initContainers:
       - envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/logs
           name: logs
--- HelmRelease: media/radarr Deployment: media/radarr

+++ HelmRelease: media/radarr Deployment: media/radarr

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

               topologyKey: kubernetes.io/hostname
             weight: 100
       initContainers:
       - envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/logs
           name: logs
--- HelmRelease: home/home-assistant Deployment: home/home-assistant

+++ HelmRelease: home/home-assistant Deployment: home/home-assistant

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: home-assistant-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/logs
           name: logs
--- HelmRelease: media/jellyseerr Deployment: media/jellyseerr

+++ HelmRelease: media/jellyseerr Deployment: media/jellyseerr

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: jellyseerr-secret
-        image: ghcr.io/buroa/postgres-init:16
+        image: ghcr.io/buroa/postgres-init:17
         name: init-db
         volumeMounts:
         - mountPath: /app/config/cache
           name: cache
         - mountPath: /app/config
           name: config

@buroa buroa merged commit bec6d94 into master Dec 6, 2024
8 checks passed
@buroa buroa deleted the renovate/ghcr.io-buroa-postgres-init-17.x branch December 6, 2024 12:13
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/container type/major
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant