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 v16.6 #158

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

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 17, 2024

This PR contains the following updates:

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

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 this update again.


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

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

Copy link

github-actions bot commented Feb 17, 2024

--- HelmRelease: directus/personal-assistant-app Deployment: directus/personal-assistant-app

+++ HelmRelease: directus/personal-assistant-app Deployment: directus/personal-assistant-app

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: personal-assistant-secrets
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
       - env:
         - name: DB_CLIENT
           value: postgres
--- HelmRelease: authentication/lldap Deployment: authentication/lldap

+++ HelmRelease: authentication/lldap Deployment: authentication/lldap

@@ -42,13 +42,13 @@

         topologyKey: kubernetes.io/hostname
         whenUnsatisfiable: DoNotSchedule
       initContainers:
       - envFrom:
         - secretRef:
             name: lldap-secret
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
         volumeMounts:
         - mountPath: /data
           name: data
       containers:
--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus

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

@@ -42,13 +42,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: gatus-secret
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /config/config.yaml
--- HelmRelease: comabase/comabase-backend Deployment: comabase/comabase-backend

+++ HelmRelease: comabase/comabase-backend Deployment: comabase/comabase-backend

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: db-secrets
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
         volumeMounts:
         - mountPath: /app/config.yaml
           name: config
           subPath: config.yaml
--- HelmRelease: flowise/flowise-app Deployment: flowise/flowise-app

+++ HelmRelease: flowise/flowise-app Deployment: flowise/flowise-app

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: app-secrets
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
         volumeMounts:
         - mountPath: /flowise_data
           name: data
       containers:
--- HelmRelease: mattermost/mattermost-team-edition Deployment: mattermost/mattermost-team-edition

+++ HelmRelease: mattermost/mattermost-team-edition Deployment: mattermost/mattermost-team-edition

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

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: mattermost-secrets
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
       containers:
       - env:
         - name: MM_CONFIG
           valueFrom:
--- HelmRelease: home-assistant/home-assistant-app Deployment: home-assistant/home-assistant-app

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

@@ -33,13 +33,13 @@

       hostPID: false
       dnsPolicy: ClusterFirst
       initContainers:
       - envFrom:
         - secretRef:
             name: app-secrets
-        image: ghcr.io/onedr0p/postgres-init:16.1
+        image: ghcr.io/onedr0p/postgres-init:16.6
         imagePullPolicy: IfNotPresent
         name: init-db
         volumeMounts:
         - mountPath: /config
           name: config
         - mountPath: /tmp

Copy link

github-actions bot commented Feb 17, 2024

--- kubernetes/apps/ai/flowise/app Kustomization: flux-system/cluster-apps-ai-flowise-app HelmRelease: flowise/flowise-app

+++ kubernetes/apps/ai/flowise/app Kustomization: flux-system/cluster-apps-ai-flowise-app HelmRelease: flowise/flowise-app

@@ -113,13 +113,13 @@

             envFrom:
             - secretRef:
                 name: app-secrets
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         strategy: RollingUpdate
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
         className: external
--- kubernetes/apps/business/comabase/backend Kustomization: flux-system/cluster-apps-business-comabase-backend HelmRelease: comabase/comabase-backend

+++ kubernetes/apps/business/comabase/backend Kustomization: flux-system/cluster-apps-business-comabase-backend HelmRelease: comabase/comabase-backend

@@ -65,13 +65,13 @@

             envFrom:
             - secretRef:
                 name: db-secrets
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         strategy: RollingUpdate
     ingress:
       main:
         enabled: false
     persistence:
       config:
--- kubernetes/apps/business/directus/personal-assistant/app Kustomization: flux-system/cluster-apps-business-directus-personal-assistant-app HelmRelease: directus/personal-assistant-app

+++ kubernetes/apps/business/directus/personal-assistant/app Kustomization: flux-system/cluster-apps-business-directus-personal-assistant-app HelmRelease: directus/personal-assistant-app

@@ -91,13 +91,13 @@

             envFrom:
             - secretRef:
                 name: personal-assistant-secrets
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         strategy: RollingUpdate
     ingress:
       main:
         annotations:
           external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
         className: external
