diff --git a/.ci/repo-config.yaml b/.ci/repo-config.yaml index 64bc02e..237ee6b 100644 --- a/.ci/repo-config.yaml +++ b/.ci/repo-config.yaml @@ -1,3 +1,4 @@ -excluded-charts-lint: [] - -excluded-charts-install: [] +excluded-charts-lint: + - chart1 +excluded-charts-install: + - chart2 diff --git a/charts/apps/piped/Chart.lock b/charts/apps/piped/Chart.lock new file mode 100644 index 0000000..060b4cb --- /dev/null +++ b/charts/apps/piped/Chart.lock @@ -0,0 +1,9 @@ +dependencies: +- name: common + repository: https://bjw-s.github.io/helm-charts + version: 1.5.1 +- name: postgresql + repository: https://charts.bitnami.com/bitnami + version: 15.5.38 +digest: sha256:23bd168fe9b8d24e9dfe2174e36ee05c5a2600e27a717b47afb228868e9bf3bc +generated: "2024-11-01T07:19:54.013986522+02:00" diff --git a/charts/apps/piped/Chart.yaml b/charts/apps/piped/Chart.yaml index 3f122ef..707b4f4 100644 --- a/charts/apps/piped/Chart.yaml +++ b/charts/apps/piped/Chart.yaml @@ -10,7 +10,7 @@ sources: - https://github.com/TeamPiped/piped-proxy keywords: - streaming -version: 6.1.0 +version: 6.1.1 appVersion: latest kubeVersion: ">=1.26.0-0" maintainers: @@ -28,6 +28,4 @@ dependencies: annotations: artifacthub.io/changes: |- - kind: changed - description: Default helm values now include current latest manifest index of the image - - kind: changed - description: Only support Kubernetes 1.26 and above. + description: Updated readme diff --git a/charts/apps/piped/README.md b/charts/apps/piped/README.md index a9b4bc6..abb9ea3 100644 --- a/charts/apps/piped/README.md +++ b/charts/apps/piped/README.md @@ -1,6 +1,6 @@ # piped -![Version: 6.0.4](https://img.shields.io/badge/Version-6.0.4-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) +![Version: 6.1.0](https://img.shields.io/badge/Version-6.1.0-informational?style=flat-square) ![AppVersion: latest](https://img.shields.io/badge/AppVersion-latest-informational?style=flat-square) Piped is an alternative privacy-friendly YouTube frontend which is efficient by design. @@ -12,7 +12,7 @@ Piped is an alternative privacy-friendly YouTube frontend which is efficient by ## Requirements -Kubernetes: `>=1.22.0-0` +Kubernetes: `>=1.26.0-0` ## Dependencies @@ -45,7 +45,7 @@ The following table contains an overview of available values and their descripti | backend.enabled | bool | `true` | | | backend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | backend.image.repository | string | `"1337kavin/piped"` | image repository | -| backend.image.tag | string | `nil` | image tag @chart.appVersion | +| backend.image.tag | string | `"latest@sha256:18e77857414236edc7245bebb3fb8ab3ac49c44bd76701bfce24f6ba0170d4b8"` | image tag @chart.appVersion | | backend.service.main.enabled | bool | `true` | | | backend.service.main.ports.http.enabled | bool | `true` | | | backend.service.main.ports.http.port | int | `8080` | | @@ -60,7 +60,7 @@ The following table contains an overview of available values and their descripti | frontend.enabled | bool | `true` | | | frontend.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | frontend.image.repository | string | `"1337kavin/piped-frontend"` | image repository | -| frontend.image.tag | string | `nil` | image tag @chart.appVersion | +| frontend.image.tag | string | `"latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504"` | image tag | | frontend.service.main.enabled | bool | `true` | | | frontend.service.main.ports.http.enabled | bool | `true` | | | frontend.service.main.ports.http.port | int | `80` | | @@ -113,7 +113,7 @@ The following table contains an overview of available values and their descripti | ytproxy.enabled | bool | `true` | | | ytproxy.image.pullPolicy | string | `"IfNotPresent"` | image pull policy | | ytproxy.image.repository | string | `"1337kavin/piped-proxy"` | image repository | -| ytproxy.image.tag | string | `nil` | image tag @chart.appVersion | +| ytproxy.image.tag | string | `"latest@sha256:833ca24c048619c9cd6fe58e2d210bfc7b1e43875ba5108aeddea0b171f04dbd"` | image tag | | ytproxy.service.main.enabled | bool | `true` | | | ytproxy.service.main.ports.http.enabled | bool | `true` | | | ytproxy.service.main.ports.http.port | int | `8080` | | @@ -125,4 +125,4 @@ The following table contains an overview of available values and their descripti ---------------------------------------------- -Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0) \ No newline at end of file +Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2) \ No newline at end of file diff --git a/charts/apps/piped/charts/common-1.3.2.tgz b/charts/apps/piped/charts/common-1.3.2.tgz deleted file mode 100644 index faf80d5..0000000 Binary files a/charts/apps/piped/charts/common-1.3.2.tgz and /dev/null differ diff --git a/charts/apps/piped/charts/common-1.5.1.tgz b/charts/apps/piped/charts/common-1.5.1.tgz new file mode 100644 index 0000000..6f80058 Binary files /dev/null and b/charts/apps/piped/charts/common-1.5.1.tgz differ diff --git a/charts/apps/piped/charts/postgresql-12.2.0.tgz b/charts/apps/piped/charts/postgresql-12.2.0.tgz deleted file mode 100644 index dfab809..0000000 Binary files a/charts/apps/piped/charts/postgresql-12.2.0.tgz and /dev/null differ diff --git a/charts/apps/piped/charts/postgresql-15.5.38.tgz b/charts/apps/piped/charts/postgresql-15.5.38.tgz new file mode 100644 index 0000000..55ad888 Binary files /dev/null and b/charts/apps/piped/charts/postgresql-15.5.38.tgz differ diff --git a/charts/apps/piped/values.yaml b/charts/apps/piped/values.yaml index 4a9e32a..63aa184 100644 --- a/charts/apps/piped/values.yaml +++ b/charts/apps/piped/values.yaml @@ -35,7 +35,6 @@ frontend: # -- image repository repository: 1337kavin/piped-frontend # -- image tag - # yamllint disable-line rule:line-length tag: "latest@sha256:96b746dc7a538d0f5a658864d9162be542c2db49f16f3cc8214878e39dec8504" # Manifest index # -- image pull policy pullPolicy: IfNotPresent