From d4335ba53ad9d0529eb37512bbe6ca19342195dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 18:12:52 +0000 Subject: [PATCH 1/2] fix(docker-image): update docuseal/docuseal docker tag to v1.8.2 | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | docker | docuseal/docuseal | 1.8.1 | 1.8.2 | --- charts/apps/docuseal/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 From a1dec5dbf2d7c47e5c9bf702881c886cd5a4fca5 Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 9 Dec 2024 19:21:05 -0300 Subject: [PATCH 2/2] chore: bump chart version --- charts/apps/docuseal/Chart.yaml | 6 +++--- charts/apps/docuseal/README.md | 4 ++-- charts/library/common/README.md | 2 +- docs/charts/docuseal.md | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) 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/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. |