Skip to content

Commit a786344

Browse files
authored
bump chart (#104)
1 parent ce72dab commit a786344

2 files changed

Lines changed: 6 additions & 4 deletions

File tree

deploy/charts/kedge-hub/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kedge-hub
33
description: Kedge Hub - multi-tenant edge control plane (kcp + kedge-hub)
44
type: application
5-
version: 0.0.1
6-
appVersion: "v0.0.1"
5+
version: v0.0.4
6+
appVersion: "v0.0.4"
77
home: https://github.com/faroshq/faros-kedge
88
sources:
99
- https://github.com/faroshq/faros-kedge

deploy/charts/kedge-hub/templates/NOTES.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,12 @@ To access the hub locally:
1616

1717
{{- end }}
1818

19-
{{- if .Values.hub.staticAuthToken }}
19+
{{- if .Values.hub.staticAuthTokens }}
2020

2121
Login (static token):
22-
kedge login --hub-url {{ .Values.hub.hubExternalURL | default "https://<hub-external-url>" }} --token {{ .Values.hub.staticAuthToken }} {{ if or .Values.hub.tls.selfSigned.enabled .Values.hub.devMode }}--insecure-skip-tls-verify{{ end }}
22+
kedge login --hub-url {{ .Values.hub.hubExternalURL | default "https://<hub-external-url>" }} --token <your-static-token> {{ if or .Values.hub.tls.selfSigned.enabled .Values.hub.devMode }}--insecure-skip-tls-verify{{ end }}
23+
24+
{{ len .Values.hub.staticAuthTokens }} static token(s) configured.
2325

2426
{{- else }}
2527

0 commit comments

Comments
 (0)