3 Commits

Author SHA1 Message Date
bf876898d2 Update docker.io/postgres Docker tag to v18
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 13s
lint-test-docker / docker-lint (pull_request) Successful in 30s
2025-12-02 04:08:37 +00:00
0a732bee0c update description
Some checks failed
render-manifests / render-manifests (push) Failing after 25s
lint-test-helm / helm-lint (push) Successful in 14s
renovate / renovate (push) Successful in 58s
2025-12-01 22:07:35 -06:00
5e3328aad3 fix command
Some checks failed
renovate / renovate (push) Has been cancelled
2025-12-01 22:07:20 -06:00
2 changed files with 1 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ jobs:
echo ">> Changes detected"
for path in $GIT_DIFF; do
CHANGED_DIR+=("echo "$path" | awk -F '/' '{print $4}' ")
CHANGED_DIR+=$(echo "$path" | awk -F '/' '{print $4}')
done
echo ">> Changes Directories:"

View File

@@ -5,7 +5,6 @@ description: Traefik
keywords:
- traefik
- reverse-proxy
- tls
- kubernetes
home: https://wiki.alexlebens.dev/s/541ec45c-6cf7-4be6-bb08-63cab175e7cb
sources: