chore: specify versions in default values (#110)

* chore: specify versions in default values
Renovate should be able to keep these updated.
* Fix chart version and changelog
* Linting
This commit is contained in:
Skyler Mäntysaari 2024-11-01 07:30:41 +02:00 committed by GitHub
parent 4e89854c2f
commit 5378fcff83
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 9 additions and 8 deletions

View File

@ -10,9 +10,9 @@ sources:
- https://github.com/TeamPiped/piped-proxy
keywords:
- streaming
version: 6.0.4
version: 6.1.0
appVersion: latest
kubeVersion: ">=1.22.0-0"
kubeVersion: ">=1.26.0-0"
maintainers:
- name: samip5 # Skyler Mäntysaari
email: samip5@users.noreply.github.com
@ -28,4 +28,6 @@ dependencies:
annotations:
artifacthub.io/changes: |-
- kind: changed
description: Upgraded `postgresql` chart dependency to version 15.5.38
description: Default helm values now include current latest manifest index of the image
- kind: changed
description: Only support Kubernetes 1.26 and above.

View File

@ -35,8 +35,8 @@ frontend:
# -- image repository
repository: 1337kavin/piped-frontend
# -- image tag
# @chart.appVersion
tag:
# yamllint disable-line rule:line-length
tag: "latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504" # Manifest index
# -- image pull policy
pullPolicy: IfNotPresent
@ -111,7 +111,7 @@ backend:
repository: 1337kavin/piped
# -- image tag
# @chart.appVersion
tag:
tag: "latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8" # Manifest index
# -- image pull policy
pullPolicy: IfNotPresent
@ -142,8 +142,7 @@ ytproxy:
# -- image repository
repository: 1337kavin/piped-proxy
# -- image tag
# @chart.appVersion
tag:
tag: "latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd" # Manifest index
# -- image pull policy
pullPolicy: IfNotPresent