--- kubernetes/apps/business/mattermost/team-edition Kustomization: flux-system/cluster-apps-business-mattermost-team-edition HelmRelease: mattermost/mattermost-team-edition

+++ kubernetes/apps/business/mattermost/team-edition Kustomization: flux-system/cluster-apps-business-mattermost-team-edition HelmRelease: mattermost/mattermost-team-edition

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

             envFrom:
             - secretRef:
                 name: mattermost-secrets
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         replicas: 2
         strategy: RollingUpdate
     ingress:
       main:
         annotations:
           cert-manager.io/cluster-issuer: letsencrypt-production
--- 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

@@ -92,13 +92,13 @@

             envFrom:
             - secretRef:
                 name: gatus-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
             order: 1
         pod:
           securityContext:
             fsGroup: 568
             fsGroupChangePolicy: OnRootMismatch
             runAsGroup: 568
--- kubernetes/apps/authentication/lldap/app Kustomization: flux-system/cluster-apps-lldap HelmRelease: authentication/lldap

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

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

             envFrom:
             - secretRef:
                 name: lldap-secret
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         pod:
           topologySpreadConstraints:
           - labelSelector:
               matchLabels:
                 app.kubernetes.io/name: lldap
             maxSkew: 1
--- kubernetes/apps/iot/home-assistant/app Kustomization: flux-system/cluster-apps-iot-home-assistant-app HelmRelease: home-assistant/home-assistant-app

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

@@ -98,13 +98,13 @@

             envFrom:
             - secretRef:
                 name: app-secrets
             image:
               pullPolicy: IfNotPresent
               repository: ghcr.io/onedr0p/postgres-init
-              tag: 16.1
+              tag: 16.6
         strategy: Recreate
     ingress:
       codeserver:
         annotations: null
         className: internal
         enabled: true

@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-16.x branch 2 times, most recently from 49b9621 to 62a15c4 Compare April 14, 2024 06:59
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-16.x branch from 62a15c4 to c617824 Compare May 16, 2024 18:24
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.2 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 May 16, 2024
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed Aug 18, 2024
@renovate renovate bot closed this Aug 18, 2024
@renovate renovate bot deleted the renovate/ghcr.io-onedr0p-postgres-init-16.x branch August 18, 2024 10:01
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 Aug 18, 2024
@renovate renovate bot reopened this Aug 18, 2024
@renovate renovate bot restored the renovate/ghcr.io-onedr0p-postgres-init-16.x branch August 18, 2024 13:35
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed Aug 20, 2024
@renovate renovate bot closed this Aug 20, 2024
@renovate renovate bot deleted the renovate/ghcr.io-onedr0p-postgres-init-16.x branch August 20, 2024 11:25
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 Aug 20, 2024
@renovate renovate bot reopened this Aug 20, 2024
@renovate renovate bot restored the renovate/ghcr.io-onedr0p-postgres-init-16.x branch August 20, 2024 14:33
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed Sep 15, 2024
@renovate renovate bot closed this Sep 15, 2024
@renovate renovate bot deleted the renovate/ghcr.io-onedr0p-postgres-init-16.x branch September 15, 2024 17:01
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 - autoclosed feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 Sep 15, 2024
@renovate renovate bot reopened this Sep 15, 2024
@renovate renovate bot restored the renovate/ghcr.io-onedr0p-postgres-init-16.x branch September 15, 2024 19:58
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.3 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.4 Oct 31, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-16.x branch from c617824 to b987091 Compare October 31, 2024 20:07
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-16.x branch from b987091 to 3d18352 Compare November 18, 2024 23:13
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.4 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.5 Nov 18, 2024
@renovate renovate bot force-pushed the renovate/ghcr.io-onedr0p-postgres-init-16.x branch from 3d18352 to 350b5a5 Compare November 23, 2024 19:51
@renovate renovate bot changed the title feat(container): update image ghcr.io/onedr0p/postgres-init to v16.5 feat(container): update image ghcr.io/onedr0p/postgres-init to v16.6 Nov 23, 2024
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