diff --git a/charts/stable/fleet/Chart.yaml b/charts/stable/fleet/Chart.yaml index b8becf0d5f7..4f3ea29d312 100644 --- a/charts/stable/fleet/Chart.yaml +++ b/charts/stable/fleet/Chart.yaml @@ -1,42 +1,42 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: fleet -version: 11.1.8 +version: 11.1.9 appVersion: 2.3.3 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://github.com/truecharts/charts/tree/master/charts/stable/fleet + - https://ghcr.io/linuxserver/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: 17.2.21 - repository: oci://tccr.io/truecharts - condition: "" - alias: "" - tags: [] - import-values: [] - - name: mariadb - version: 12.1.6 - repository: https://deps.truecharts.org/ - condition: mariadb.enabled - alias: "" - tags: [] - import-values: [] + - name: common + version: 17.2.21 + repository: oci://tccr.io/truecharts + condition: "" + alias: "" + tags: [] + import-values: [] + - name: mariadb + version: 12.1.6 + repository: https://deps.truecharts.org/ + condition: mariadb.enabled + alias: "" + tags: [] + import-values: [] annotations: - max_scale_version: 23.10.2 - min_scale_version: 23.10.0 - truecharts.org/SCALE-support: "true" - truecharts.org/category: incubator - truecharts.org/max_helm_version: "3.13" - truecharts.org/min_helm_version: "3.12" - truecharts.org/train: stable + max_scale_version: 23.10.2 + min_scale_version: 23.10.0 + truecharts.org/SCALE-support: "true" + truecharts.org/category: incubator + truecharts.org/max_helm_version: "3.13" + truecharts.org/min_helm_version: "3.12" + truecharts.org/train: stable type: application diff --git a/charts/stable/fleet/values.yaml b/charts/stable/fleet/values.yaml index 94f566e8b94..eabb209428d 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:f13633a41df7fd2b4f96bd5181fa02dbe3832e1ad48e284813ff9fa9bbbfd3af + tag: 2.3.3@sha256:9264fd5dd66288307aca49bab51b5ac358ebb6f3286925494a7e12ddacecbbbd securityContext: container: runAsNonRoot: false