home-ops
home-ops copied to clipboard
feat(container): update ghcr.io/onedr0p/postgres-init ( 16.2 → 16.3 )
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| ghcr.io/onedr0p/postgres-init (source) | minor | 16.2 -> 16.3 |
[!WARNING] 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.
- [ ] If you want to rebase/retry this PR, check this box
This PR has been generated by Renovate Bot.
--- HelmRelease: default/piped Deployment: default/piped-backend
+++ HelmRelease: default/piped Deployment: default/piped-backend
@@ -27,13 +27,13 @@
dnsPolicy: ClusterFirst
enableServiceLinks: null
initContainers:
- envFrom:
- secretRef:
name: piped-db-creds
- image: ghcr.io/onedr0p/postgres-init:16.2
+ image: ghcr.io/onedr0p/postgres-init:16.3
imagePullPolicy: IfNotPresent
name: 01-init-db
containers:
- name: piped-backend
image: docker.io/1337kavin/piped:latest
imagePullPolicy: Always
--- HelmRelease: monitoring/gatus Deployment: monitoring/gatus
+++ HelmRelease: monitoring/gatus Deployment: monitoring/gatus
@@ -45,13 +45,13 @@
- name: ndots
value: '1'
initContainers:
- envFrom:
- secretRef:
name: gatus-secret
- image: ghcr.io/onedr0p/postgres-init:16.2
+ image: ghcr.io/onedr0p/postgres-init:16.3
name: init-db
volumeMounts:
- mountPath: /config
name: config
- mountPath: /config/config.yaml
name: config-file
--- kubernetes/apps/default/piped/app Kustomization: flux-system/piped HelmRelease: default/piped
+++ kubernetes/apps/default/piped/app Kustomization: flux-system/piped HelmRelease: default/piped
@@ -45,13 +45,13 @@
tag: latest
initContainers:
01-init-db:
envFrom:
- secretRef:
name: piped-db-creds
- image: ghcr.io/onedr0p/postgres-init:16.2
+ image: ghcr.io/onedr0p/postgres-init:16.3
imagePullPolicy: IfNotPresent
podAnnotations:
configmap.reloader.stakater.com/reload: piped-backend-config
frontend:
env:
BACKEND_HOSTNAME: papi...PLACEHOLDER..
--- kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/gatus HelmRelease: monitoring/gatus
+++ kubernetes/apps/monitoring/gatus/app Kustomization: flux-system/gatus HelmRelease: monitoring/gatus
@@ -99,13 +99,13 @@
init-db:
envFrom:
- secretRef:
name: gatus-secret
image:
repository: ghcr.io/onedr0p/postgres-init
- tag: 16.2
+ tag: 16.3
defaultPodOptions:
dnsConfig:
options:
- name: ndots
value: '1'
securityContext:
🦙 MegaLinter status: ✅ SUCCESS
| Descriptor | Linter | Files | Fixed | Errors | Elapsed time |
|---|
See detailed report in MegaLinter reports
Set VALIDATE_ALL_CODEBASE: true in mega-linter.yml to validate all sources, not only the diff