From 2cd4228195031b3b0aa0e96f005f645a5b66042f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 17:40:15 +0000 Subject: [PATCH 1/2] fix(docker-image): update docuseal/docuseal docker tag to v1.6.4 | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | docker | docuseal/docuseal | 1.6.3 | 1.6.4 | --- 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 411094a9..96b3c66d 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.6.3@sha256:53145ecea177ce35c113cbfa230357bfda54273372cc5a391489b88825288612" + tag: "1.6.4@sha256:0de80ed873a731f9c54165ef94faa927adad78ebc04fb1a97b0e4225d96b7c14" # -- image pull policy pullPolicy: IfNotPresent From 13b85e6aaca82fb39b689bdb7686737a3243502c Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Tue, 9 Jul 2024 10:06:24 +0400 Subject: [PATCH 2/2] chore: bump chart version --- charts/apps/docuseal/Chart.yaml | 6 +++--- charts/apps/docuseal/README.md | 4 ++-- docs/charts/docuseal.md | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/apps/docuseal/Chart.yaml b/charts/apps/docuseal/Chart.yaml index 4bc3946c..2b156b52 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.6.3 + description: update docuseal/docuseal docker tag to v1.6.4 apiVersion: v2 -appVersion: "v1.6.3" +appVersion: "v1.6.4" 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.37.0 +version: 1.38.0 diff --git a/charts/apps/docuseal/README.md b/charts/apps/docuseal/README.md index edc4b291..b0ae75d9 100644 --- a/charts/apps/docuseal/README.md +++ b/charts/apps/docuseal/README.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.37.0](https://img.shields.io/badge/Version-1.37.0-informational?style=flat-square) ![AppVersion: v1.6.3](https://img.shields.io/badge/AppVersion-v1.6.3-informational?style=flat-square) +![Version: 1.38.0](https://img.shields.io/badge/Version-1.38.0-informational?style=flat-square) ![AppVersion: v1.6.4](https://img.shields.io/badge/AppVersion-v1.6.4-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.6.3@sha256:53145ecea177ce35c113cbfa230357bfda54273372cc5a391489b88825288612"` | image tag | +| image.tag | string | `"1.6.4@sha256:0de80ed873a731f9c54165ef94faa927adad78ebc04fb1a97b0e4225d96b7c14"` | 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/docs/charts/docuseal.md b/docs/charts/docuseal.md index edc4b291..b0ae75d9 100644 --- a/docs/charts/docuseal.md +++ b/docs/charts/docuseal.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.37.0](https://img.shields.io/badge/Version-1.37.0-informational?style=flat-square) ![AppVersion: v1.6.3](https://img.shields.io/badge/AppVersion-v1.6.3-informational?style=flat-square) +![Version: 1.38.0](https://img.shields.io/badge/Version-1.38.0-informational?style=flat-square) ![AppVersion: v1.6.4](https://img.shields.io/badge/AppVersion-v1.6.4-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.6.3@sha256:53145ecea177ce35c113cbfa230357bfda54273372cc5a391489b88825288612"` | image tag | +| image.tag | string | `"1.6.4@sha256:0de80ed873a731f9c54165ef94faa927adad78ebc04fb1a97b0e4225d96b7c14"` | 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. |