Skip to content

Commit

Permalink
Fix: ArgoCD 정상화 ..4
Browse files Browse the repository at this point in the history
ArgoCD에서 OutofSync 에러 나는 중

kustomize와 helm을 같이 사용하면서 복잡한 에러가 뜨는것 같아

간소화하기 위해 kustomize를 제거하기로 결정

Related to: #15
  • Loading branch information
Sean-creative committed May 7, 2024
1 parent 284159f commit ea4ac3f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 27 deletions.
26 changes: 1 addition & 25 deletions .github/workflows/union.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,28 +124,4 @@ jobs:
with:
charts_dir: charts
env:
CR_TOKEN: "${{ secrets.CR_TOKEN }}"

# update-kustomization:
# needs: bump-version-and-release-charts
# runs-on: ubuntu-latest
# steps:
# - name: Checkout
# uses: actions/checkout@v3
# with:
# ref: release
#
# - name: Configure Git
# run: |
# git config --local user.email "[email protected]"
# git config --local user.name "Sean-creative"
#
# - name: Update kustomization version
# run: |
# cd kustomize
# NEW_VERSION=${{ needs.bump-version-and-release-charts.outputs.new-version }}
# sed -i "/jsvill-charts/,/version:/s/version: .*/version: $NEW_VERSION/" kustomization.yaml
# git pull origin release
# git add kustomization.yaml
# git commit -m "Update jsvill-charts version to $NEW_VERSION"
# git push origin HEAD
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
2 changes: 0 additions & 2 deletions charts/jsvill-chart/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
apiVersion: v2
name: jsvill-charts-umbrella
description: A Helm chart for Kubernetes
version: 0.0.71
appVersion: "1.0"
dependencies:
- name: kube-prometheus-stack
version: 58.4.0
Expand Down

0 comments on commit ea4ac3f

Please sign in to comment.