Skip to content

Commit

Permalink
fix secret labels typo,update karpor charts version
Browse files Browse the repository at this point in the history
  • Loading branch information
wujunwei committed Jan 24, 2025
1 parent 30d37fe commit d8ceb3b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/karpor/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: karpor
version: 0.7.0
version: 0.7.1
type: application
appVersion: 0.6.0
description: A modern kubernetes visualization tool (Karpor).
Expand Down
2 changes: 1 addition & 1 deletion charts/karpor/templates/karpor-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ kind: Secret
metadata:
name: karpor-auth
namespace: {{ .Values.namespace }}
labesl: {{- include "karpor.labels" (dict "context" . "component" .Values.server.name) | nindent 4 }}
labels: {{- include "karpor.labels" (dict "context" . "component" .Values.server.name) | nindent 4 }}
type: Opaque
data:
aiAuthToken: {{ .Values.server.ai.authToken | b64enc | quote }}
Expand Down

0 comments on commit d8ceb3b

Please sign in to comment.