From 4bf089520355b534277bd44b1c79225d476d6257 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 10:57:00 +0000 Subject: [PATCH 1/2] fix(docker-image): update docuseal/docuseal docker tag to v1.2.2 | datasource | package | from | to | | ---------- | ----------------- | ----- | ----- | | docker | docuseal/docuseal | 1.2.1 | 1.2.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 d0e099f4..2c9e602d 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.2.1@sha256:261ff77fdcae08308955b9eb6d0b275116241b0bd4a58c6e847debf9437d1c8f" + tag: "1.2.2@sha256:e022f62c2cc7400e82164c075c7c9285998bc25e4be68b744c189b6fa8162f25" # -- image pull policy pullPolicy: IfNotPresent From 3f4f67d91dd4b682d6cbe936806500f19830660c Mon Sep 17 00:00:00 2001 From: Zakhar Bessarab Date: Mon, 9 Oct 2023 20:25:47 +0400 Subject: [PATCH 2/2] chore: bump chart version --- charts/apps/docuseal/Chart.yaml | 6 +++--- charts/apps/docuseal/README.md | 4 ++-- charts/apps/paperless/README.md | 2 +- charts/library/common/README.md | 2 +- docs/charts/docuseal.md | 4 ++-- docs/charts/paperless.md | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/charts/apps/docuseal/Chart.yaml b/charts/apps/docuseal/Chart.yaml index 3614a9b3..715f6e94 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.2.1 + description: update docuseal/docuseal docker tag to v1.2.2 apiVersion: v2 -appVersion: "v1.2.1" +appVersion: "v1.2.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/charts/tree/master/charts/apps/docuseal -version: 1.13.0 +version: 1.14.0 diff --git a/charts/apps/docuseal/README.md b/charts/apps/docuseal/README.md index 17a50454..e82c549d 100644 --- a/charts/apps/docuseal/README.md +++ b/charts/apps/docuseal/README.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) +![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![AppVersion: v1.2.2](https://img.shields.io/badge/AppVersion-v1.2.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.2.1@sha256:261ff77fdcae08308955b9eb6d0b275116241b0bd4a58c6e847debf9437d1c8f"` | image tag | +| image.tag | string | `"1.2.2@sha256:e022f62c2cc7400e82164c075c7c9285998bc25e4be68b744c189b6fa8162f25"` | 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/paperless/README.md b/charts/apps/paperless/README.md index a715fcce..d1465a4a 100644 --- a/charts/apps/paperless/README.md +++ b/charts/apps/paperless/README.md @@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | postgresql | 12.x | -| https://charts.bitnami.com/bitnami | redis | 18.0.x | +| https://charts.bitnami.com/bitnami | redis | 18.1.x | | https://zekker6.github.io/helm-charts | common | 0.4.3 | ## TL;DR diff --git a/charts/library/common/README.md b/charts/library/common/README.md index d2fce044..dda3f1d7 100644 --- a/charts/library/common/README.md +++ b/charts/library/common/README.md @@ -82,7 +82,7 @@ N/A | addons.codeserver.git.deployKeySecret | string | `""` | Existing secret containing SSH private key The chart expects it to be present under the `id_rsa` key. | | addons.codeserver.image.pullPolicy | string | `"IfNotPresent"` | Specify the code-server image pull policy | | addons.codeserver.image.repository | string | `"ghcr.io/coder/code-server"` | Specify the code-server image | -| addons.codeserver.image.tag | string | `"4.16.1"` | Specify the code-server image tag | +| addons.codeserver.image.tag | string | `"4.17.1"` | Specify the code-server image tag | | addons.codeserver.ingress.enabled | bool | `false` | Enable an ingress for the code-server add-on. | | addons.codeserver.ingress.ingressClassName | string | `nil` | Set the ingressClass that is used for this ingress. Requires Kubernetes >=1.19 | | addons.codeserver.service.enabled | bool | `true` | Enable a service for the code-server add-on. | diff --git a/docs/charts/docuseal.md b/docs/charts/docuseal.md index 17a50454..e82c549d 100644 --- a/docs/charts/docuseal.md +++ b/docs/charts/docuseal.md @@ -1,6 +1,6 @@ # docuseal -![Version: 1.13.0](https://img.shields.io/badge/Version-1.13.0-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) +![Version: 1.14.0](https://img.shields.io/badge/Version-1.14.0-informational?style=flat-square) ![AppVersion: v1.2.2](https://img.shields.io/badge/AppVersion-v1.2.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.2.1@sha256:261ff77fdcae08308955b9eb6d0b275116241b0bd4a58c6e847debf9437d1c8f"` | image tag | +| image.tag | string | `"1.2.2@sha256:e022f62c2cc7400e82164c075c7c9285998bc25e4be68b744c189b6fa8162f25"` | 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/paperless.md b/docs/charts/paperless.md index a715fcce..d1465a4a 100644 --- a/docs/charts/paperless.md +++ b/docs/charts/paperless.md @@ -21,7 +21,7 @@ Kubernetes: `>=1.16.0-0` | Repository | Name | Version | |------------|------|---------| | https://charts.bitnami.com/bitnami | postgresql | 12.x | -| https://charts.bitnami.com/bitnami | redis | 18.0.x | +| https://charts.bitnami.com/bitnami | redis | 18.1.x | | https://zekker6.github.io/helm-charts | common | 0.4.3 | ## TL;DR