This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/spark-kubernetes-operator.git
The following commit(s) were added to refs/heads/main by this push:
new 74ab08f [SPARK-49362][FOLLOWUP] Remove `build-tools/helm/` from the
path
74ab08f is described below
commit 74ab08f676b3082cda08c48c46a22cb70b3a0d4f
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Thu Aug 22 17:05:28 2024 -0700
[SPARK-49362][FOLLOWUP] Remove `build-tools/helm/` from the path
### What changes were proposed in this pull request?
This is a follow-up to fix the HelmChart snapshot CI by removing
`build-tools/helm/` prefix.
### Why are the changes needed?
The prefix is not required since we changed the directory.
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #96 from dongjoon-hyun/SPARK-49362-2.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/publish_snapshot_chart.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish_snapshot_chart.yml
b/.github/workflows/publish_snapshot_chart.yml
index 42680a9..d659695 100644
--- a/.github/workflows/publish_snapshot_chart.yml
+++ b/.github/workflows/publish_snapshot_chart.yml
@@ -38,7 +38,7 @@ jobs:
- name: Build Chart
run: |
cd build-tools/helm
- sed -i 's/repository: /repository: apache\//'
build-tools/helm/spark-kubernetes-operator/values.yaml
+ sed -i 's/repository: /repository: apache\//'
spark-kubernetes-operator/values.yaml
sed -i 's/tag: .*$/tag: main-snapshot/'
spark-kubernetes-operator/values.yaml
mkdir -p tmp/charts
helm package spark-kubernetes-operator -d tmp/charts --app-version
main-snapshot
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]