From 086150bfdd0ac9d6ab30c35effe22fcbaefc478e Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Wed, 23 Feb 2022 22:13:36 +0200 Subject: [PATCH] fix(mylar): fix image reference (#1944) --- charts/stable/mylar/Chart.yaml | 2 +- charts/stable/mylar/values.yaml | 14 +------------- 2 files changed, 2 insertions(+), 14 deletions(-) diff --git a/charts/stable/mylar/Chart.yaml b/charts/stable/mylar/Chart.yaml index 360258c2737..4c682499011 100644 --- a/charts/stable/mylar/Chart.yaml +++ b/charts/stable/mylar/Chart.yaml @@ -19,7 +19,7 @@ sources: - https://github.com/mylar3/mylar3 - https://github.com/linuxserver/docker-mylar3 - https://github.com/truecharts/apps/tree/master/charts/mylar -version: 4.0.41 +version: 4.0.42 annotations: truecharts.org/catagories: | - media diff --git a/charts/stable/mylar/values.yaml b/charts/stable/mylar/values.yaml index a8fa08e56d3..591e78802b4 100644 --- a/charts/stable/mylar/values.yaml +++ b/charts/stable/mylar/values.yaml @@ -1,9 +1,6 @@ image: - # -- image repository repository: tccr.io/truecharts/mylar3 - # -- image tag - tag: version-v0.5.3@sha256:97892fdbd4aaa622ea5b77d1c9c467985545094a13f4acd1ab3f5d4b0bb094ea - # -- image pull policy + tag: v0.6.3@sha256:2735700c6150206e0419c2036432b83018a53fb5797dad3dc80f4800988a18d2 pullPolicy: IfNotPresent securityContext: @@ -13,16 +10,9 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -# -- environment variables. See [image docs](https://docs.linuxserver.io/images/docker-mylar3#environment-variables-e) for more details. -# @default -- See below env: - # -- Set the container timezone - TZ: UTC - # -- Specify the user ID the application will run as PUID: 568 -# -- Configures service settings for the chart. -# @default -- See values.yaml service: main: ports: @@ -30,8 +20,6 @@ service: port: 8090 targetPort: 8090 -# -- Configure persistence settings for the chart under this key. -# @default -- See values.yaml persistence: config: enabled: true