diff --git a/charts/apps/docuseal/Chart.yaml b/charts/apps/docuseal/Chart.yaml index 8d2f78db..d1a584da 100644 --- a/charts/apps/docuseal/Chart.yaml +++ b/charts/apps/docuseal/Chart.yaml @@ -1,9 +1,9 @@ annotations: artifacthub.io/changes: |- - kind: changed - description: update docuseal/docuseal docker tag to v1.8.1 + description: update docuseal/docuseal docker tag to v1.8.2 apiVersion: v2 -appVersion: "v1.8.1" +appVersion: "v1.8.2" dependencies: - name: common repository: https://zekker6.github.io/helm-charts @@ -24,4 +24,4 @@ name: docuseal sources: - https://github.com/docusealco/docuseal - https://github.com/zekker6/helm-charts/tree/master/charts/apps/docuseal -version: 1.51.0 +version: 1.52.0 diff --git a/charts/apps/docuseal/README.md b/charts/apps/docuseal/README.md index 58a467b1..cd5c3701 100644 --- a/charts/apps/docuseal/README.md +++ b/charts/apps/docuseal/README.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.51.0](https://img.shields.io/badge/Version-1.51.0-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square) +![Version: 1.52.0](https://img.shields.io/badge/Version-1.52.0-informational?style=flat-square) ![AppVersion: v1.8.2](https://img.shields.io/badge/AppVersion-v1.8.2-informational?style=flat-square) docuseal helm package @@ -79,7 +79,7 @@ N/A | env | object | See below | environment variables. See more environment variables in the [docuseal documentation](https://github.com/docusealco/docuseal). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docuseal/docuseal"` | image repository | -| image.tag | string | `"1.8.1@sha256:683adef7d2ef614b012b25143a7f0ac79910e790d5b8481a8f964ca6ce2a6f4b"` | image tag | +| image.tag | string | `"1.8.2@sha256:d967e9908e52d4072e9df253d96ed1c73a3008cfdbd0f5d15857d23b849a69f0"` | 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. | diff --git a/charts/apps/docuseal/values.yaml b/charts/apps/docuseal/values.yaml index 8444e82b..5a6456d9 100644 --- a/charts/apps/docuseal/values.yaml +++ b/charts/apps/docuseal/values.yaml @@ -2,7 +2,7 @@ image: # -- image repository repository: docuseal/docuseal # -- image tag - tag: "1.8.1@sha256:683adef7d2ef614b012b25143a7f0ac79910e790d5b8481a8f964ca6ce2a6f4b" + tag: "1.8.2@sha256:d967e9908e52d4072e9df253d96ed1c73a3008cfdbd0f5d15857d23b849a69f0" # -- image pull policy pullPolicy: IfNotPresent diff --git a/charts/library/common/README.md b/charts/library/common/README.md index 85ee3505..ca20d5f1 100644 --- a/charts/library/common/README.md +++ b/charts/library/common/README.md @@ -100,7 +100,7 @@ N/A | addons.promtail.env | object | `{}` | Set any environment variables for promtail here | | addons.promtail.image.pullPolicy | string | `"IfNotPresent"` | Specify the promtail image pull policy | | addons.promtail.image.repository | string | `"docker.io/grafana/promtail"` | Specify the promtail image | -| addons.promtail.image.tag | string | `"3.3.0"` | Specify the promtail image tag | +| addons.promtail.image.tag | string | `"3.3.1"` | Specify the promtail image tag | | addons.promtail.logs | list | `[]` | The paths to logs on the volume | | addons.promtail.loki | string | `""` | The URL to Loki | | addons.promtail.volumeMounts | list | `[]` | Specify a list of volumes that get mounted in the promtail container. At least 1 volumeMount is required! | diff --git a/docs/charts/docuseal.md b/docs/charts/docuseal.md index 58a467b1..cd5c3701 100644 --- a/docs/charts/docuseal.md +++ b/docs/charts/docuseal.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.51.0](https://img.shields.io/badge/Version-1.51.0-informational?style=flat-square) ![AppVersion: v1.8.1](https://img.shields.io/badge/AppVersion-v1.8.1-informational?style=flat-square) +![Version: 1.52.0](https://img.shields.io/badge/Version-1.52.0-informational?style=flat-square) ![AppVersion: v1.8.2](https://img.shields.io/badge/AppVersion-v1.8.2-informational?style=flat-square) docuseal helm package @@ -79,7 +79,7 @@ N/A | env | object | See below | environment variables. See more environment variables in the [docuseal documentation](https://github.com/docusealco/docuseal). | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"docuseal/docuseal"` | image repository | -| image.tag | string | `"1.8.1@sha256:683adef7d2ef614b012b25143a7f0ac79910e790d5b8481a8f964ca6ce2a6f4b"` | image tag | +| image.tag | string | `"1.8.2@sha256:d967e9908e52d4072e9df253d96ed1c73a3008cfdbd0f5d15857d23b849a69f0"` | 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. |