Compare commits
3 Commits
auto/updat
...
fce96c7d8a
| Author | SHA1 | Date | |
|---|---|---|---|
|
fce96c7d8a
|
|||
| 783d307998 | |||
| 06397c2b57 |
@@ -8,6 +8,8 @@ on:
|
||||
- "clusters/**"
|
||||
- ! "clusters/*/archive"
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
render-manifests-helm:
|
||||
runs-on: ubuntu-js
|
||||
@@ -34,9 +36,10 @@ jobs:
|
||||
mkdir clusters/$CLUSTER/manifests
|
||||
|
||||
for chart_path in clusters/$CLUSTER/helm/; do
|
||||
chart_name=$(basename "$chart")
|
||||
chart_name=$(basename "$chart_path")
|
||||
|
||||
echo "--- Rendering chart: $chart_name ---"
|
||||
echo ""
|
||||
echo "Rendering chart: $chart_name"
|
||||
|
||||
if [ -f "$chart_path/Chart.yaml" ]; then
|
||||
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"
|
||||
|
||||
@@ -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