-
Notifications
You must be signed in to change notification settings - Fork 0
feat(container)!: Update ghcr.io/home-operations/postgres-init ( 17 → 18 ) #4765
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
Open
shipwasher
wants to merge
1
commit into
main
Choose a base branch
from
renovate/ghcr.io-home-operations-postgres-init-18.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.
Open
feat(container)!: Update ghcr.io/home-operations/postgres-init ( 17 → 18 ) #4765
shipwasher
wants to merge
1
commit into
main
from
renovate/ghcr.io-home-operations-postgres-init-18.x
+18
−18
Conversation
This file contains hidden or 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
Contributor
Author
--- kubernetes/main/apps/default/hi-events/cigana Kustomization: default/hi-events-cigana HelmRelease: default/hi-events-cigana
+++ kubernetes/main/apps/default/hi-events/cigana Kustomization: default/hi-events-cigana HelmRelease: default/hi-events-cigana
@@ -66,13 +66,13 @@
init-db:
envFrom:
- secretRef:
name: hi-events-cigana-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
securityContext:
fsGroup: 82
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 82
runAsNonRoot: true
--- kubernetes/main/apps/default/n8n/app Kustomization: default/n8n HelmRelease: default/n8n
+++ kubernetes/main/apps/default/n8n/app Kustomization: default/n8n HelmRelease: default/n8n
@@ -68,13 +68,13 @@
init-db:
envFrom:
- secretRef:
name: n8n-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
hostUsers: false
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1000
--- kubernetes/main/apps/default/librechat/app Kustomization: default/librechat HelmRelease: default/librechat
+++ kubernetes/main/apps/default/librechat/app Kustomization: default/librechat HelmRelease: default/librechat
@@ -178,13 +178,13 @@
- secretRef:
name: librechat-secret
- configMapRef:
name: librechat-configmap
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
type: deployment
defaultPodOptions:
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
--- kubernetes/main/apps/default/hi-events/app Kustomization: default/hi-events HelmRelease: default/hi-events
+++ kubernetes/main/apps/default/hi-events/app Kustomization: default/hi-events HelmRelease: default/hi-events
@@ -67,13 +67,13 @@
init-db:
envFrom:
- secretRef:
name: hi-events-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
securityContext:
fsGroup: 82
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 82
runAsNonRoot: true
--- kubernetes/main/apps/default/keila/app Kustomization: default/keila HelmRelease: default/keila
+++ kubernetes/main/apps/default/keila/app Kustomization: default/keila HelmRelease: default/keila
@@ -100,13 +100,13 @@
init-db:
envFrom:
- secretRef:
name: '{{ .Release.Name }}-secret'
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
hostUsers: false
securityContext:
fsGroup: 1000
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 1000
--- kubernetes/main/apps/default/sparkleandspin/backend Kustomization: default/sparkleandspin-backend HelmRelease: default/sparkleandspin-backend
+++ kubernetes/main/apps/default/sparkleandspin/backend Kustomization: default/sparkleandspin-backend HelmRelease: default/sparkleandspin-backend
@@ -70,13 +70,13 @@
init-db:
envFrom:
- secretRef:
name: sparkleandspin-backend-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
pod:
enableServiceLinks: false
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
--- kubernetes/main/apps/default/lldap/app Kustomization: default/lldap HelmRelease: default/lldap
+++ kubernetes/main/apps/default/lldap/app Kustomization: default/lldap HelmRelease: default/lldap
@@ -79,13 +79,13 @@
init-db:
envFrom:
- secretRef:
name: lldap-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
replicas: 2
strategy: RollingUpdate
defaultPodOptions:
topologySpreadConstraints:
- labelSelector:
matchLabels:
--- kubernetes/main/apps/default/autobrr/app Kustomization: default/autobrr HelmRelease: default/autobrr
+++ kubernetes/main/apps/default/autobrr/app Kustomization: default/autobrr HelmRelease: default/autobrr
@@ -82,13 +82,13 @@
init-db:
envFrom:
- secretRef:
name: autobrr-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
securityContext:
runAsGroup: 1000
runAsNonRoot: true
runAsUser: 1000
seccompProfile:
--- kubernetes/main/apps/default/authelia/app Kustomization: default/authelia HelmRelease: default/authelia
+++ kubernetes/main/apps/default/authelia/app Kustomization: default/authelia HelmRelease: default/authelia
@@ -89,13 +89,13 @@
init-db:
envFrom:
- secretRef:
name: authelia-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
pod:
enableServiceLinks: false
securityContext:
runAsGroup: 568
runAsNonRoot: true
runAsUser: 568
--- kubernetes/main/apps/default/atuin/app Kustomization: default/atuin HelmRelease: default/atuin
+++ kubernetes/main/apps/default/atuin/app Kustomization: default/atuin HelmRelease: default/atuin
@@ -76,13 +76,13 @@
init-db:
envFrom:
- secretRef:
name: atuin-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
pod:
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
runAsNonRoot: true
--- kubernetes/main/apps/default/home-assistant/app Kustomization: default/home-assistant HelmRelease: default/home-assistant
+++ kubernetes/main/apps/default/home-assistant/app Kustomization: default/home-assistant HelmRelease: default/home-assistant
@@ -88,13 +88,13 @@
init-db:
envFrom:
- secretRef:
name: home-assistant-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
--- kubernetes/main/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr
+++ kubernetes/main/apps/default/radarr/app Kustomization: default/radarr HelmRelease: default/radarr
@@ -90,13 +90,13 @@
init-db:
envFrom:
- secretRef:
name: radarr-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
runAsNonRoot: true
--- kubernetes/main/apps/default/sonarr/app Kustomization: default/sonarr HelmRelease: default/sonarr
+++ kubernetes/main/apps/default/sonarr/app Kustomization: default/sonarr HelmRelease: default/sonarr
@@ -90,13 +90,13 @@
init-db:
envFrom:
- secretRef:
name: sonarr-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
defaultPodOptions:
securityContext:
fsGroup: 568
fsGroupChangePolicy: OnRootMismatch
runAsGroup: 568
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
@@ -263,13 +263,13 @@
envFromSecrets:
- name: grafana-secret
extraInitContainers:
- envFrom:
- secretRef:
name: grafana-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: 01-init-db
grafana.ini:
analytics:
check_for_plugin_updates: false
check_for_updates: false
reporting_enabled: false
--- kubernetes/main/apps/default/paperless/app Kustomization: default/paperless HelmRelease: default/paperless
+++ kubernetes/main/apps/default/paperless/app Kustomization: default/paperless HelmRelease: default/paperless
@@ -105,13 +105,13 @@
init-db:
envFrom:
- secretRef:
name: paperless-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
ingress:
app:
className: internal
hosts:
- host: '{{ .Release.Name }}.mcgrath.nz'
paths:
--- kubernetes/main/apps/default/immich/app Kustomization: default/immich HelmRelease: default/immich-server
+++ kubernetes/main/apps/default/immich/app Kustomization: default/immich HelmRelease: default/immich-server
@@ -84,13 +84,13 @@
- configMapRef:
name: immich-configmap
- secretRef:
name: immich-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
strategy: RollingUpdate
defaultPodOptions:
affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- podAffinityTerm:
--- kubernetes/main/apps/default/mealie/app Kustomization: default/mealie HelmRelease: default/mealie
+++ kubernetes/main/apps/default/mealie/app Kustomization: default/mealie HelmRelease: default/mealie
@@ -71,13 +71,13 @@
init-db:
envFrom:
- secretRef:
name: mealie-secret
image:
repository: ghcr.io/home-operations/postgres-init
- tag: 17
+ tag: 18
strategy: Recreate
ingress:
app:
className: internal
hosts:
- host: mealie.mcgrath.nz |
Contributor
Author
--- HelmRelease: default/authelia Deployment: default/authelia
+++ HelmRelease: default/authelia Deployment: default/authelia
@@ -47,13 +47,13 @@
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
initContainers:
- envFrom:
- secretRef:
name: authelia-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config/configuration.yaml
name: config
readOnly: true
subPath: configuration.yaml
--- HelmRelease: default/immich-server Deployment: default/immich-server
+++ HelmRelease: default/immich-server Deployment: default/immich-server
@@ -66,13 +66,13 @@
initContainers:
- envFrom:
- configMapRef:
name: immich-configmap
- secretRef:
name: immich-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config
name: config
- mountPath: /usr/src/app/upload
name: library
--- HelmRelease: default/hi-events Deployment: default/hi-events
+++ HelmRelease: default/hi-events Deployment: default/hi-events
@@ -44,13 +44,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: hi-events-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /home/www-data
name: home-www-data
- mountPath: /app/backend/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer
name: htmlpurifier-cache
--- HelmRelease: default/home-assistant Deployment: default/home-assistant
+++ HelmRelease: default/home-assistant Deployment: default/home-assistant
@@ -53,13 +53,13 @@
values:
- hp3
initContainers:
- envFrom:
- secretRef:
name: home-assistant-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config
name: config
- mountPath: /config/logs
name: logs
--- HelmRelease: default/sonarr Deployment: default/sonarr
+++ HelmRelease: default/sonarr Deployment: default/sonarr
@@ -46,13 +46,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: sonarr-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config/MediaCover
name: cache
- mountPath: /config
name: config
--- HelmRelease: default/atuin Deployment: default/atuin
+++ HelmRelease: default/atuin Deployment: default/atuin
@@ -42,13 +42,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: atuin-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config
name: config
containers:
- args:
--- HelmRelease: default/mealie Deployment: default/mealie
+++ HelmRelease: default/mealie Deployment: default/mealie
@@ -36,13 +36,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: mealie-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /app/data
name: data
containers:
- env:
--- HelmRelease: default/autobrr Deployment: default/autobrr
+++ HelmRelease: default/autobrr Deployment: default/autobrr
@@ -42,13 +42,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: autobrr-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /tmp
name: tmp
containers:
- env:
--- HelmRelease: default/paperless Deployment: default/paperless
+++ HelmRelease: default/paperless Deployment: default/paperless
@@ -36,13 +36,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: paperless-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /data/nas
name: nas
containers:
- env:
--- HelmRelease: default/sparkleandspin-backend Deployment: default/sparkleandspin-backend
+++ HelmRelease: default/sparkleandspin-backend Deployment: default/sparkleandspin-backend
@@ -44,13 +44,13 @@
imagePullSecrets:
- name: ghcr-imagepullsecret
initContainers:
- envFrom:
- secretRef:
name: sparkleandspin-backend-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /app/medusa/.cache
name: cache
- mountPath: /.config/medusa
name: config
--- HelmRelease: default/lldap Deployment: default/lldap
+++ HelmRelease: default/lldap Deployment: default/lldap
@@ -43,13 +43,13 @@
topologyKey: kubernetes.io/hostname
whenUnsatisfiable: DoNotSchedule
initContainers:
- envFrom:
- secretRef:
name: lldap-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /data
name: data
containers:
- env:
--- HelmRelease: default/hi-events-cigana Deployment: default/hi-events-cigana
+++ HelmRelease: default/hi-events-cigana Deployment: default/hi-events-cigana
@@ -44,13 +44,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: hi-events-cigana-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /home/www-data
name: home-www-data
- mountPath: /app/backend/vendor/ezyang/htmlpurifier/library/HTMLPurifier/DefinitionCache/Serializer
name: htmlpurifier-cache
--- HelmRelease: default/radarr Deployment: default/radarr
+++ HelmRelease: default/radarr Deployment: default/radarr
@@ -46,13 +46,13 @@
hostPID: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: radarr-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /config/MediaCover
name: cache
- mountPath: /config
name: config
--- HelmRelease: default/librechat Deployment: default/librechat
+++ HelmRelease: default/librechat Deployment: default/librechat
@@ -48,13 +48,13 @@
initContainers:
- envFrom:
- secretRef:
name: librechat-secret
- configMapRef:
name: librechat-configmap
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /tmp
name: tmp
containers:
- args:
--- HelmRelease: default/n8n Deployment: default/n8n
+++ HelmRelease: default/n8n Deployment: default/n8n
@@ -43,13 +43,13 @@
hostUsers: false
dnsPolicy: ClusterFirst
initContainers:
- envFrom:
- secretRef:
name: n8n-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
containers:
- env:
- name: DB_TYPE
value: postgresdb
- name: EXECUTIONS_DATA_MAX_AGE
--- HelmRelease: default/keila Deployment: default/keila
+++ HelmRelease: default/keila Deployment: default/keila
@@ -55,13 +55,13 @@
name: data
- mountPath: /tmp/tzdata
name: tzdata
- envFrom:
- secretRef:
name: keila-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: init-db
volumeMounts:
- mountPath: /data
name: data
containers:
- env:
--- HelmRelease: monitoring/grafana Deployment: monitoring/grafana
+++ HelmRelease: monitoring/grafana Deployment: monitoring/grafana
@@ -21,13 +21,13 @@
labels:
app.kubernetes.io/name: grafana
app.kubernetes.io/instance: grafana
annotations:
checksum/dashboards-json-config: 16b2713fe66012b48600a1ed3ebf5fe1653674152c64af8c4678065606f81224
checksum/sc-dashboard-provider-config: c942752180ddff51a3ab63b7d256cf3d856d90757b6f804cbc420562989d5a84
- checksum/secret: 8fbb7bc2bf80f512893827974c3777c4ef0f81dc5979d727f4f7c7a7e6b9b1a0
+ checksum/secret: da7c2246394271a43965073a0f8add6a64d2cc487598e8bd27acce37180bbf35
kubectl.kubernetes.io/default-container: grafana
spec:
serviceAccountName: grafana
automountServiceAccountToken: true
shareProcessNamespace: false
securityContext:
@@ -58,13 +58,13 @@
subPath: download_dashboards.sh
- name: storage
mountPath: /var/lib/grafana
- envFrom:
- secretRef:
name: grafana-secret
- image: ghcr.io/home-operations/postgres-init:17
+ image: ghcr.io/home-operations/postgres-init:18
name: 01-init-db
enableServiceLinks: true
containers:
- name: grafana-sc-dashboard
image: quay.io/kiwigrid/k8s-sidecar:1.30.10
imagePullPolicy: IfNotPresent |
76c4028 to
29444d0
Compare
3bd27ef to
4146c3e
Compare
4146c3e to
ae959bc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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:
17->18Warning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Renovate Bot.