Skip to content

Commit 5378fcf

Browse files
authored
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
1 parent 4e89854 commit 5378fcf

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

charts/apps/piped/Chart.yaml

+5-3
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ sources:
1010
- https://github.com/TeamPiped/piped-proxy
1111
keywords:
1212
- streaming
13-
version: 6.0.4
13+
version: 6.1.0
1414
appVersion: latest
15-
kubeVersion: ">=1.22.0-0"
15+
kubeVersion: ">=1.26.0-0"
1616
maintainers:
1717
- name: samip5 # Skyler Mäntysaari
1818
email: samip5@users.noreply.github.com
@@ -28,4 +28,6 @@ dependencies:
2828
annotations:
2929
artifacthub.io/changes: |-
3030
- kind: changed
31-
description: Upgraded `postgresql` chart dependency to version 15.5.38
31+
description: Default helm values now include current latest manifest index of the image
32+
- kind: changed
33+
description: Only support Kubernetes 1.26 and above.

charts/apps/piped/values.yaml

+4-5
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ frontend:
3535
# -- image repository
3636
repository: 1337kavin/piped-frontend
3737
# -- image tag
38-
# @chart.appVersion
39-
tag:
38+
# yamllint disable-line rule:line-length
39+
tag: "latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504" # Manifest index
4040
# -- image pull policy
4141
pullPolicy: IfNotPresent
4242

@@ -111,7 +111,7 @@ backend:
111111
repository: 1337kavin/piped
112112
# -- image tag
113113
# @chart.appVersion
114-
tag:
114+
tag: "latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8" # Manifest index
115115
# -- image pull policy
116116
pullPolicy: IfNotPresent
117117

@@ -142,8 +142,7 @@ ytproxy:
142142
# -- image repository
143143
repository: 1337kavin/piped-proxy
144144
# -- image tag
145-
# @chart.appVersion
146-
tag:
145+
tag: "latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd" # Manifest index
147146
# -- image pull policy
148147
pullPolicy: IfNotPresent
149148

0 commit comments

Comments
 (0)