charts: add supprot to pull images from private registry 14/9514/1
authorJackie Huang <jackie.huang@windriver.com>
Mon, 7 Nov 2022 01:48:13 +0000 (09:48 +0800)
committerJackie Huang <jackie.huang@windriver.com>
Tue, 8 Nov 2022 08:23:46 +0000 (08:23 +0000)
commit29c0722032fdcac1eca24eb6805b97acfc954873
treefe2cef3f1b4b0797359d16835ec009ae46aeafca
parent96181683c15de77aa7105ef6f610c82e122010f6
charts: add supprot to pull images from  private registry

* Set all images in values.yaml so they can be overridden
  to pull from other private/public registry

* Set imagePullSecrets to be list to support for multible
  private registries, the one in default value is used for
  registry.local:9001 on StarlingX

* Change the default values for binaryData which can't be
  empty string, or it fails with:
  Error: unable to build kubernetes objects from release manifest: error
  validating "": error validating data: unknown object type "nil" in
  ConfigMap.binaryData.config.json

* docs: keep the o2 image name in local registry consistent
  with the upstream one:
  - nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.0
  - registry.local:9001/o-ran-sc/pti-o2imsdms:2.0.0

Issue-ID: INF-336

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Change-Id: I125f9f01661cc4618bf1d81f4e0fc59d46bb9d99
(cherry picked from commit 14fc8de3f80b6e1ab1e8351017383e99628cb8e3)
README-o2imsbuilder.md
charts/templates/deployment.yaml
charts/values.yaml
docs/installation-guide.rst