Compare commits
3 Commits
889a369524
...
e4bdad9f0e
| Author | SHA1 | Date | |
|---|---|---|---|
|
e4bdad9f0e
|
|||
| 598c91f1c4 | |||
| 855245e8f8 |
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'hosts/**'
|
||||
- ! 'hosts/archive'
|
||||
|
||||
jobs:
|
||||
docker-lint:
|
||||
|
||||
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'hosts/**'
|
||||
- ! 'hosts/archive'
|
||||
|
||||
jobs:
|
||||
docker-lint:
|
||||
|
||||
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'clusters/**'
|
||||
- ! 'clusters/*/archive'
|
||||
|
||||
jobs:
|
||||
helm-lint:
|
||||
|
||||
@@ -6,7 +6,6 @@ on:
|
||||
- main
|
||||
paths:
|
||||
- 'clusters/**'
|
||||
- ! 'clusters/*/archive'
|
||||
|
||||
jobs:
|
||||
helm-lint:
|
||||
|
||||
@@ -5,8 +5,7 @@ on:
|
||||
branches:
|
||||
- main
|
||||
paths:
|
||||
- "clusters/**"
|
||||
- ! "clusters/*/archive"
|
||||
- "clusters/**/helm"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user