diff --git a/apps/kakfa-operator/Chart.yaml b/apps/kakfa-operator/Chart.yaml new file mode 100644 index 00000000..63fa9308 --- /dev/null +++ b/apps/kakfa-operator/Chart.yaml @@ -0,0 +1,9 @@ +apiVersion: v2 +name: kafka-operator +description: Kafka Operator +type: application +version: 1.0.0 +dependencies: + - name: strimzi-kafka-operator + version: 0.41.0 + repository: https://strimzi.io/charts/ diff --git a/charts/xquare-application/Chart.yaml b/charts/xquare-application/Chart.yaml index 91bd0931..008cdb81 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.55 +version: 1.0.56 appVersion: "1.0.0" description: Xquare application diff --git a/charts/xquare-application/values.yaml b/charts/xquare-application/values.yaml index 81716cb8..0cd5f46b 100644 --- a/charts/xquare-application/values.yaml +++ b/charts/xquare-application/values.yaml @@ -143,6 +143,15 @@ projects: source: path: apps/gocd repoURL: https://github.com/team-xquare/k8s-resource.git + syncPolicy: + automated: + prune: false + selfHeal: true + - name: kafka-operator + namespace: kafka + source: + path: apps/kafka-operator + repoURL: https://github.com/team-xquare/k8s-resource.git syncPolicy: automated: prune: false