Skip to content

Commit

Permalink
chore(deps): update hascheksolutions/pictshare digest to 19d7cb06
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Sep 3, 2023
1 parent 9467055 commit ce2385c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
8 changes: 3 additions & 5 deletions charts/pictshare/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
8 changes: 4 additions & 4 deletions charts/pictshare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@

<img src="https://raw.githubusercontent.com/gabe565/charts/main/charts/pictshare/icon.svg" align="right" width="92" alt="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:** <https://charts.gabe565.com/charts/pictshare/>

**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

Expand Down Expand Up @@ -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 |
Expand Down
2 changes: 1 addition & 1 deletion charts/pictshare/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
# -- image pull policy
pullPolicy: IfNotPresent
# -- image tag
tag: 74ccf9f6
tag: 19d7cb06

controller:
# -- Set the controller upgrade strategy
Expand Down

0 comments on commit ce2385c

Please sign in to comment.