3 Commits

Author SHA1 Message Date
f6d36092d1 Update php Docker tag to v8.5.0
Some checks failed
renovate/stability-days Updates have met minimum release age requirement
lint-test-helm / helm-lint (pull_request) Failing after 13s
2025-12-02 05:14:01 +00:00
4371c53508 update description
Some checks failed
lint-test-helm / helm-lint (push) Successful in 11s
renovate / renovate (push) Successful in 2m16s
render-manifests / render-manifests (push) Failing after 1m4s
2025-12-01 23:11:55 -06:00
10c638bfe8 remove subchart linting
Some checks failed
renovate / renovate (push) Has been cancelled
2025-12-01 23:11:35 -06:00
3 changed files with 3 additions and 4 deletions

View File

@@ -112,7 +112,7 @@ jobs:
echo ">> Remove manfiest files and rebuild from source ..." echo ">> Remove manfiest files and rebuild from source ..."
for dir in ${CHANGED_DIR}; do for dir in ${CHANGED_DIR}; do
chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/helm/$dir chart_path=${MANIFEST_DIR}/clusters/${CLUSTER}/manifests/$dir
echo ">> Removing from $chart_path ..." echo ">> Removing from $chart_path ..."
rm -rf $chart_path/* rm -rf $chart_path/*
@@ -147,7 +147,7 @@ jobs:
echo "" echo ""
echo ">> Linting helm ..." echo ">> Linting helm ..."
helm lint --namespace "$chart_name" --with-subcharts helm lint --namespace "$chart_name"
echo "" echo ""
echo ">> Rendering templates ..." echo ">> Rendering templates ..."

View File

@@ -5,7 +5,6 @@ description: Democratic CSI
keywords: keywords:
- democratic-csi-synology-iscsi - democratic-csi-synology-iscsi
- iscsi - iscsi
- storage
- kubernetes - kubernetes
home: https://wiki.alexlebens.dev/s/0cc6ba65-024b-4489-952a-fc0f647fd099 home: https://wiki.alexlebens.dev/s/0cc6ba65-024b-4489-952a-fc0f647fd099
sources: sources:

View File

@@ -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