Skip to content

Commit

Permalink
Merge pull request #89 from GiganticMinecraft:disable-initial-auto-sync
Browse files Browse the repository at this point in the history
feat: ArgoCDの初回のauto-applyを無効化する
  • Loading branch information
kory33 authored Mar 20, 2022
2 parents c60b9c9 + 8c80db9 commit a677668
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion helm-charts/proxy-k8s-argo-cd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: proxy-k8s-argo-cd
version: 1.0.6
version: 1.0.7
dependencies:
- name: argo-cd
version: 4.2.0
Expand Down
3 changes: 0 additions & 3 deletions helm-charts/proxy-k8s-argo-cd/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ argocd:
path: proxy-kubernetes/argocd-apps
repoURL: https://github.com/GiganticMinecraft/seichi_infra
targetRevision: HEAD
syncPolicy:
automated:
prune: true

additionalProjects:
- name: argocd
Expand Down
2 changes: 1 addition & 1 deletion proxy-kubernetes/argocd-apps/argo-cd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ spec:
source:
chart: proxy-k8s-argo-cd
repoURL: https://giganticminecraft.github.io/seichi_infra
targetRevision: 1.0.6
targetRevision: 1.0.7
helm:
releaseName: proxy-k8s-argo-cd
values: |
Expand Down

0 comments on commit a677668

Please sign in to comment.