Skip to content

Commit

Permalink
⬆️ Update hascheksolutions/pictshare Docker tag to 74ccf9f6
Browse files Browse the repository at this point in the history
  • Loading branch information
gabe565 committed Mar 28, 2023
1 parent 37837f2 commit 5ed7a1f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
8 changes: 2 additions & 6 deletions charts/pictshare/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
4 changes: 2 additions & 2 deletions charts/pictshare/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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 |
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: 72394f17
tag: 74ccf9f6

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

0 comments on commit 5ed7a1f

Please sign in to comment.