From 5f9f063318f75f6187b385bb18d6016ea3cc7c11 Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Fri, 4 Mar 2022 15:42:02 +0200 Subject: [PATCH] fix(boinc): update image reference (#2015) * fix(boinc): update image reference * add password field in gui Co-authored-by: Kjeld Schouten-Lebbing --- charts/stable/boinc/Chart.yaml | 2 +- charts/stable/boinc/questions.yaml | 13 ++++++++++++- charts/stable/boinc/values.yaml | 5 +---- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/charts/stable/boinc/Chart.yaml b/charts/stable/boinc/Chart.yaml index b819227aa42..4995b559f1d 100644 --- a/charts/stable/boinc/Chart.yaml +++ b/charts/stable/boinc/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: boinc -version: 1.0.0 +version: 1.0.1 appVersion: "18.04.1" description: BOINC is a platform for high-throughput computing on a large scale (thousands or millions of computers). type: application diff --git a/charts/stable/boinc/questions.yaml b/charts/stable/boinc/questions.yaml index 7040ca0e78f..1c4ada269f3 100644 --- a/charts/stable/boinc/questions.yaml +++ b/charts/stable/boinc/questions.yaml @@ -75,7 +75,18 @@ questions: - value: "OnDelete" description: "(Legacy) OnDelete: ignore .spec.template changes" # Include{controllerExpert} - + - variable: secret + group: "Container Configuration" + label: "Image Secrets" + schema: + additional_attrs: true + type: dict + attrs: + - variable: PASSWORD + label: "PASSWORD (Optional)" + schema: + type: string + default: "" # Include{containerConfig} - variable: service diff --git a/charts/stable/boinc/values.yaml b/charts/stable/boinc/values.yaml index a1d448ef14e..dc6323cb7a5 100644 --- a/charts/stable/boinc/values.yaml +++ b/charts/stable/boinc/values.yaml @@ -1,7 +1,7 @@ image: repository: tccr.io/truecharts/boinc pullPolicy: IfNotPresent - tag: v18.04.1 + tag: latest@sha256:2d8c4bfa3bf5bcca2d6238ce38798ab049dd20b0613f7957323ddc974b6de9c2 securityContext: readOnlyRootFilesystem: false @@ -11,9 +11,6 @@ podSecurityContext: runAsUser: 0 runAsGroup: 0 -secret: - # PASSWORD: "" (Optional) - service: main: ports: