Skip to content

Commit 6b55f6e

Browse files
committed
Update templated files to rev 4d34c64 (#28)
Automatically created PR based on commit 4d34c64fa4a312b1b1bd5d06e801a8268b5d64e3 in stackabletech/operator-templating repo. Triggered by: Daily run triggered
1 parent de594cd commit 6b55f6e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ env:
1919
RUSTFLAGS: "-D warnings"
2020
RUSTDOCFLAGS: "-D warnings"
2121
RUST_LOG: "info"
22+
OPERATOR_NAME: "spark-k8s-operator"
2223
PRODUCT_NAME: "spark-k8s"
2324
DEV_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-dev
2425
TEST_REPO_HELM_URL: https://repo.stackable.tech/repository/helm-test
@@ -321,7 +322,7 @@ jobs:
321322

322323
# Package and publish charts
323324
- name: Package Chart
324-
run: mkdir -p target/helm && helm package --destination target/helm deploy/helm/${{ env.PRODUCT_NAME }}-operator
325+
run: mkdir -p target/helm && helm package --destination target/helm deploy/helm/${{ env.OPERATOR_NAME }}
325326
- name: Build Docker image
326327
if: env.NEXUS_PASSWORD != null # pragma: allowlist secret
327328
run: make docker

0 commit comments

Comments
 (0)