Skip to content
This repository has been archived by the owner on Jul 12, 2022. It is now read-only.

Commit

Permalink
fix build process
Browse files Browse the repository at this point in the history
Signed-off-by: Célio José dos Santos Filho <cjsantosf@gmail.com>
  • Loading branch information
celiojsf committed Feb 24, 2021
1 parent be2fcd8 commit 0490f0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/charlescd-prodrelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -347,9 +347,8 @@ jobs:
- name: Update charts
run: |
mv ./install/helm-chart/Chart.yaml ./install/helm-chart/Chart.old.yaml &&
cat ./install/helm-chart/Chart.old.yaml | grep -v appVersion | grep -v version > ./install/helm-chart/Chart.yaml &&
cat ./install/helm-chart/Chart.old.yaml | grep -v appVersion > ./install/helm-chart/Chart.yaml &&
echo -e "appVersion: ${{ steps.get_version.outputs.VERSION }}" >> ./install/helm-chart/Chart.yaml &&
echo -e "version: ${{ steps.get_version.outputs.VERSION }}" >> ./install/helm-chart/Chart.yaml &&
rm -f ./install/helm-chart/Chart.old.yaml &&
cat ./install/helm-chart/Chart.yaml
Expand Down
2 changes: 1 addition & 1 deletion install/helm-chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
containers:
- name: {{ .name }}
{{ $appEnvs | indent 10 }}
image: {{ .image.registry }}/{{ .image.application }}:{{- .image.tag | default $.Chart.Version }}
image: {{ .image.registry }}/{{ .image.application }}:{{- .image.tag | default $.Chart.AppVersion }}
imagePullPolicy: {{ .pullPolicy }}
ports:
- name: http
Expand Down

0 comments on commit 0490f0a

Please sign in to comment.