Compare commits
2 Commits
cbd14576b8
...
e03bc4666a
| Author | SHA1 | Date | |
|---|---|---|---|
|
e03bc4666a
|
|||
| cb8d7fdf1c |
@@ -29,8 +29,6 @@ spec:
|
|||||||
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
|
||||||
targetRevision: manifests
|
targetRevision: manifests
|
||||||
path: '{{ `{{path}}` }}'
|
path: '{{ `{{path}}` }}'
|
||||||
helm:
|
|
||||||
releaseName: '{{ `{{path.basename}}` }}'
|
|
||||||
destination:
|
destination:
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
namespace: '{{ `{{path.basename}}` }}'
|
namespace: '{{ `{{path.basename}}` }}'
|
||||||
|
|||||||
@@ -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