Compare commits

...

2 Commits

Author SHA1 Message Date
0f49335ef0 Update docker.io/postgres Docker tag to v18
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-docker / lint-docker-compose (pull_request) Successful in 24s
lint-test-helm / lint-helm (pull_request) Failing after 3m51s
2025-12-06 23:09:59 +00:00
633e9d31c9 add plugin
All checks were successful
lint-test-helm / lint-helm (push) Successful in 13s
render-manifests-push / render-manifests-push (push) Successful in 4m46s
renovate / renovate (push) Successful in 1m54s
2025-12-06 17:08:58 -06:00
2 changed files with 6 additions and 3 deletions

View File

@@ -26,6 +26,9 @@ headlamp:
- name: trivy
source: https://artifacthub.io/packages/headlamp/headlamp-trivy/headlamp_trivy
version: 0.3.1
- name: external-secrets-operator
source: https://artifacthub.io/packages/headlamp/external-secrets-operator-headlamp-plugin/external-secrets-operator
version: 0.1.0-beta7
installOptions:
parallel: true
maxConcurrent: 2
parallel: false
maxConcurrent: 1

View File

@@ -19,7 +19,7 @@ services:
- /dev/net/tun:/dev/net/tun
postgresql:
image: docker.io/postgres:17.7-alpine3.21
image: docker.io/postgres:18.1-alpine3.21
container_name: gitea-postgres
env_file:
- .env