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 ( 16.3 β†’ 16.4 ) #1533

Merged

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 1, 2024

This PR contains the following updates:

Package Update Change
ghcr.io/onedr0p/postgres-init (source) minor 16.3 -> 16.4

Configuration

πŸ“… Schedule: Branch creation - "on monday,on wednesday,on friday" in timezone Europe/Berlin, 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.

@renovate renovate bot requested a review from martinohmann as a code owner November 1, 2024 00:22
@renovate renovate bot added the type/minor label Nov 1, 2024
@github-actions github-actions bot added area/kubernetes Changes made in the kubernetes directory cluster/main labels Nov 1, 2024
Copy link

github-actions bot commented Nov 1, 2024

kustomization changes in kubernetes/main

--- kubernetes/main/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

+++ kubernetes/main/apps/identity/authentik/app Kustomization: flux-system/authentik HelmRelease: identity/authentik

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

         - hosts:
           - identity.18b.haus
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
       metrics:
         enabled: true
         serviceMonitor:
           enabled: true
       replicas: 2
--- kubernetes/main/apps/monitoring/gatus/app Kustomization: flux-system/gatus HelmRelease: monitoring/gatus

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

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

           init-db:
             envFrom:
             - secretRef:
                 name: gatus
             image:
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+              tag: 16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         pod:
           dnsConfig:
             options:
             - name: ndots
               value: '1'
           securityContext:
--- kubernetes/main/apps/default/miniflux/app Kustomization: flux-system/miniflux HelmRelease: default/miniflux

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

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

           init-db:
             envFrom:
             - secretRef:
                 name: miniflux
             image:
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+              tag: 16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         replicas: 2
         strategy: RollingUpdate
     defaultPodOptions:
       securityContext:
         runAsGroup: 65534
         runAsNonRoot: true
--- kubernetes/main/apps/monitoring/grafana/app Kustomization: flux-system/grafana HelmRelease: monitoring/grafana

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

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

     envFromSecrets:
     - name: grafana-secret
     extraInitContainers:
     - envFrom:
       - secretRef:
           name: grafana-secret
-      image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+      image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
       name: 01-init-db
     grafana.ini:
       analytics:
         check_for_plugin_updates: false
         check_for_updates: false
         reporting_enabled: false
--- kubernetes/main/apps/default/nextcloud/app Kustomization: flux-system/nextcloud HelmRelease: default/nextcloud

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

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

             key: OIDC_CLIENT_SECRET
             name: nextcloud-secret
       extraInitContainers:
       - envFrom:
         - secretRef:
             name: nextcloud-secret
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
       host: cloud.18b.haus
       mail:
         domain: ..PLACEHOLDER..
         enabled: true
         fromAddress: no-reply.18b.haus

Copy link

github-actions bot commented Nov 1, 2024

helmrelease changes in kubernetes/main

--- HelmRelease: default/nextcloud Deployment: default/nextcloud

+++ HelmRelease: default/nextcloud Deployment: default/nextcloud

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

           mountPath: /usr/local/etc/php-fpm.d/www.conf
           subPath: www.conf
       initContainers:
       - envFrom:
         - secretRef:
             name: nextcloud-secret
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
       volumes:
       - name: nextcloud-main
         persistentVolumeClaim:
           claimName: nextcloud
       - name: nextcloud-data
--- HelmRelease: identity/authentik Deployment: identity/authentik-server

+++ HelmRelease: identity/authentik Deployment: identity/authentik-server

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

     spec:
       terminationGracePeriodSeconds: 30
       initContainers:
       - envFrom:
         - secretRef:
             name: authentik-secret
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
       containers:
       - name: server
         image: ghcr.io/goauthentik/server:2024.8.3
         imagePullPolicy: IfNotPresent
         args:
--- HelmRelease: default/miniflux Deployment: default/miniflux

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

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

         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: DoNotSchedule
       initContainers:
       - envFrom:
         - secretRef:
             name: miniflux
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
       containers:
       - env:
         - name: BASE_URL
           value: https://miniflux.18b.haus
         - name: CREATE_ADMIN
--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

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

         - name: ndots
           value: '1'
       initContainers:
       - envFrom:
         - secretRef:
             name: gatus
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/config.yaml
           name: config-file
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana

+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana

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

           subPath: download_dashboards.sh
         - name: storage
           mountPath: /var/lib/grafana
       - envFrom:
         - secretRef:
             name: grafana-secret
-        image: ghcr.io/onedr0p/postgres-init:16.3@sha256:9c136223fb4e05b0ca24e2350c2dc45843110d0e1d09615c52c9a037628c09fa
+        image: ghcr.io/onedr0p/postgres-init:16.4@sha256:e41c745b54485341e00efbd27556f0717623a119f0d5107e5ff831aa1322c76f
         name: 01-init-db
       enableServiceLinks: true
       containers:
       - name: grafana-sc-dashboard
         image: quay.io/kiwigrid/k8s-sidecar:1.28.0
         imagePullPolicy: IfNotPresent

@martinohmann martinohmann merged commit 8d65547 into main Nov 2, 2024
7 checks passed
@renovate renovate bot deleted the renovate/main-ghcr.io-onedr0p-postgres-init-16.x branch November 2, 2024 11:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant