From a3613bc2ce11a0e21e5a2464213207064aa69206 Mon Sep 17 00:00:00 2001 From: HyunSu1768 Date: Tue, 27 Aug 2024 14:36:38 +0900 Subject: [PATCH] Update chart version and add mongodb sync policy --- 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 839f18b3..4079ec5f 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.59 +version: 1.0.60 appVersion: "1.0.0" description: Xquare application diff --git a/charts/xquare-application/values.yaml b/charts/xquare-application/values.yaml index 0cd5f46b..022343c7 100644 --- a/charts/xquare-application/values.yaml +++ b/charts/xquare-application/values.yaml @@ -152,6 +152,15 @@ projects: source: path: apps/kafka-operator repoURL: https://github.com/team-xquare/k8s-resource.git + syncPolicy: + automated: + prune: false + selfHeal: true + - name: mongodb + namespace: mongodb + source: + path: apps/mongodb + repoURL: https://github.com/team-xquare/k8s-resource.git syncPolicy: automated: prune: false