Compare commits
2 Commits
b61f179bc6
...
93bea28e28
| Author | SHA1 | Date | |
|---|---|---|---|
|
93bea28e28
|
|||
| 06397c2b57 |
@@ -34,9 +34,10 @@ jobs:
|
|||||||
mkdir clusters/$CLUSTER/manifests
|
mkdir clusters/$CLUSTER/manifests
|
||||||
|
|
||||||
for chart_path in clusters/$CLUSTER/helm/; do
|
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
|
if [ -f "$chart_path/Chart.yaml" ]; then
|
||||||
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"
|
OUTPUT_FILE="clusters/$CLUSTER/manifests/$chart_name.yaml"
|
||||||
|
|||||||
@@ -36,7 +36,7 @@ shelly-plug:
|
|||||||
main:
|
main:
|
||||||
image:
|
image:
|
||||||
repository: php
|
repository: php
|
||||||
tag: 8.4.15-apache-bookworm
|
tag: 8.5.0-apache-bookworm
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
env:
|
env:
|
||||||
- name: SHELLY_HOSTNAME
|
- name: SHELLY_HOSTNAME
|
||||||
|
|||||||
Reference in New Issue
Block a user