diff --git a/charts/mautic/Chart.yaml b/charts/mautic/Chart.yaml index 0b53695..eb6367b 100644 --- a/charts/mautic/Chart.yaml +++ b/charts/mautic/Chart.yaml @@ -18,7 +18,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 5.1.79 +version: 5.1.80 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/mautic/templates/job.yaml b/charts/mautic/templates/job.yaml index 8278176..1385387 100644 --- a/charts/mautic/templates/job.yaml +++ b/charts/mautic/templates/job.yaml @@ -4,13 +4,13 @@ metadata: name: {{ include "mautic.fullname" . }}-install-{{ now | unixEpoch }} labels: {{- include "mautic.labels" . | nindent 4 }} - mautic/process: install + process: install spec: template: metadata: labels: {{- include "mautic.labels" . | nindent 8 }} - mautic/process: install + process: install spec: enableServiceLinks: false containers: