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 image ghcr.io/onedr0p/postgres-init to v14.10 #24

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 28, 2023

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/postgres-init (source) minor 14.9 -> 14.10
ghcr.io/onedr0p/postgres-init (source) minor 14.8 -> 14.10

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Configuration

📅 Schedule: Branch creation - "on saturday" (UTC), 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 these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@github-actions
Copy link

github-actions bot commented Oct 28, 2023

--- kubernetes/apps/default/prowlarr/app Kustomization: flux-system/cluster-apps-prowlarr HelmRelease: default/prowlarr

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       config:
         enabled: true
         type: emptyDir
     podSecurityContext:
--- kubernetes/apps/default/authelia/app Kustomization: flux-system/cluster-apps-authelia HelmRelease: default/authelia

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

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

           - auth.${SECRET_DOMAIN}
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: authelia-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       config:
         enabled: true
         mountPath: /config/configuration.yaml
         name: authelia-configmap
--- kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/cluster-apps-gatus HelmRelease: monitoring/gatus

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

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

           - status.${SECRET_DOMAIN}
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: gatus-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
       02-config-sync:
         env:
         - name: FOLDER
           value: /config
         - name: LABEL
--- kubernetes/apps/default/sonarr/app Kustomization: flux-system/cluster-apps-sonarr HelmRelease: default/sonarr

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       config:
         enabled: true
         existingClaim: sonarr-config
       media:
--- kubernetes/apps/default/shlink/app Kustomization: flux-system/cluster-apps-shlink HelmRelease: default/shlink

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

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

           - ln.${SECRET_DOMAIN}
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: shlink-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     probes:
       liveness:
         custom: true
         enabled: true
         spec:
--- kubernetes/apps/default/miniflux/app Kustomization: flux-system/cluster-apps-miniflux HelmRelease: default/miniflux

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: miniflux-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     probes:
       liveness:
         custom: true
         enabled: true
         spec:
--- kubernetes/apps/default/radarr/app Kustomization: flux-system/cluster-apps-radarr HelmRelease: default/radarr

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       config:
         enabled: true
         existingClaim: radarr-config
       media:
--- kubernetes/apps/default/lldap/app Kustomization: flux-system/cluster-apps-lldap HelmRelease: default/lldap

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: lldap-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       data:
         enabled: true
         type: emptyDir
     resources:
--- kubernetes/apps/default/home-assistant/app Kustomization: flux-system/cluster-apps-home-assistant HelmRelease: default/home-assistant

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

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

           - hass.${SECRET_DOMAIN}
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: home-assistant-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     podSecurityContext:
       fsGroup: 568
       fsGroupChangePolicy: OnRootMismatch
       runAsGroup: 568
       runAsUser: 568
--- kubernetes/apps/default/autobrr/app Kustomization: flux-system/cluster-apps-autobrr HelmRelease: default/autobrr

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

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

           - '{{ .Release.Name }}.${SECRET_DOMAIN}'
     initContainers:
       01-init-db:
         envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
     persistence:
       config:
         enabled: true
         type: emptyDir
       config-file:

@github-actions
Copy link

github-actions bot commented Oct 28, 2023

--- kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

+++ kubernetes HelmRelease: default/miniflux Deployment: default/miniflux

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: miniflux-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: miniflux
         image: ghcr.io/miniflux/miniflux:2.0.49
         imagePullPolicy: null
--- kubernetes HelmRelease: default/autobrr Deployment: default/autobrr

+++ kubernetes HelmRelease: default/autobrr Deployment: default/autobrr

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: autobrr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: autobrr
         image: ghcr.io/autobrr/autobrr:v1.31.0
         imagePullPolicy: null
--- kubernetes HelmRelease: default/lldap Deployment: default/lldap

+++ kubernetes HelmRelease: default/lldap Deployment: default/lldap

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: lldap-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: lldap
         image: ghcr.io/lldap/lldap:v0.5.0
         imagePullPolicy: null
--- kubernetes HelmRelease: default/sonarr Deployment: default/sonarr

