I'm developing new features for SDNC and am creating a docker image to test the code. SDNC interacts with other ONAP components, so I want to install the test docker image into ONAP rather than the "official" image at nexus3.onap.org. I can push the experimental image to docker hub so it's available in a repository. I tried to do this in a stand-alone installation of just the SDNC image, and it worked by adding these parameters to its values.yaml file.
image: repository: <image-name> tag: <image-tag> pullPolicy: IfNotPresent imageCredentials: name: docker-hub registry: index.docker.io/v1 username: <username> password: <password> My question is how to modify the sdnc/values.yaml file so the experimental image is pulled for sdnc-portal and all other containers are unchanged? Also, once the chart is updated, is this the correct command sequence to install the updated chart? helm deploy demo local/onap --namespace onap -f ~/integration-override.yaml --set sdnc.enabled=false helm deploy demo local/onap --namespace onap -f ~/integration-override.yaml --set sdnc.enabled=true Any guidance would be greatly appreciated. Thanks, George -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#12580): https://lists.onap.org/g/onap-discuss/message/12580 Mute This Topic: https://lists.onap.org/mt/25845186/21656 Group Owner: [email protected] Unsubscribe: https://lists.onap.org/g/onap-discuss/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
