Skip to content

Commit cf1167c

Browse files
committed
fix: update StatefulSet file path in update workflow
1 parent e71c30a commit cf1167c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/update-statefulset-version.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
id: check-versions
4343
working-directory: kbve-repo
4444
run: |
45-
STATEFULSET_FILE="kbve/apps/kube/realtime/manifests/realtime-statefulset.yaml"
45+
STATEFULSET_FILE="apps/kube/realtime/manifests/realtime-statefulset.yaml"
4646
4747
# Debug: Check if file exists
4848
if [ ! -f "$STATEFULSET_FILE" ]; then
@@ -104,7 +104,7 @@ jobs:
104104
run: |
105105
NEW_VERSION="${{ steps.check-versions.outputs.new_version }}"
106106
BRANCH_NAME="${{ steps.check-pr.outputs.branch_name }}"
107-
STATEFULSET_FILE="kbve/apps/kube/realtime/manifests/realtime-statefulset.yaml"
107+
STATEFULSET_FILE="apps/kube/realtime/manifests/realtime-statefulset.yaml"
108108
109109
# Debug: Check if file exists
110110
if [ ! -f "$STATEFULSET_FILE" ]; then

0 commit comments

Comments
 (0)