Skip to content

Commit 3f558d8

Browse files
committed
fix: revert our helm chart publisher action
1 parent 105357a commit 3f558d8

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.github/workflows/release-please.yaml

+4-3
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,10 @@ jobs:
3838
steps:
3939
- uses: actions/checkout@v4
4040
- name: Publish Helm charts
41-
uses: helm/[email protected]
42-
env:
43-
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
41+
uses: stefanprodan/helm-gh-pages@master
42+
with:
43+
token: ${{ secrets.GITHUB_TOKEN }}
44+
4445
publish_to_pypi:
4546
name: Publishes tag to pypi
4647
runs-on: ubuntu-latest

charts/gitops/templates/deployment.yml

+1
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ spec:
4242
memory: "750Mi"
4343
limits:
4444
memory: "1500Mi"
45+
4546
envFrom:
4647
- configMapRef:
4748
name: {{ .Release.Name }}-environment

0 commit comments

Comments
 (0)