Skip to content

Commit 3ab814d

Browse files
committed
[SPARK-52210] Fix watched-namespaces E2E test
### What changes were proposed in this pull request? This PR aims to fix `watched-namespaces` E2E test. ### Why are the changes needed? To match Helm chart version. **AFTER** ``` $ git grep 1.1.0-dev build-tools/helm/spark-kubernetes-operator/Chart.yaml:version: 1.1.0-dev tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml: helm.sh/chart: spark-kubernetes-operator-1.1.0-dev tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml: helm.sh/chart: spark-kubernetes-operator-1.1.0-dev ``` ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#217 from dongjoon-hyun/SPARK-52210. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent cefebaf commit 3ab814d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

tests/e2e/watched-namespaces/spark-operator-dynamic-config-1.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ metadata:
2929
app.kubernetes.io/managed-by: Helm
3030
app.kubernetes.io/name: spark-kubernetes-operator
3131
app.kubernetes.io/version: 0.3.0-SNAPSHOT
32-
helm.sh/chart: spark-kubernetes-operator-0.3.0-SNAPSHOT
32+
helm.sh/chart: spark-kubernetes-operator-1.1.0-dev
3333
name: spark-kubernetes-operator-dynamic-configuration
3434
namespace: default

tests/e2e/watched-namespaces/spark-operator-dynamic-config-2.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ metadata:
2929
app.kubernetes.io/managed-by: Helm
3030
app.kubernetes.io/name: spark-kubernetes-operator
3131
app.kubernetes.io/version: 0.3.0-SNAPSHOT
32-
helm.sh/chart: spark-kubernetes-operator-0.3.0-SNAPSHOT
32+
helm.sh/chart: spark-kubernetes-operator-1.1.0-dev
3333
name: spark-kubernetes-operator-dynamic-configuration
3434
namespace: default

0 commit comments

Comments
 (0)