Skip to content

Commit

Permalink
Update chart version and add mongodb sync policy
Browse files Browse the repository at this point in the history
  • Loading branch information
HyunSu1768 committed Aug 27, 2024
1 parent 52b21cb commit a3613bc
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/xquare-application/Chart.yaml
Original file line number Diff line number Diff line change
@@ -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
9 changes: 9 additions & 0 deletions charts/xquare-application/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a3613bc

Please sign in to comment.