Compare commits
3 Commits
ae5bae26c4
...
af51b80da3
| Author | SHA1 | Date | |
|---|---|---|---|
|
af51b80da3
|
|||
| bee206bec1 | |||
| e4b3d06e1d |
@@ -43,11 +43,13 @@ jobs:
|
||||
if [ -f "$chart_path/Chart.yaml" ]; then
|
||||
OUTPUT_FILE="clusters/$cluster/manifests/$chart_name.yaml"
|
||||
|
||||
cd $chart_path
|
||||
|
||||
echo ">> Building helm dependency ..."
|
||||
helm dependency build
|
||||
|
||||
echo ">> Linting helm ..."
|
||||
helm lint "$chart_path" --namespace "$chart_name" --with-subcharts
|
||||
helm lint --namespace "$chart_name" --with-subcharts
|
||||
|
||||
helm template "$chart_name" "$chart_path" --namespace "$chart_name" > "$OUTPUT_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
|
||||
|
||||
Reference in New Issue
Block a user