[CONTRIB] Use proper image for netbox provision job 23/107923/2
authorKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 19 May 2020 21:50:11 +0000 (23:50 +0200)
committerKrzysztof Opasiak <k.opasiak@samsung.com>
Tue, 26 May 2020 16:09:33 +0000 (16:09 +0000)
commit7e601f5427ae014170c2705dc78bd91e0808c46f
tree979ecfe27c8883fa023d49df768c091c42effe64
parentdf31a724d919b39183df702f970ba4968c09d44e
[CONTRIB] Use proper image for netbox provision job

netbox was using readiness image to run its job. This is not the
proper usage of this image and recently it started failing because
bash is no longer available in this image.

As the script does not containt bash-specific construcitons let's
change the image to curl one and just use whatever shell is there.

Issue-ID: OOM-2406
Signed-off-by: Krzysztof Opasiak <k.opasiak@samsung.com>
Change-Id: I0cc99c6d8fe0dbe59ee982d255753d149fcdd3eb
kubernetes/contrib/components/netbox/charts/netbox-app/resources/config/provisioning/provision.sh
kubernetes/contrib/components/netbox/charts/netbox-app/templates/job.yaml
kubernetes/contrib/components/netbox/charts/netbox-app/values.yaml