From 05347d1716a6ed5650ed0907b43b775bcdca7ccf Mon Sep 17 00:00:00 2001 From: "k8s-at-home[bot]" Date: Sat, 5 Feb 2022 21:55:42 +0000 Subject: [PATCH] chore: Auto-update chart README [skip ci] --- charts/stable/samba/README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/stable/samba/README.md b/charts/stable/samba/README.md index f3d2fb8f..13319ac4 100644 --- a/charts/stable/samba/README.md +++ b/charts/stable/samba/README.md @@ -1,6 +1,6 @@ # samba -![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.0.0](https://img.shields.io/badge/Version-6.0.0-informational?style=flat-square) ![AppVersion: 4.15.5](https://img.shields.io/badge/AppVersion-4.15.5-informational?style=flat-square) A simple in-cluster Samba server @@ -75,11 +75,13 @@ N/A | Key | Type | Default | Description | |-----|------|---------|-------------| -| env | object | See below | environment variables. See [image docs](https://github.com/dperson/samba/blob/master/README.md) for more details. | +| configmap.config.data | object | See values.yaml | Samba configuration. See [image documentation](https://github.com/crazy-max/docker-samba#configuration) for more information. | +| configmap.config.enabled | bool | `false` | Store samba configuration as a ConfigMap | +| env | object | See below | environment variables. See [image docs](https://github.com/crazy-max/docker-samba#environment-variables) for more details. | | env.TZ | string | `"UTC"` | Set the container timezone | | image.pullPolicy | string | `"Always"` | image pull policy | -| image.repository | string | `"dperson/samba"` | image repository | -| image.tag | string | `"latest"` | image tag | +| image.repository | string | `"ghcr.io/crazy-max/samba"` | image repository | +| image.tag | string | `"4.15.5"` | image tag | | ingress.main | object | See values.yaml | Enable and configure ingress settings for the chart under this key. | | persistence | object | See values.yaml | Configure persistence settings for the chart under this key. | | service | object | See values.yaml | Configures service settings for the chart. | @@ -94,7 +96,7 @@ N/A #### Changed -* Migrated to docker image `crazy-max/samba` in order to fix https://github.com/k8s-at-home/charts/issues/1401. +* Migrated to docker image `crazy-max/samba` in order to fix https://github.com/k8s-at-home/charts/issues/1401 #### Fixed