diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index c645037b718..5720947547d 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,38 +1,37 @@ -kubeVersion: ">=1.24.0" +kubeVersion: '>=1.24.0' apiVersion: v2 name: fleet -version: 8.0.11 +version: 8.0.12 appVersion: 2.3.3 -description: - Fleet provides an online web interface which displays a set of maintained +description: Fleet provides an online web interface which displays a set of maintained images from one or more owned repositories. home: https://truecharts.org/charts/stable/fleet icon: https://truecharts.org/img/hotlink-ok/chart-icons/fleet.png deprecated: false sources: - - https://github.com/truecharts/charts/tree/master/charts/stable/fleet - - https://ghcr.io/linuxserver/fleet +- https://ghcr.io/linuxserver/fleet +- https://github.com/truecharts/charts/tree/master/charts/stable/fleet maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org +- name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - fleet +- fleet 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/fleet/values.yaml b/charts/stable/fleet/values.yaml index 407db989518..f867ff5853e 100644 --- a/charts/stable/fleet/values.yaml +++ b/charts/stable/fleet/values.yaml @@ -1,7 +1,7 @@ image: repository: ghcr.io/linuxserver/fleet pullPolicy: IfNotPresent - tag: 2.3.3@sha256:981a59709c6cdbe0127672ab48ca86c8aeecf03cfd80176468b827ce5be3f8e3 + tag: 2.3.3@sha256:c661ae3190f6c24b39a9b45c1839f88a8e733e2b2ce9f1dcbddc97e976fa7f38 securityContext: container: runAsNonRoot: false