diff --git a/charts/stable/projectsend/Chart.yaml b/charts/stable/projectsend/Chart.yaml index 220d0a06716..09deaa40759 100644 --- a/charts/stable/projectsend/Chart.yaml +++ b/charts/stable/projectsend/Chart.yaml @@ -1,40 +1,39 @@ -kubeVersion: ">=1.24.0" +kubeVersion: '>=1.24.0' apiVersion: v2 name: projectsend -version: 8.0.30 +version: 8.0.31 appVersion: latest -description: - ProjectSend is a self-hosted application that lets you upload files and +description: ProjectSend is a self-hosted application that lets you upload files and assign them to specific clients that you create yourself. home: https://truecharts.org/charts/stable/projectsend icon: https://truecharts.org/img/hotlink-ok/chart-icons/projectsend.png deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/projectsend - - https://ghcr.io/linuxserver/projectsend - - https://github.com/projectsend/projectsend +- https://github.com/projectsend/projectsend +- https://github.com/truecharts/charts/tree/master/charts/stable/projectsend +- https://ghcr.io/linuxserver/projectsend maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - projectsend - - files +- projectsend +- files dependencies: - - name: common - version: 14.3.5 - repository: https://library-charts.truecharts.org - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 7.0.70 - repository: https://deps.truecharts.org/ - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] +- name: common + version: 14.3.5 + repository: https://library-charts.truecharts.org + condition: "" + alias: "" + tags: [] + import-values: [] +- name: mariadb + version: 7.0.70 + repository: https://deps.truecharts.org/ + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] annotations: max_scale_version: 23.10.1 min_scale_version: 22.12.4 diff --git a/charts/stable/projectsend/values.yaml b/charts/stable/projectsend/values.yaml index 9c00f5392bb..781c6aa3dc8 100644 --- a/charts/stable/projectsend/values.yaml +++ b/charts/stable/projectsend/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/projectsend pullPolicy: IfNotPresent - tag: latest@sha256:d0c2125e72c788c2b2109a0c19bc42f2b659ae25d95f01b2c128840493cc8d79 + tag: latest@sha256:b4144f3fb3d56fd271834f61fe18494cadbfc3f8502aa016ae988cb7e4c5a206 securityContext: container: runAsNonRoot: false