diff --git a/charts/workloads/Chart.yaml b/charts/workloads/Chart.yaml index cf49c14..336fcb5 100644 --- a/charts/workloads/Chart.yaml +++ b/charts/workloads/Chart.yaml @@ -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" diff --git a/charts/workloads/templates/_cron.tpl b/charts/workloads/templates/_cron.tpl index a75cd07..58c1b35 100644 --- a/charts/workloads/templates/_cron.tpl +++ b/charts/workloads/templates/_cron.tpl @@ -21,7 +21,7 @@ spec: version: "0.x.x" chart: cron valuesFiles: - - {{ .name }}.cron.values.yaml + - {{ .name }}.cron.yaml repository: namespace: infra name: workloads diff --git a/charts/workloads/templates/_postgres.tpl b/charts/workloads/templates/_postgres.tpl index 0b5f0f2..3a1e09b 100644 --- a/charts/workloads/templates/_postgres.tpl +++ b/charts/workloads/templates/_postgres.tpl @@ -20,7 +20,7 @@ spec: version: "0.x.x" chart: postgres valuesFiles: - - {{ .name }}.postgres.values.yaml + - {{ .name }}.postgres.yaml repository: namespace: infra name: workloads diff --git a/charts/workloads/templates/_webapp.tpl b/charts/workloads/templates/_webapp.tpl index f0ca33b..f8341db 100644 --- a/charts/workloads/templates/_webapp.tpl +++ b/charts/workloads/templates/_webapp.tpl @@ -21,7 +21,7 @@ spec: version: "0.x.x" chart: webapp valuesFiles: - - {{ .name }}.webapp.values.yaml + - {{ .name }}.webapp.yaml repository: namespace: infra name: workloads