-
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 #84
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
--- 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:16.3
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:16.3
imagePullPolicy: IfNotPresent
persistence:
config:
enabled: true
existingClaim: radarr-config
media:
--- 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:16.3
imagePullPolicy: IfNotPresent
02-config-sync:
env:
- name: FOLDER
value: /config
- name: LABEL
--- 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:16.3
imagePullPolicy: IfNotPresent
persistence:
config:
enabled: true
type: emptyDir
config-file:
--- 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:16.3
imagePullPolicy: IfNotPresent
persistence:
data:
enabled: true
type: emptyDir
resources:
--- 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:16.3
imagePullPolicy: IfNotPresent
persistence:
config:
enabled: true
mountPath: /config/configuration.yaml
name: authelia-configmap
--- 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:16.3
imagePullPolicy: IfNotPresent
persistence:
config:
enabled: true
type: emptyDir
podSecurityContext:
--- 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:16.3
imagePullPolicy: IfNotPresent
persistence:
config:
enabled: true
existingClaim: sonarr-config
media:
--- 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:16.3
imagePullPolicy: IfNotPresent
probes:
liveness:
custom: true
enabled: true
spec:
--- 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:16.3
imagePullPolicy: IfNotPresent
podSecurityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
runAsUser: 568 |
--- 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:16.3
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: 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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
- env:
- name: FOLDER
value: /config
- name: LABEL
--- 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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: miniflux
image: ghcr.io/miniflux/miniflux:2.0.49
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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: lldap
image: ghcr.io/lldap/lldap:v0.5.0
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:16.3
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: 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:16.3
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/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:16.3
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/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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: autobrr
image: ghcr.io/autobrr/autobrr:v1.31.0
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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: authelia
image: ghcr.io/authelia/authelia:master@sha256:7913832c745fc86c8f45c9e9b5134e3039b5efe9734732a72a9e323bd26d09c7
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:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: shlink
image: ghcr.io/shlinkio/shlink:3.6.4-non-root
imagePullPolicy: null |
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
February 11, 2024 19:02
041e766
to
c7a04b7
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
May 16, 2024 18:28
c7a04b7
to
1237af1
Compare
renovate
bot
changed the title
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16 - autoclosed
Aug 16, 2024
renovate
bot
changed the title
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16 - autoclosed
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16
Aug 16, 2024
renovate
bot
changed the title
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16 - autoclosed
Aug 18, 2024
renovate
bot
changed the title
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16 - autoclosed
feat(container)!: Update image ghcr.io/onedr0p/postgres-init to v16
Aug 18, 2024
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
October 31, 2024 20:29
1237af1
to
aa2eed1
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
November 18, 2024 21:08
aa2eed1
to
22e4519
Compare
renovate
bot
force-pushed
the
renovate/ghcr.io-onedr0p-postgres-init-16.x
branch
from
November 23, 2024 22:50
22e4519
to
fb8b5e5
Compare
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:
14.9
->16.6
14.8
->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 these updates again.
This PR was generated by Mend Renovate. View the repository job log.