From 4f1589dfaa67070b94260f43cb1314e7616d6d02 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Fri, 23 Feb 2024 15:47:11 +0900 Subject: [PATCH] =?UTF-8?q?feat=20::=20kubecost=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- charts/xquare-application/Chart.yaml | 2 +- charts/xquare-application/values.yaml | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/charts/xquare-application/Chart.yaml b/charts/xquare-application/Chart.yaml index 9ebf019a..fd49572a 100644 --- a/charts/xquare-application/Chart.yaml +++ b/charts/xquare-application/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v2 type: application name: xquare-application -version: 1.0.28 +version: 1.0.29 appVersion: "1.0.0" description: Xquare application diff --git a/charts/xquare-application/values.yaml b/charts/xquare-application/values.yaml index eb89d73c..14a83c6c 100644 --- a/charts/xquare-application/values.yaml +++ b/charts/xquare-application/values.yaml @@ -125,6 +125,15 @@ projects: source: path: apps/vault-secret-operator repoURL: https://github.com/team-xquare/k8s-resource.git + syncPolicy: + automated: + prune: false + selfHeal: true + - name: kubecost + namespace: kubecost + source: + path: apps/kubecost + repoURL: https://github.com/team-xquare/k8s-resource.git syncPolicy: automated: prune: false