diff --git a/charts/pictshare/Chart.yaml b/charts/pictshare/Chart.yaml index c8c6dd7e6..815b98044 100644 --- a/charts/pictshare/Chart.yaml +++ b/charts/pictshare/Chart.yaml @@ -6,7 +6,7 @@ icon: https://camo.githubusercontent.com/6efdab1c63d518fafc5e735001c5ed45e7cbd49 type: application version: 0.4.1 # renovate datasource=docker depName=hascheksolutions/pictshare -appVersion: 72394f17 +appVersion: 74ccf9f6 kubeVersion: ">=1.22.0-0" keywords: - pictshare @@ -22,9 +22,5 @@ sources: - https://github.com/HaschekSolutions/pictshare annotations: artifacthub.io/changes: |- - - kind: added - description: Add example ingress values - - kind: added - description: Add example persistence values - kind: changed - description: Retain persistent volumes by default + description: Update hascheksolutions/pictshare Docker tag to 74ccf9f6 diff --git a/charts/pictshare/README.md b/charts/pictshare/README.md index 30d6dad81..42fc594d0 100644 --- a/charts/pictshare/README.md +++ b/charts/pictshare/README.md @@ -4,7 +4,7 @@ ![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 72394f17](https://img.shields.io/badge/AppVersion-72394f17-informational?style=flat) +![AppVersion: 74ccf9f6](https://img.shields.io/badge/AppVersion-74ccf9f6-informational?style=flat) PictShare is an open source image, mp4, pastebin hosting service with a simple resizing and upload API that you can host yourself. @@ -86,7 +86,7 @@ N/A | env | object | See [values.yaml](./values.yaml). | environment variables. [[ref]](https://github.com/HaschekSolutions/pictshare/blob/master/rtfm/CONFIG.md) | | image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | image.repository | string | `"hascheksolutions/pictshare"` | image repository | -| image.tag | string | `"72394f17"` | image tag | +| image.tag | string | `"74ccf9f6"` | image tag | | ingress.main | object | See [values.yaml](./values.yaml) | Enable and configure ingress settings for the chart under this key. | | persistence.data | object | See [values.yaml](./values.yaml) | Configure persistence settings for the chart under this key. | | podSecurityContext.fsGroup | int | `100` | Volume group permissions | diff --git a/charts/pictshare/values.yaml b/charts/pictshare/values.yaml index 67508b833..7d4b87cde 100644 --- a/charts/pictshare/values.yaml +++ b/charts/pictshare/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 72394f17 + tag: 74ccf9f6 controller: # -- Set the controller upgrade strategy