From f2beaca430a6f89c7fca31ad4221bd0070437460 Mon Sep 17 00:00:00 2001 From: "R. P. Taylor" <1686627+rptaylor@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:31:10 -0800 Subject: [PATCH] ARA: Fix resource definition Signed-off-by: Ryan Taylor <1686627+rptaylor@users.noreply.github.com> --- charts/ara/Chart.yaml | 2 +- charts/ara/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/ara/Chart.yaml b/charts/ara/Chart.yaml index 4e1e94b..e35b51e 100644 --- a/charts/ara/Chart.yaml +++ b/charts/ara/Chart.yaml @@ -14,4 +14,4 @@ name: ara sources: - https://github.com/ansible-community/ara - https://github.com/lib42/charts -version: 0.4.1 +version: 0.4.2 diff --git a/charts/ara/templates/deployment.yaml b/charts/ara/templates/deployment.yaml index 7c9a227..109d646 100644 --- a/charts/ara/templates/deployment.yaml +++ b/charts/ara/templates/deployment.yaml @@ -31,7 +31,7 @@ spec: {{- end }} {{- if $.Values.resources }} resources: - {{- toYaml $.Values.resources | nindent 8 }} + {{- toYaml $.Values.resources | nindent 10 }} {{- end }} {{- if $.Values.envFromSecret }} envFrom: