Automated Manifest Update: 2025-11-30 #2154

Closed
gitea-bot wants to merge 42 commits from auto/update-manifests-1764545295 into manifests
Showing only changes of commit 5bad734c75 - Show all commits

View File

@@ -35,7 +35,7 @@ jobs:
for cluster in $CLUSTERS; do
mkdir -p ${{ gitea.workspace }}/clusters/$cluster/manifests
for chart_path in clusters/$cluster/helm/*; do
for chart_path in ${{ gitea.workspace }}/clusters/$cluster/helm/*; do
chart_name=$(basename "$chart_path")
echo ">> Rendering chart: $chart_name"
@@ -87,7 +87,7 @@ jobs:
labels: |
manifests
automated
add-paths: "clusters/*/rendered-manifests/"
add-paths: "clusters/*/manifests/"
- name: ntfy Created
uses: niniyas/ntfy-action@master