diff --git a/charts/fission-all/templates/post-install-job.yaml b/charts/fission-all/templates/post-install-job.yaml index 7f660114..68b51a98 100644 --- a/charts/fission-all/templates/post-install-job.yaml +++ b/charts/fission-all/templates/post-install-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "fullname" . }} + name: {{ template "fullname" . }}-{{ .Chart.Version }} 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-core/templates/post-install-job.yaml b/charts/fission-core/templates/post-install-job.yaml index 7f660114..68b51a98 100644 --- a/charts/fission-core/templates/post-install-job.yaml +++ b/charts/fission-core/templates/post-install-job.yaml @@ -2,7 +2,7 @@ apiVersion: batch/v1 kind: Job metadata: - name: {{ template "fullname" . }} + name: {{ template "fullname" . }}-{{ .Chart.Version }} 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.