-
Notifications
You must be signed in to change notification settings - Fork 1
feat(container): update postgres ( 16.6 → v16.10 ) #616
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
base: main
Are you sure you want to change the base?
Conversation
WalkthroughPostgres container image version bumped from 16.6-alpine to 16.10-alpine in the litellm-postgres HelmRelease manifest. No configuration, environment, or resource changes applied. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Suggested labels
🚥 Pre-merge checks | ✅ 3✅ Passed checks (3 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
ℹ️ SOPS Encryption CheckNo SOPS files detected in this pull request.
No encryption validation required for this PR. |
✅ Gitleaks Secret Scan PassedNo secrets detected in this pull request.
|
--- kubernetes/apps/ai/litellm-postgres/app Kustomization: ai/litellm-postgres HelmRelease: ai/litellm-postgres
+++ kubernetes/apps/ai/litellm-postgres/app Kustomization: ai/litellm-postgres HelmRelease: ai/litellm-postgres
@@ -46,13 +46,13 @@
secretKeyRef:
key: POSTGRES_PASSWORD
name: litellm-postgres-secret
POSTGRES_USER: litellm
image:
repository: postgres
- tag: 16.6-alpine
+ tag: 16.10-alpine
probes:
liveness:
custom: true
enabled: true
spec:
exec: |
--- HelmRelease: ai/litellm-postgres Deployment: ai/litellm-postgres
+++ HelmRelease: ai/litellm-postgres Deployment: ai/litellm-postgres
@@ -55,13 +55,13 @@
valueFrom:
secretKeyRef:
key: POSTGRES_PASSWORD
name: litellm-postgres-secret
- name: POSTGRES_USER
value: litellm
- image: postgres:16.6-alpine
+ image: postgres:16.10-alpine
livenessProbe:
exec:
command:
- pg_isready
- -U
- litellm |
02663a8 to
5e4f28a
Compare
5e4f28a to
2704987
Compare
2704987 to
3ee8c1b
Compare
This PR contains the following updates:
16.6-alpine→16.10-alpine16.11-alpineWarning
Some dependencies could not be looked up. Check the Dependency Dashboard for more information.
🐘 Database: Critical data infrastructure. PostgreSQL major versions are blocked (require pg_upgrade).
🐄 Talos CATTLE: Major/minor version requires manual approval. Full VM rebuild via Terraform.
Configuration
📅 Schedule: Branch creation - "every weekend" (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 has been generated by Renovate Bot.