Make test pods optional and allow image override #360

Merged
justusbunsi merged 6 commits from ooms97/helm-chart:main into main 2023-03-09 15:25:45 +00:00
Contributor

Description of the change

Make the test-connection Pod optional and override the wget container's image.

Benefits

Allows users to enable/disabled the test-connection Pod and override the wget container's image.

Possible drawbacks

Checklist

  • Parameters are documented in the values.yaml and added to the README.md using readme-generator-for-helm
  • Breaking changes are documented in the README.md
### Description of the change Make the test-connection Pod optional and override the wget container's image. ### Benefits Allows users to enable/disabled the test-connection Pod and override the wget container's image. ### Possible drawbacks <!-- Describe any known limitations with your change --> ### Checklist <!-- [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] --> - [X] Parameters are documented in the `values.yaml` and added to the `README.md` using [readme-generator-for-helm](https://github.com/bitnami-labs/readme-generator-for-helm) - [X] Breaking changes are documented in the `README.md`
ooms97 added 1 commit 2022-09-13 18:42:33 +00:00
Make test pods optional and allow image override (#1)
Co-authored-by: umer <umer.anwar@nuance.com>
Reviewed-on: ooms97/helm-chart#1
All checks were successful
continuous-integration/drone/pr Build is passing
5fbe70050f
ooms97 changed title from Make test pods optional and allow image override (#1) to Make test pods optional and allow image override 2022-09-13 18:42:40 +00:00
justusbunsi reviewed 2022-09-25 13:10:41 +00:00
values.yaml Outdated
@ -473,2 +473,4 @@
## @param checkDeprecation Set it to false to skip this basic validation check.
checkDeprecation: true
## @section Test
Member

A separate section is not necessary, IMO. Modifying the helm tests can be considered "advanced". ?

A separate section is not necessary, IMO. Modifying the helm tests can be considered "advanced". ?
Author
Contributor

Great point, changes have been added! ?

Great point, changes have been added! ?
ooms97 marked this conversation as resolved
ooms97 added 2 commits 2022-10-07 22:09:40 +00:00
ooms97 added 1 commit 2022-10-07 22:09:53 +00:00
Merge branch 'main' into main
All checks were successful
continuous-integration/drone/pr Build is passing
3fdbf12fc2
pat-s reviewed 2022-12-27 09:28:01 +00:00
@ -10,3 +11,3 @@
containers:
- name: wget
image: busybox
image: {{ .Values.test.image | default "busybox" }}
Member

Should we split this in image.name and image.tag to follow canonical conventions?

Should we split this in `image.name` and `image.tag` to follow canonical conventions?
ooms97 marked this conversation as resolved
justusbunsi added the
kind
feature
label 2023-01-14 12:54:51 +00:00
ooms97 added 2 commits 2023-02-02 21:03:41 +00:00
Add image name and image tag
All checks were successful
continuous-integration/drone/pr Build is passing
ce6b25bad0
pat-s approved these changes 2023-03-09 09:09:16 +00:00
pat-s left a comment
Member

LGTM

LGTM
Member

@justusbunsi Should we get that in if LGTM to you?

@justusbunsi Should we get that in if LGTM to you?
justusbunsi approved these changes 2023-03-09 15:25:00 +00:00
justusbunsi left a comment
Member

LGTM. Thanks for your contribution.

LGTM. Thanks for your contribution.
justusbunsi merged commit 9a6cb4d357 into main 2023-03-09 15:25:45 +00:00
Sign in to join this conversation.
No description provided.