Skip to content

Commit

Permalink
Merge pull request #47 from ruquanzhao/supportKarporSigningKey
Browse files Browse the repository at this point in the history
feat: support signing key in karpor server
  • Loading branch information
elliotxx authored Aug 21, 2024
2 parents f1ad6c2 + 6a1db3c commit 1d20217
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/karpor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
apiVersion: v2
name: karpor
# The Chart Version
version: 0.6.2
version: 0.6.3
type: application
# The Application Version in the Chart
appVersion: 0.4.8
appVersion: 0.4.9
description: A Helm chart for Karpor, a modern kubernetes visualization tool.
home: https://github.com/KusionStack/karpor
icon: https://kusionstack.io/karpor/assets/logo/logo.svg
Expand Down
1 change: 1 addition & 0 deletions charts/karpor/templates/karpor-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ spec:
- --etcd-servers=http://etcd.{{ .Values.namespace }}.svc:{{ .Values.etcd.port }}
- --secure-port={{ .Values.server.port }}
- --client-ca-file=/etc/karpor/ca.crt
- --service-account-signing-key-file=/etc/karpor/ca.key
command:
- /karpor
image: {{ include "karpor.realImage" (dict "context" . "repo" .Values.server.image.repo "tag" .Values.server.image.tag "needV" (not (hasPrefix "v" .Values.server.image.tag))) }}
Expand Down

0 comments on commit 1d20217

Please sign in to comment.