fix chart and github workflow (#27)

Signed-off-by: galal-hussein <hussein.galal.ahmed.11@gmail.com>
This commit is contained in:
Hussein Galal
2023-02-03 13:41:24 +02:00
committed by GitHub
parent eb4e5dd099
commit a299353eca
3 changed files with 5 additions and 8 deletions
+2
View File
@@ -23,10 +23,12 @@ jobs:
- name: Install Helm
uses: azure/setup-helm@v3
GITHUB_TOKEN: ${{ secrets.TOKEN }}
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.5.0
with:
charts_dir: charts
config: config.yaml
env:
CR_TOKEN: "${{ secrets.TOKEN }}"
+3
View File
@@ -0,0 +1,3 @@
release-name-template: {{ .Name }}-Chart-{{ .Version }}
git-base-url: https://api.github.com/
git-upload-url: https://uploads.github.com/
-8
View File
@@ -23,12 +23,4 @@ spec:
- containerPort: 8080
name: https
protocol: TCP
livenessProbe:
httpGet:
path: /
port: https
readinessProbe:
httpGet:
path: /
port: https
serviceAccountName: {{ include "k3k.serviceAccountName" . }}