Uploaded image for project: 'ONAP Operations Manager'
  1. ONAP Operations Manager
  2. OOM-2906

Policy DB Migrator container definition does not use repositoryGenerator

XMLWordPrintable

    • Hide

      in kubernetes/policy/templates/job.yaml the image definition is:

            containers:
            - name: {{ include "common.release" . }}-policy-galera-db-migrator
              image: {{ .Values.repository }}/{{ .Values.dbmigrator.image }}
              imagePullPolicy: {{ .Values.global.pullPolicy | default .Values.pullPolicy }}

      But the image definition should use the repositoryGenerator to update the repository to the settings given in the global overrides:

              image:{{ include "repositoryGenerator.repository" . }}/{{ .Values.dbmigrator.image }}
      
      Show
      in kubernetes/policy/templates/job.yaml the image definition is:       containers:       - name: {{ include  "common.release"  . }}-policy-galera-db-migrator         image: {{ .Values.repository }}/{{ .Values.dbmigrator.image }}        imagePullPolicy: {{ .Values.global.pullPolicy |  default  .Values.pullPolicy }} But the image definition should use the repositoryGenerator to update the repository to the settings given in the global overrides:         image:{{ include  "repositoryGenerator.repository"  . }}/{{ .Values.dbmigrator.image }}

          andreasgeissler Andreas Geissler
          andreasgeissler Andreas Geissler
          Votes:
          0 Vote for this issue
          Watchers:
          1 Start watching this issue

            Created:
            Updated:
            Resolved: