-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ArgoCD에서 OutofSync 에러 나는 중 kustomize와 helm을 같이 사용하면서 복잡한 에러가 뜨는것 같아 간소화하기 위해 kustomize를 제거하기로 결정 Related to: #15
- Loading branch information
1 parent
284159f
commit ea4ac3f
Showing
2 changed files
with
1 addition
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters