Skip to content

Commit

Permalink
chore(server): use chart-name on container prefix instead of previous…
Browse files Browse the repository at this point in the history
… values setup
  • Loading branch information
levivannoort committed Aug 26, 2023
1 parent ede838f commit 644c6b5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion server/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: server
description: A Helm chart for the server component of Amplication

type: application
version: 2.0.0
version: 2.0.1
appVersion: "0.0.0"

sources:
Expand Down
2 changes: 1 addition & 1 deletion server/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ spec:
securityContext:
{{- toYaml .Values.podSecurityContext | nindent 8 }}
initContainers:
- name: "{{ .Values.name }}-migrate"
- name: "{{ .Chart.Name }}-migrate"
image: "{{ .Values.image.name }}:{{ .Values.image.tag }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
command: ["/bin/sh"]
Expand Down

0 comments on commit 644c6b5

Please sign in to comment.