Skip to content

Commit

Permalink
Merge pull request #354 from zekker6/renovate/docuseal-docuseal-1.x
Browse files Browse the repository at this point in the history
fix(docker-image): update docuseal/docuseal docker tag to v1.4.4
  • Loading branch information
zekker6 committed Feb 24, 2024
2 parents 0bde509 + 7e62535 commit 37d3e10
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions charts/apps/docuseal/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
annotations:
artifacthub.io/changes: |-
- kind: changed
description: update https://github.com/zekker6/helm-charts/tree/main/charts/library/common to 0.5.0
description: update docuseal/docuseal docker tag to v1.4.4
apiVersion: v2
appVersion: "v1.4.3"
appVersion: "v1.4.4"
dependencies:
- name: common
repository: https://zekker6.github.io/helm-charts
Expand All @@ -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.26.0
version: 1.27.0
4 changes: 2 additions & 2 deletions charts/apps/docuseal/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docuseal

![Version: 1.26.0](https://img.shields.io/badge/Version-1.26.0-informational?style=flat-square) ![AppVersion: v1.4.3](https://img.shields.io/badge/AppVersion-v1.4.3-informational?style=flat-square)
![Version: 1.27.0](https://img.shields.io/badge/Version-1.27.0-informational?style=flat-square) ![AppVersion: v1.4.4](https://img.shields.io/badge/AppVersion-v1.4.4-informational?style=flat-square)

docuseal helm package

Expand Down Expand Up @@ -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.4.3@sha256:66d3b608e57b04ee8f864167c1377cf0e0ea718cf55c53fb0ae8c15de51aef34"` | image tag |
| image.tag | string | `"1.4.4@sha256:440a925543f7e4baeabe3026100b6deba9c122f580d0f9e00f6aab9aebf4bf8f"` | 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. |
Expand Down
2 changes: 1 addition & 1 deletion charts/apps/docuseal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ image:
# -- image repository
repository: docuseal/docuseal
# -- image tag
tag: "1.4.3@sha256:66d3b608e57b04ee8f864167c1377cf0e0ea718cf55c53fb0ae8c15de51aef34"
tag: "1.4.4@sha256:440a925543f7e4baeabe3026100b6deba9c122f580d0f9e00f6aab9aebf4bf8f"
# -- image pull policy
pullPolicy: IfNotPresent

Expand Down
4 changes: 2 additions & 2 deletions docs/charts/docuseal.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# docuseal

![Version: 1.26.0](https://img.shields.io/badge/Version-1.26.0-informational?style=flat-square) ![AppVersion: v1.4.3](https://img.shields.io/badge/AppVersion-v1.4.3-informational?style=flat-square)
![Version: 1.27.0](https://img.shields.io/badge/Version-1.27.0-informational?style=flat-square) ![AppVersion: v1.4.4](https://img.shields.io/badge/AppVersion-v1.4.4-informational?style=flat-square)

docuseal helm package

Expand Down Expand Up @@ -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.4.3@sha256:66d3b608e57b04ee8f864167c1377cf0e0ea718cf55c53fb0ae8c15de51aef34"` | image tag |
| image.tag | string | `"1.4.4@sha256:440a925543f7e4baeabe3026100b6deba9c122f580d0f9e00f6aab9aebf4bf8f"` | 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. |
Expand Down

0 comments on commit 37d3e10

Please sign in to comment.