Commit 13cf357
authored
Fixed helm unit tests and database docker build (#653)
# Summary
* Bumped helm version as recent update of helm's unittest plugin stopped
working with helm 3.17.
* Fixed building of mongodb-enterprise-database image. `net-snmp` and
`net-snmp-agent-libs` caused problems. Upon a closer look those are
unnecessary according to
[docs](https://www.mongodb.com/docs/v8.0/tutorial/install-mongodb-enterprise-on-red-hat-tarball/#prerequisites).
## Proof of Work
[Passing helm
tests](https://spruce.mongodb.com/task/__lsierant_fix_database_docker_unit_tests_unit_tests_helm_patch_2bf57afa4dc1576938f614c3d4d13b4755daef2b_6943b7f80745bf000705a8b7_25_12_18_08_14_50/logs?execution=0)
[Passing mongodb-kubernetes-database
build](https://spruce.mongodb.com/task/__lsierant_fix_database_docker_init_test_run_build_database_image_ubi_patch_2bf57afa4dc1576938f614c3d4d13b4755daef2b_6943b7f80745bf000705a8b7_25_12_18_08_14_50/logs?execution=0)1 parent 2bf57af commit 13cf357
File tree
5 files changed
+18
-8
lines changed- docker/mongodb-kubernetes-database
- scripts
- dev
- contexts
- evergreen
5 files changed
+18
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
300 | 300 | | |
301 | 301 | | |
302 | 302 | | |
303 | | - | |
304 | | - | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
305 | 308 | | |
306 | 309 | | |
307 | 310 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
35 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
38 | 43 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
| 156 | + | |
| 157 | + | |
| 158 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | | - | |
28 | | - | |
| 27 | + | |
29 | 28 | | |
30 | 29 | | |
31 | 30 | | |
| |||
0 commit comments