diff --git a/charts/fission-all/templates/analytics/post-install-job.yaml b/charts/fission-all/templates/analytics/post-install-job.yaml index 97dfc3a5..ad49a3bd 100644 --- a/charts/fission-all/templates/analytics/post-install-job.yaml +++ b/charts/fission-all/templates/analytics/post-install-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "fullname" . }}-{{ .Chart.Version }} + name: {{ template "fullname" . }}-{{ .Chart.Version }}-post-install labels: # The "release" convention makes it easy to tie a release to all of the # Kubernetes resources that were created as part of that release. diff --git a/charts/fission-all/templates/analytics/post-upgrade-job.yaml b/charts/fission-all/templates/analytics/post-upgrade-job.yaml index b90cc1b8..16ba41b6 100644 --- a/charts/fission-all/templates/analytics/post-upgrade-job.yaml +++ b/charts/fission-all/templates/analytics/post-upgrade-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "fullname" . }}-{{ .Chart.Version }} + name: {{ template "fullname" . }}-{{ .Chart.Version }}-post-upgrade labels: # The "release" convention makes it easy to tie a release to all of the # Kubernetes resources that were created as part of that release.