diff --git a/charts/hub-customers/Chart.yaml b/charts/hub-customers/Chart.yaml index 4def0d3..05ce971 100644 --- a/charts/hub-customers/Chart.yaml +++ b/charts/hub-customers/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: 0.1.0 +version: 0.1.1 # 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/hub-customers/templates/migrate.yaml b/charts/hub-customers/templates/migrate.yaml index 61fab93..07267ca 100644 --- a/charts/hub-customers/templates/migrate.yaml +++ b/charts/hub-customers/templates/migrate.yaml @@ -23,7 +23,7 @@ spec: imagePullPolicy: {{ .pullPolicy }} image: "{{ .repository }}:{{ .tag }}" {{- end }} - command: ["bin/migration"] + command: ["/usr/local/bin/migration"] args: ["-u", "$(DATABASE_URL)"] env: - name: DATABASE_URL