Commit 3ab814d
committed
[SPARK-52210] Fix
### 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 #217 from dongjoon-hyun/SPARK-52210.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>watched-namespaces E2E test1 parent cefebaf commit 3ab814d
File tree
2 files changed
+2
-2
lines changed- tests/e2e/watched-namespaces
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
0 commit comments