Skip to content

Commit

Permalink
fix resources (#114)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored Jul 12, 2022
1 parent 23ec511 commit d91b56b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/visual-regression-tracker/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ home: https://visual-regression-tracker.com
sources:
- https://github.com/Visual-Regression-Tracker/Visual-Regression-Tracker
type: application
version: 0.2.0
version: 0.2.1
appVersion: "4.20.4"
maintainers:
- name: monotek
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
path: /health
port: api
resources:
{{- toYaml .Values.ui.resources | nindent 12 }}
{{- toYaml .Values.api.resources | nindent 12 }}
volumeMounts:
- name: {{ template "visual-regression-tracker.fullname" . }}
mountPath: /imageUploads
Expand Down

0 comments on commit d91b56b

Please sign in to comment.