1 Commits

Author SHA1 Message Date
889a369524 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 18s
2025-12-01 04:07:59 +00:00
6 changed files with 10 additions and 5 deletions

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- 'hosts/**'
- ! 'hosts/archive'
jobs:
docker-lint:

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- 'hosts/**'
- ! 'hosts/archive'
jobs:
docker-lint:

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- 'clusters/**'
- ! 'clusters/*/archive'
jobs:
helm-lint:

View File

@@ -6,6 +6,7 @@ on:
- main
paths:
- 'clusters/**'
- ! 'clusters/*/archive'
jobs:
helm-lint:

View File

@@ -5,7 +5,8 @@ on:
branches:
- main
paths:
- "clusters/**/helm"
- "clusters/**"
- ! "clusters/*/archive"
workflow_dispatch:

View File

@@ -22,18 +22,18 @@ spec:
exclude: true
template:
metadata:
name: '{{ `{{path.basename}}` }}'
name: '{{ .path.basename }}'
spec:
project: default
source:
repoURL: http://gitea-http.gitea:3000/alexlebens/infrastructure
targetRevision: HEAD
path: '{{ `{{.path.path}}` }}'
path: '{{.path.path}}'
helm:
releaseName: '{{ `{{path.basename}}` }}'
releaseName: '{{ .path.basename }}'
destination:
name: in-cluster
namespace: '{{ `{{path.basename}}` }}'
namespace: '{{ .path.basename }}'
revisionHistoryLimit: 3
ignoreDifferences:
- group: ""