+++ kubernetes HelmRelease: default/sonarr Deployment: default/sonarr

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: sonarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: sonarr
         image: ghcr.io/onedr0p/sonarr-develop:4.0.0.700@sha256:9ae40655d519479d4d70a8d67f929142a0fc2d10df0b75a0947ee3a6c8da7f53
         imagePullPolicy: null
--- kubernetes HelmRelease: default/authelia Deployment: default/authelia

+++ kubernetes HelmRelease: default/authelia Deployment: default/authelia

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: false
       initContainers:
       - envFrom:
         - secretRef:
             name: authelia-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: authelia
         image: ghcr.io/authelia/authelia:master@sha256:7913832c745fc86c8f45c9e9b5134e3039b5efe9734732a72a9e323bd26d09c7
         imagePullPolicy: null
--- kubernetes HelmRelease: default/radarr Deployment: default/radarr

+++ kubernetes HelmRelease: default/radarr Deployment: default/radarr

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: radarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: radarr
         image: ghcr.io/onedr0p/radarr-develop:5.1.1.8195@sha256:9579f7c96c5db2f1f98219e83a296b27c696d1f7e18ab4cf2deb90e9e9b3ef37
         imagePullPolicy: null
--- kubernetes HelmRelease: default/home-assistant StatefulSet: default/home-assistant

+++ kubernetes HelmRelease: default/home-assistant StatefulSet: default/home-assistant

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: home-assistant-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: home-assistant
         image: ghcr.io/onedr0p/home-assistant:2023.10.3@sha256:888ca6d7de294d28745c1ff0e9c33593371d4dbb46ba4d6754e0427339aaf71c
         imagePullPolicy: null
--- kubernetes HelmRelease: default/shlink Deployment: default/shlink

+++ kubernetes HelmRelease: default/shlink Deployment: default/shlink

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: shlink-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: shlink
         image: ghcr.io/shlinkio/shlink:3.6.4-non-root
         imagePullPolicy: null
--- kubernetes HelmRelease: default/prowlarr Deployment: default/prowlarr

+++ kubernetes HelmRelease: default/prowlarr Deployment: default/prowlarr

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: prowlarr-secret
-        image: ghcr.io/onedr0p/postgres-init:14.8
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       containers:
       - name: prowlarr
         image: ghcr.io/onedr0p/prowlarr-develop:1.10.0.4047@sha256:f8c30152ed996c1631bbfa0cdebe25b7803d902667acc5dc4475bdb11c0c1f64
         imagePullPolicy: null
--- kubernetes HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

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

       dnsPolicy: ClusterFirst
       enableServiceLinks: true
       initContainers:
       - envFrom:
         - secretRef:
             name: gatus-secret
-        image: ghcr.io/onedr0p/postgres-init:14.9
+        image: ghcr.io/onedr0p/postgres-init:14.10
         imagePullPolicy: IfNotPresent
         name: 01-init-db
       - env:
         - name: FOLDER
           value: /config
         - name: LABEL

@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v14.9 feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 Nov 16, 2023
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-14.x branch from bcd88b2 to 878aa3f Compare November 16, 2023 00:24
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 - autoclosed Aug 16, 2024
@renovate renovate bot closed this Aug 16, 2024
@renovate renovate bot deleted the renovate/ghcr.io-onedr0p-postgres-init-14.x branch August 16, 2024 19:10
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 - autoclosed feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 Aug 16, 2024
@renovate renovate bot restored the renovate/ghcr.io-onedr0p-postgres-init-14.x branch August 16, 2024 21:06
@renovate renovate bot reopened this Aug 16, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 - autoclosed Aug 18, 2024
@renovate renovate bot closed this Aug 18, 2024
@renovate renovate bot deleted the renovate/ghcr.io-onedr0p-postgres-init-14.x branch August 18, 2024 10:03
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 - autoclosed feat(container): update image ghcr.io/onedr0p/postgres-init to v14.10 Aug 18, 2024
@renovate renovate bot reopened this Aug 18, 2024
@renovate renovate bot restored the renovate/ghcr.io-onedr0p-postgres-init-14.x branch August 18, 2024 12:51
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.

0 participants