You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since a lot of the k8s-at-home charts follow a similar pattern, this library was built to reduce maintenance cost between the charts that use it and try achieve a goal of being DRY.
7
+
Since a lot of the k8s-home-lab charts follow a similar pattern, this library was built to reduce maintenance cost between the charts that use it and try achieve a goal of being DRY.
8
8
9
9
## Requirements
10
10
@@ -29,11 +29,11 @@ Include this chart as a dependency in your `Chart.yaml` e.g.
For more information, take a look at the [Docs](http://docs.k8s-at-home.com/our-helm-charts/common-library/).
36
+
For more information, take a look at the [README](https://github.com/k8s-home-lab/helm-charts/blob/master/charts/stable/common/README.md).
37
37
38
38
## Configuration
39
39
@@ -45,13 +45,13 @@ N/A
45
45
46
46
## Values
47
47
48
-
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
48
+
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/common)
49
49
50
50
| Key | Type | Default | Description |
51
51
|-----|------|---------|-------------|
52
52
| additionalContainers | object | `{}` | Specify any additional containers here as dictionary items. Each additional container should have its own key. Helm templates can be used. |
53
53
| addons | object | See below | The common chart supports several add-ons. These can be configured under this key. |
54
-
| addons.codeserver | object | See values.yaml | The common library supports adding a code-server add-on to access files. It can be configured under this key. For more info, check out [our docs](http://docs.k8s-at-home.com/our-helm-charts/common-library-add-ons/#code-server) |
54
+
| addons.codeserver | object | See values.yaml | The common library supports adding a code-server add-on to access files. It can be configured under this key. |
55
55
| addons.codeserver.args | list | `["--auth","none"]` | Set codeserver command line arguments. Consider setting --user-data-dir to a persistent location to preserve code-server setting changes |
56
56
| addons.codeserver.enabled | bool | `false` | Enable running a code-server container in the pod |
57
57
| addons.codeserver.env | object | `{}` | Set any environment variables for code-server here |
@@ -83,7 +83,7 @@ N/A
83
83
| addons.promtail.logs | list | `[]` | The paths to logs on the volume |
84
84
| addons.promtail.loki | string | `""` | The URL to Loki |
85
85
| addons.promtail.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the promtail container. At least 1 volumeMount is required! |
86
-
| addons.vpn | object | See values.yaml | The common chart supports adding a VPN add-on. It can be configured under this key. For more info, check out [our docs](http://docs.k8s-at-home.com/our-helm-charts/common-library-add-ons/#wireguard-vpn) |
86
+
| addons.vpn | object | See values.yaml | The common chart supports adding a VPN add-on. It can be configured under this key. |
87
87
| addons.vpn.args | list | `[]` | Override the args for the vpn sidecar container |
88
88
| addons.vpn.configFile | string | `nil` | Provide a customized vpn configuration file to be used by the VPN. |
89
89
| addons.vpn.configFileSecret | string | `nil` | Reference an existing secret that contains the VPN configuration file The chart expects it to be present under the `vpnConfigfile` key. |
@@ -165,7 +165,7 @@ N/A
165
165
| initContainers | object | `{}` | Specify any initContainers here as dictionary items. Each initContainer should have its own key. The dictionary item key will determine the order. Helm templates can be used. |
166
166
| lifecycle | object | `{}` | Configure the lifecycle for the main container |
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. [[ref]](http://docs.k8s-at-home.com/our-helm-charts/common-library-storage) |
168
+
| persistence | object | See below | Configure persistence for the chart here. Additional items can be added by adding a dictionary key similar to the 'config' key. |
169
169
| persistence.config | object | See below | Default persistence for configuration files. |
170
170
| persistence.config.accessMode | string | `"ReadWriteOnce"` | AccessMode for the persistent volume. Make sure to select an access mode that is supported by your storage provider! [[ref]](https://kubernetes.io/docs/concepts/storage/persistent-volumes/#access-modes) |
171
171
| persistence.config.enabled | bool | `false` | Enables or disables the persistence item |
@@ -237,6 +237,12 @@ All notable changes to this library Helm chart will be documented in this file.
237
237
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
238
238
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
239
239
240
+
### [4.5.4]
241
+
242
+
#### Fixed
243
+
244
+
- Fixed global variable merging
245
+
240
246
### [4.5.2]
241
247
242
248
#### Fixed
@@ -563,10 +569,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
563
569
564
570
## Support
565
571
566
-
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
567
-
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
568
-
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
569
-
- Join our [Discord](https://discord.gg/sTMX7Vh) community
570
-
572
+
- Open an [issue](https://github.com/k8s-home-lab/helm-charts/issues/new/choose)
571
573
----------------------------------------------
572
-
Autogenerated from chart metadata using [helm-docs v1.5.0](https://github.com/norwoodj/helm-docs/releases/v1.5.0)
574
+
Autogenerated from chart metadata using [helm-docs](https://github.com/norwoodj/helm-docs)
Copy file name to clipboardExpand all lines: charts/stable/common/README.md.gotmpl
+6-8Lines changed: 6 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
{{- define"custom.repository.organization" -}}
2
-
k8s-at-home
2
+
k8s-home-lab
3
3
{{- end -}}
4
4
5
5
{{- define"custom.repository.url" -}}
6
-
https://github.com/k8s-at-home/charts
6
+
https://github.com/k8s-home-lab/helm-charts
7
7
{{- end -}}
8
8
9
9
{{- define"custom.helm.url" -}}
10
-
https://k8s-at-home.com/charts/
10
+
https://k8s-home-lab.github.io/helm-charts/
11
11
{{- end -}}
12
12
13
13
{{- define"custom.helm.path" -}}
@@ -51,18 +51,16 @@ Read through the [values.yaml](./values.yaml) file. It has several commented out
51
51
{{- define"custom.valuesSection" -}}
52
52
## Values
53
53
54
-
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-at-home/library-charts/tree/main/charts/stable/common)
54
+
**Important**: When deploying an application Helm chart you can add more values from our common library chart [here](https://github.com/k8s-home-lab/helm-charts/tree/master/charts/stable/common)
55
55
56
56
{{ template"chart.valuesTable". }}
57
57
{{- end -}}
58
58
59
59
{{- define"custom.support" -}}
60
60
## Support
61
61
62
-
- See the [Docs](https://docs.k8s-at-home.com/our-helm-charts/getting-started/)
63
-
- Open an [issue](https://github.com/k8s-at-home/charts/issues/new/choose)
64
-
- Ask a [question](https://github.com/k8s-at-home/organization/discussions)
65
-
- Join our [Discord](https://discord.gg/sTMX7Vh) community
62
+
- See the [Docs](https://github.com/k8s-home-lab/helm-charts/blob/master/charts/stable/common/README.md)
63
+
- Open an [issue](https://github.com/k8s-home-lab/helm-charts/issues/new/choose)
0 commit comments