Skip to content

Commit

Permalink
chore(chart): 버전 1.0.64에서 1.0.65로 업데이트
Browse files Browse the repository at this point in the history
fix(argocd-application.yaml): syncPolicy 조건에 percona-operator 추가
  • Loading branch information
HyunSu1768 committed Nov 11, 2024
1 parent 47bf254 commit 81f4349
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.64
version: 1.0.65
appVersion: "1.0.0"
description: Xquare application
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ spec:
repoURL: {{ .source.repoURL }}
targetRevision: HEAD
syncPolicy:
{{- if eq .name "kube-prometheus-stack" }}
{{- if or (eq .name "kube-prometheus-stack") (eq .name "percona-operator") }}
syncOptions:
- ServerSideApply=true
{{- end }}
Expand Down

0 comments on commit 81f4349

Please sign in to comment.