Skip to content

Commit ea4ac3f

Browse files
committed
Fix: ArgoCD 정상화 ..4
ArgoCD에서 OutofSync 에러 나는 중 kustomize와 helm을 같이 사용하면서 복잡한 에러가 뜨는것 같아 간소화하기 위해 kustomize를 제거하기로 결정 Related to: #15
1 parent 284159f commit ea4ac3f

File tree

2 files changed

+1
-27
lines changed

2 files changed

+1
-27
lines changed

.github/workflows/union.yaml

Lines changed: 1 addition & 25 deletions
Original file line numberDiff line numberDiff line change
@@ -124,28 +124,4 @@ jobs:
124124
with:
125125
charts_dir: charts
126126
env:
127-
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
128-
129-
# update-kustomization:
130-
# needs: bump-version-and-release-charts
131-
# runs-on: ubuntu-latest
132-
# steps:
133-
# - name: Checkout
134-
# uses: actions/checkout@v3
135-
# with:
136-
# ref: release
137-
#
138-
# - name: Configure Git
139-
# run: |
140-
# git config --local user.email "ksw6125000@naver.com"
141-
# git config --local user.name "Sean-creative"
142-
#
143-
# - name: Update kustomization version
144-
# run: |
145-
# cd kustomize
146-
# NEW_VERSION=${{ needs.bump-version-and-release-charts.outputs.new-version }}
147-
# sed -i "/jsvill-charts/,/version:/s/version: .*/version: $NEW_VERSION/" kustomization.yaml
148-
# git pull origin release
149-
# git add kustomization.yaml
150-
# git commit -m "Update jsvill-charts version to $NEW_VERSION"
151-
# git push origin HEAD
127+
CR_TOKEN: "${{ secrets.CR_TOKEN }}"

charts/jsvill-chart/Chart.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
apiVersion: v2
22
name: jsvill-charts-umbrella
3-
description: A Helm chart for Kubernetes
43
version: 0.0.71
5-
appVersion: "1.0"
64
dependencies:
75
- name: kube-prometheus-stack
86
version: 58.4.0

0 commit comments

Comments
 (0)