Skip to content

Commit

Permalink
fix image name
Browse files Browse the repository at this point in the history
  • Loading branch information
fquffio committed Apr 23, 2024
1 parent cad18b5 commit ebbeb66
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,5 @@ jobs:
config-files: ./values.yml
chart-path: chart/
namespace: moodle
values: image.tag=${{ steps.meta.outputs.tags }}
values: image.image=${{ steps.meta.outputs.tags }}
name: test
2 changes: 1 addition & 1 deletion chart/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ spec:
- name: {{ .Chart.Name }}
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
image: "{{ .Values.image.repository }}:{{ .Values.image.tag | default .Chart.AppVersion }}"
image: "{{ .Values.image.image }}"
imagePullPolicy: {{ .Values.image.pullPolicy }}
ports:
- name: http
Expand Down
1 change: 0 additions & 1 deletion values.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
fullnameOverride: 'test'

image:
repository: '709246138361.dkr.ecr.eu-west-1.amazonaws.com/moodle'
pullPolicy: Always

podEnvironment:
Expand Down

0 comments on commit ebbeb66

Please sign in to comment.