From 3f6faacaa12837456cc9d549571b74d9029ba9d2 Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Fri, 14 Mar 2025 15:34:09 -0500 Subject: [PATCH] change dir --- .gitea/workflows/release-charts-cloudflared.yml | 1 + .gitea/workflows/release-charts-generic-device-plugin.yml | 1 + .gitea/workflows/release-charts-postgres-cluster.yml | 1 + 3 files changed, 3 insertions(+) diff --git a/.gitea/workflows/release-charts-cloudflared.yml b/.gitea/workflows/release-charts-cloudflared.yml index 442ec29..9bc15da 100644 --- a/.gitea/workflows/release-charts-cloudflared.yml +++ b/.gitea/workflows/release-charts-cloudflared.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml) diff --git a/.gitea/workflows/release-charts-generic-device-plugin.yml b/.gitea/workflows/release-charts-generic-device-plugin.yml index 6cd428d..f1ddd0c 100644 --- a/.gitea/workflows/release-charts-generic-device-plugin.yml +++ b/.gitea/workflows/release-charts-generic-device-plugin.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml) diff --git a/.gitea/workflows/release-charts-postgres-cluster.yml b/.gitea/workflows/release-charts-postgres-cluster.yml index acc48ce..beb0afd 100644 --- a/.gitea/workflows/release-charts-postgres-cluster.yml +++ b/.gitea/workflows/release-charts-postgres-cluster.yml @@ -41,6 +41,7 @@ jobs: - name: Extract Chart Metadata run: | + cd charts/generic-device-plugin CHART_VERSION=$(yq '.version' Chart.yaml) CHART_NAME=$(yq '.name' Chart.yaml)