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
7 changed files with 6 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -36,7 +36,7 @@ shelly-plug:
main:
image:
repository: php
tag: 8.4.15-apache-bookworm
tag: 8.5.0-apache-bookworm
pullPolicy: IfNotPresent
env:
- name: SHELLY_HOSTNAME