Compare commits
2 Commits
3e75359c56
...
cbd14576b8
| Author | SHA1 | Date | |
|---|---|---|---|
|
cbd14576b8
|
|||
| 995d61a6a0 |
@@ -28,7 +28,7 @@ spec:
|
|||||||
source:
|
source:
|
||||||
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
targetRevision: manifests
|
targetRevision: manifests
|
||||||
path: '{{ `{{.path.path}}` }}'
|
path: '{{ `{{path}}` }}'
|
||||||
helm:
|
helm:
|
||||||
releaseName: '{{ `{{path.basename}}` }}'
|
releaseName: '{{ `{{path.basename}}` }}'
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -19,7 +19,7 @@ services:
|
|||||||
- /dev/net/tun:/dev/net/tun
|
- /dev/net/tun:/dev/net/tun
|
||||||
|
|
||||||
postgresql:
|
postgresql:
|
||||||
image: docker.io/postgres:17.7-alpine3.21
|
image: docker.io/postgres:18.1-alpine3.21
|
||||||
container_name: gitea-postgres
|
container_name: gitea-postgres
|
||||||
env_file:
|
env_file:
|
||||||
- .env
|
- .env
|
||||||
|
|||||||
Reference in New Issue
Block a user