Skip to content

Commit

Permalink
fix wiring of values files
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeljguarino committed Feb 5, 2024
1 parent bebf941 commit 55fe56c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/workloads/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ apiVersion: v2
name: workloads
description: a wrapper for defining arbitrary configurable workloads
type: application
version: 0.1.4
version: 0.1.5
appVersion: "1.16.0"
2 changes: 1 addition & 1 deletion charts/workloads/templates/_cron.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
version: "0.x.x"
chart: cron
valuesFiles:
- {{ .name }}.cron.values.yaml
- {{ .name }}.cron.yaml
repository:
namespace: infra
name: workloads
Expand Down
2 changes: 1 addition & 1 deletion charts/workloads/templates/_postgres.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ spec:
version: "0.x.x"
chart: postgres
valuesFiles:
- {{ .name }}.postgres.values.yaml
- {{ .name }}.postgres.yaml
repository:
namespace: infra
name: workloads
Expand Down
2 changes: 1 addition & 1 deletion charts/workloads/templates/_webapp.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ spec:
version: "0.x.x"
chart: webapp
valuesFiles:
- {{ .name }}.webapp.values.yaml
- {{ .name }}.webapp.yaml
repository:
namespace: infra
name: workloads
Expand Down

0 comments on commit 55fe56c

Please sign in to comment.