From ce2385ceb3a5e21175f8e6013d78635723a1b90f Mon Sep 17 00:00:00 2001 From: Gabe Cook Date: Sun, 3 Sep 2023 00:46:23 -0500 Subject: [PATCH] chore(deps): update hascheksolutions/pictshare digest to 19d7cb06 --- charts/pictshare/Chart.yaml | 8 +++----- charts/pictshare/README.md | 8 ++++---- charts/pictshare/values.yaml | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/charts/pictshare/Chart.yaml b/charts/pictshare/Chart.yaml index 00a5ba99a..af54108c6 100644 --- a/charts/pictshare/Chart.yaml +++ b/charts/pictshare/Chart.yaml @@ -4,9 +4,9 @@ description: PictShare is an open source image, mp4, pastebin hosting service wi home: https://charts.gabe565.com/charts/pictshare/ icon: https://raw.githubusercontent.com/gabe565/charts/main/charts/pictshare/icon.svg type: application -version: 0.6.1 +version: 0.6.2 # renovate datasource=docker depName=ghcr.io/hascheksolutions/pictshare -appVersion: 74ccf9f6 +appVersion: 19d7cb06 kubeVersion: ">=1.22.0-0" keywords: - pictshare @@ -22,9 +22,7 @@ sources: annotations: artifacthub.io/changes: |- - kind: changed - description: Update common Helm release to v1.5.1 - - kind: added - description: Add OCI install docs + description: Update haschecksolutions/pictshare digest to 19d7cb06 artifacthub.io/links: |- - name: App Source url: https://github.com/HaschekSolutions/pictshare diff --git a/charts/pictshare/README.md b/charts/pictshare/README.md index da247a4a1..fe57e4c68 100644 --- a/charts/pictshare/README.md +++ b/charts/pictshare/README.md @@ -2,16 +2,16 @@ pictshare logo -![Version: 0.6.1](https://img.shields.io/badge/Version-0.6.1-informational?style=flat) +![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat) -![AppVersion: 74ccf9f6](https://img.shields.io/badge/AppVersion-74ccf9f6-informational?style=flat) +![AppVersion: 19d7cb06](https://img.shields.io/badge/AppVersion-19d7cb06-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. **Homepage:** **This chart is not maintained by the upstream project and any issues with the chart should be raised -[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=pictshare&version=0.6.1)** +[here](https://github.com/gabe565/charts/issues/new?assignees=gabe565&labels=bug&template=bug_report.yaml&name=pictshare&version=0.6.2)** ## Source Code @@ -88,7 +88,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 | `"ghcr.io/hascheksolutions/pictshare"` | image repository | -| image.tag | string | `"74ccf9f6"` | image tag | +| image.tag | string | `"19d7cb06"` | 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 3eb0095e4..bd0e2dcb8 100644 --- a/charts/pictshare/values.yaml +++ b/charts/pictshare/values.yaml @@ -11,7 +11,7 @@ image: # -- image pull policy pullPolicy: IfNotPresent # -- image tag - tag: 74ccf9f6 + tag: 19d7cb06 controller: # -- Set the controller upgrade strategy