Skip to content

Commit

Permalink
Bugfixes and improvements (#38)
Browse files Browse the repository at this point in the history
* fixed #36
* added comment about secrets to kubetail chart
* bumped version number
  • Loading branch information
amorey authored May 2, 2024
1 parent 1869e51 commit 5d18b18
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion charts/kubetail/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ keywords:
- private
- realtime
type: application
version: 0.4.2
version: 0.4.3
appVersion: "0.4.5"
home: https://github.com/kubetail-org/kubetail
maintainers:
Expand Down
3 changes: 3 additions & 0 deletions charts/kubetail/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ After you've installed the repo you can create a new release from the `kubetail/
helm install kubetail kubetail/kubetail --namespace kubetail --create-namespace
```

By default, the chart will autogenerate the required secrets (`KUBETAIL_CSRF_SECRET`, `KUBETAIL_SESSION_SECRET`) and
store them in a kubernetes Secret to be used on subsequent upgrades.

## Upgrade

First make sure helm has the latest version of the `kubetail` repo:
Expand Down
2 changes: 1 addition & 1 deletion charts/kubetail/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,6 @@ Kubetail config
addr: :{{ .Values.kubetail.podTemplate.port }}
auth-mode: {{ .Values.kubetail.authMode }}
{{- with .Values.kubetail.config }}
{{- tpl . . | nindent 0 }}
{{- tpl . $ | nindent 0 }}
{{- end }}
{{- end }}

0 comments on commit 5d18b18

Please sign in to comment.