Compare commits
2 Commits
9ac2a094ce
...
216ff501fc
| Author | SHA1 | Date | |
|---|---|---|---|
|
216ff501fc
|
|||
| e694ad3fb3 |
@@ -50,7 +50,7 @@ jobs:
|
||||
| tail +2 | head -n 1 \
|
||||
| tee repo_added \
|
||||
| awk '{ print "helm repo add " $1 " " $3 }' \
|
||||
| while read cmd; do $cmd; done
|
||||
| sh
|
||||
done
|
||||
|
||||
echo ">> Added following repos:"
|
||||
|
||||
1
clusters/cl01tl/helm/actual/repo_added
Normal file
1
clusters/cl01tl/helm/actual/repo_added
Normal file
@@ -0,0 +1 @@
|
||||
app-template 4.4.0 https://bjw-s-labs.github.io/helm-charts/ ok
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user