-
Notifications
You must be signed in to change notification settings - Fork 0
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
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-onedr0p-postgres-init-16.x
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- 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 |
--- 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
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
2 times, most recently
from
April 14, 2024 06:59
49b9621
to
62a15c4
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
May 16, 2024 18:24
62a15c4
to
c617824
Compare
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
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
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
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
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
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
bot
deleted the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
September 15, 2024 17:01
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
bot
restored the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
September 15, 2024 19:58
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
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
October 31, 2024 20:07
c617824
to
b987091
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
November 18, 2024 23:13
b987091
to
3d18352
Compare
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
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
November 23, 2024 19:51
3d18352
to
350b5a5
Compare
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
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
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.
This PR was generated by Mend Renovate. View the repository job log.