diff --git a/charts/stable/servas/Chart.yaml b/charts/stable/servas/Chart.yaml index 06bde5e758e..42498a55dd3 100644 --- a/charts/stable/servas/Chart.yaml +++ b/charts/stable/servas/Chart.yaml @@ -1,44 +1,44 @@ -kubeVersion: ">=1.24.0-0" +kubeVersion: '>=1.24.0-0' apiVersion: v2 name: servas -version: 3.1.8 -appVersion: 0.0.7 +version: 3.2.0 +appVersion: 0.1.0 description: A self-hosted bookmark management tool. home: https://truecharts.org/charts/stable/servas icon: https://truecharts.org/img/hotlink-ok/chart-icons/servas.png deprecated: false sources: - - https://hub.docker.com/r/beromir/servas - - https://github.com/beromir/Servas - - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://github.com/beromir/Servas + - https://github.com/truecharts/charts/tree/master/charts/stable/servas + - https://hub.docker.com/r/beromir/servas maintainers: - - name: TrueCharts - email: info@truecharts.org - url: https://truecharts.org + - name: TrueCharts + email: info@truecharts.org + url: https://truecharts.org keywords: - - servas - - bookmarks + - servas + - bookmarks 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: bookmarks - 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: bookmarks + 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/servas/values.yaml b/charts/stable/servas/values.yaml index 1765c131bb7..c9a984673cb 100644 --- a/charts/stable/servas/values.yaml +++ b/charts/stable/servas/values.yaml @@ -1,7 +1,7 @@ image: repository: beromir/servas pullPolicy: IfNotPresent - tag: 0.0.7@sha256:0fedba911b428f5fbb34104f5fd0413341ffff38d9c4429a3f3e45da82a5751e + tag: 0.1.0@sha256:efbe35c680b7697def3c4cfc58eb0f8800c6550547159b3e56a55fda25adf907 securityContext: container: runAsNonRoot: false