Uploaded image for project: 'Application Authorization Framework'
  1. Application Authorization Framework
  2. AAF-859

Images hardcoded in AAF helm deployment yamls

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: High High
    • El Alto Release
    • Dublin Release, El Alto Release

      Most teams define docker images using an "image:" parameter in the values.yaml, like:

      • charts/aaf-sms/values.yaml:image: onap/aaf/sms:4.0.1

      However, some of AAF's images are hardcoded directly in the deployment.yaml, like:

      • charts/aaf-cass/templates/deployment.yaml: image: {{ .Values.global.repository }}/onap/aaf/aaf_cass:{
        Unknown macro: {.Values.global.aaf.imageVersion}

        }

      The latter makes it impossible to override the image specification using a helm override file.

      Please change all instances of the latter to the former, where the full image and tag specification is put in the values.yaml so that they can be overridden as needed.

            instrumental instrumental
            gwu gwu
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: