2 Commits

Author SHA1 Message Date
6e783ff0a6 Update php Docker tag to v8.5.0
All checks were successful
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Successful in 16s
2025-12-01 21:18:49 +00:00
35acd8f602 change revision
All checks were successful
lint-test-helm / helm-lint (push) Successful in 8s
renovate / renovate (push) Successful in 57s
2025-12-01 15:17:55 -06:00
2 changed files with 3 additions and 3 deletions

View File

@@ -15,7 +15,7 @@ spec:
generators: generators:
- git: - git:
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
revision: HEAD revision: manifests
directories: directories:
- path: clusters/cl01tl/manifests/* - path: clusters/cl01tl/manifests/*
- path: clusters/cl01tl/manifests/stack - path: clusters/cl01tl/manifests/stack
@@ -27,7 +27,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
targetRevision: HEAD targetRevision: manifests
path: '{{ `{{.path.path}}` }}' path: '{{ `{{.path.path}}` }}'
helm: helm:
releaseName: '{{ `{{path.basename}}` }}' releaseName: '{{ `{{path.basename}}` }}'

View File

@@ -13,7 +13,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
targetRevision: HEAD targetRevision: manifests
path: clusters/cl01tl/manifests/stack path: clusters/cl01tl/manifests/stack
destination: destination:
name: in-cluster name: in-cluster