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 - main
paths: paths:
- 'hosts/**' - 'hosts/**'
- ! 'hosts/archive'
jobs: jobs:
docker-lint: docker-lint:

View File

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

View File

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

View File

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

View File

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

View File

@@ -22,18 +22,18 @@ spec:
exclude: true exclude: true
template: template:
metadata: metadata:
name: '{{ `{{path.basename}}` }}' name: '{{ .path.basename }}'
spec: 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: HEAD
path: '{{ `{{.path.path}}` }}' path: '{{.path.path}}'
helm: helm:
releaseName: '{{ `{{path.basename}}` }}' releaseName: '{{ .path.basename }}'
destination: destination:
name: in-cluster name: in-cluster
namespace: '{{ `{{path.basename}}` }}' namespace: '{{ .path.basename }}'
revisionHistoryLimit: 3 revisionHistoryLimit: 3
ignoreDifferences: ignoreDifferences:
- group: "" - group: ""