You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### 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.
Closesapache#217 from dongjoon-hyun/SPARK-52210.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
0 commit comments