Skip to content

Commit

Permalink
Fix chart reference used for development
Browse files Browse the repository at this point in the history
  • Loading branch information
pvannierop committed Oct 22, 2024
1 parent 3b4f43e commit ac48595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helmfile.d/10-services.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ releases:
- {{ .Values.radar_appserver_postgresql | toYaml | indent 8 | trim }}

- name: radar-appserver
chart: ../../radar-helm-charts/charts/radar-appserver
chart: radar/radar-appserver
version: {{ .Values.radar_appserver._chart_version }}
installed: {{ .Values.radar_appserver._install }}
timeout: {{ add .Values.base_timeout .Values.radar_appserver._extra_timeout }}
Expand Down

0 comments on commit ac48595

Please sign in to comment.