3 Commits

Author SHA1 Message Date
e4bdad9f0e 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 15s
2025-12-01 04:13:32 +00:00
598c91f1c4 don't ignore archive as its no longer used
All checks were successful
renovate / renovate (push) Successful in 2m18s
2025-11-30 22:12:19 -06:00
855245e8f8 fix templating
Some checks failed
lint-test-helm / helm-lint (push) Successful in 10s
renovate / renovate (push) Has been cancelled
render-manifests / render-manifests-helm (push) Successful in 1m52s
2025-11-30 22:10:45 -06:00
6 changed files with 5 additions and 10 deletions

View File

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

View File

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

View File

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

View File

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

View File

@@ -5,8 +5,7 @@ on:
branches: branches:
- main - main
paths: paths:
- "clusters/**" - "clusters/**/helm"
- ! "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: ""