Skip to content

Commit

Permalink
fix incorrect summary service image name
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesamcl committed Aug 19, 2024
1 parent aed56f8 commit 3038ad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion k8chart/templates/grebi-summary-service-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
claimName: {{ .Release.Name }}-summary-service-pvc
containers:
- name: summary-service
image: ghcr.io/ebispot/grebi_summary_service_service:{{.Values.imageTag}}
image: ghcr.io/ebispot/grebi_summary_service:{{.Values.imageTag}}
volumeMounts:
- mountPath: "/data"
name: {{ .Release.Name }}-summary-service-storage
Expand Down

0 comments on commit 3038ad1

Please sign in to comment.