File tree Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Expand file tree Collapse file tree 2 files changed +1
-27
lines changed Original file line number Diff line number Diff line change @@ -124,28 +124,4 @@ jobs:
124
124
with :
125
125
charts_dir : charts
126
126
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 }}"
Original file line number Diff line number Diff line change 1
1
apiVersion : v2
2
2
name : jsvill-charts-umbrella
3
- description : A Helm chart for Kubernetes
4
3
version : 0.0.71
5
- appVersion : " 1.0"
6
4
dependencies :
7
5
- name : kube-prometheus-stack
8
6
version : 58.4.0
You can’t perform that action at this time.
0 commit comments