Commit 5378fcf 1 parent 4e89854 commit 5378fcf Copy full SHA for 5378fcf
File tree 2 files changed +9
-8
lines changed
2 files changed +9
-8
lines changed Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ sources:
10
10
- https://github.com/TeamPiped/piped-proxy
11
11
keywords :
12
12
- streaming
13
- version : 6.0.4
13
+ version : 6.1.0
14
14
appVersion : latest
15
- kubeVersion : " >=1.22 .0-0"
15
+ kubeVersion : " >=1.26 .0-0"
16
16
maintainers :
17
17
- name : samip5 # Skyler Mäntysaari
18
18
email : samip5@users.noreply.github.com
@@ -28,4 +28,6 @@ dependencies:
28
28
annotations :
29
29
artifacthub.io/changes : |-
30
30
- 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.
Original file line number Diff line number Diff line change @@ -35,8 +35,8 @@ frontend:
35
35
# -- image repository
36
36
repository : 1337kavin/piped-frontend
37
37
# -- image tag
38
- # @chart.appVersion
39
- tag :
38
+ # yamllint disable-line rule:line-length
39
+ tag : " latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504 " # Manifest index
40
40
# -- image pull policy
41
41
pullPolicy : IfNotPresent
42
42
@@ -111,7 +111,7 @@ backend:
111
111
repository : 1337kavin/piped
112
112
# -- image tag
113
113
# @chart.appVersion
114
- tag :
114
+ tag : " latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8 " # Manifest index
115
115
# -- image pull policy
116
116
pullPolicy : IfNotPresent
117
117
@@ -142,8 +142,7 @@ ytproxy:
142
142
# -- image repository
143
143
repository : 1337kavin/piped-proxy
144
144
# -- image tag
145
- # @chart.appVersion
146
- tag :
145
+ tag : " latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd" # Manifest index
147
146
# -- image pull policy
148
147
pullPolicy : IfNotPresent
149
148
You can’t perform that action at this time.
0 commit comments