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/onedr0p/postgres-init ( 15 β†’ 16 ) #1426

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

bot-akira[bot]
Copy link
Contributor

@bot-akira bot-akira bot commented Sep 30, 2024

This PR contains the following updates:

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

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.

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Sep 30, 2024

--- kubernetes/apps/default/piped/app Kustomization: flux-system/piped HelmRelease: default/piped

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

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

         01-init-db:
           envFrom:
           - secretRef:
               name: piped-db-creds
           image:
             repository: ghcr.io/onedr0p/postgres-init
-            tag: '15'
+            tag: '16'
           imagePullPolicy: IfNotPresent
       podAnnotations:
         configmap.reloader.stakater.com/reload: piped-backend-config
     frontend:
       env:
         BACKEND_HOSTNAME: papi...PLACEHOLDER..
--- kubernetes/apps/default/invidious/app Kustomization: flux-system/invidious HelmRelease: default/invidious-server

+++ kubernetes/apps/default/invidious/app Kustomization: flux-system/invidious HelmRelease: default/invidious-server

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

             envFrom:
             - secretRef:
                 name: invidious-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 15
+              tag: 16
         strategy: RollingUpdate
     ingress:
       main:
         annotations:
           gatus.io/enable: 'true'
           gatus.io/path: /preferences
--- kubernetes/apps/default/atuin/app Kustomization: flux-system/atuin HelmRelease: default/atuin

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

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

           init-db:
             envFrom:
             - secretRef:
                 name: atuin-secret
             image:
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 15
+              tag: 16
         strategy: RollingUpdate
     defaultPodOptions:
       securityContext:
         runAsGroup: 65534
         runAsNonRoot: true
         runAsUser: 65534
--- kubernetes/apps/media/bazarr/app Kustomization: flux-system/bazarr HelmRelease: media/bazarr

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

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

           init-db:
             envFrom:
             - secretRef:
                 name: bazarr-secret
             image:
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 15
+              tag: 16
     defaultPodOptions:
       securityContext:
         fsGroup: 1000
         fsGroupChangePolicy: OnRootMismatch
         runAsGroup: 1000
         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

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

           init-db:
             envFrom:
             - secretRef:
                 name: gatus-secret
             image:
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 15
+              tag: 16
     defaultPodOptions:
       dnsConfig:
         options:
         - name: ndots
           value: '1'
       securityContext:

@bot-akira
Copy link
Contributor Author

bot-akira bot commented Sep 30, 2024

--- HelmRelease: default/invidious-server Deployment: default/invidious-server

+++ HelmRelease: default/invidious-server Deployment: default/invidious-server

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: invidious-secret
-        image: ghcr.io/onedr0p/postgres-init:15
+        image: ghcr.io/onedr0p/postgres-init:16
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
       - envFrom:
         - secretRef:
             name: invidious-secret
--- HelmRelease: default/piped Deployment: default/piped-backend

+++ HelmRelease: default/piped Deployment: default/piped-backend

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

       initContainers:
       - envFrom:
         - secretRef:
             name: piped-db-creds
         image:
           repository: ghcr.io/onedr0p/postgres-init
-          tag: '15'
+          tag: '16'
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: piped-backend
         image: docker.io/1337kavin/piped:latest
         imagePullPolicy: Always
--- HelmRelease: default/atuin Deployment: default/atuin

+++ HelmRelease: default/atuin Deployment: default/atuin

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: atuin-secret
-        image: ghcr.io/onedr0p/postgres-init:15
+        image: ghcr.io/onedr0p/postgres-init:16
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
       containers:
       - args:
--- 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/onedr0p/postgres-init:15
+        image: ghcr.io/onedr0p/postgres-init:16
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/config.yaml
           name: config-file
--- HelmRelease: media/bazarr Deployment: media/bazarr

+++ HelmRelease: media/bazarr Deployment: media/bazarr

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: bazarr-secret
-        image: ghcr.io/onedr0p/postgres-init:15
+        image: ghcr.io/onedr0p/postgres-init:16
         name: init-db
         volumeMounts:
         - mountPath: /add-ons
           name: add-ons
         - mountPath: /config/cache
           name: cache

@axeII
Copy link
Owner

axeII commented Sep 30, 2024

πŸ¦™ MegaLinter status: βœ… SUCCESS

Descriptor Linter Files Fixed Errors Elapsed time

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant