From fb91ee95b13ebbbb6b50763a644653599d067eb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 15 Sep 2024 20:53:30 +0200 Subject: [PATCH] chore(deps): update docker.io/library/busybox:1.36.1-uclibc docker digest to 111154d (#345) * chore(deps): update docker.io/library/busybox:1.36.1-uclibc docker digest to 111154d * shfmt * bump --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: chgl --- .editorconfig | 4 ++++ charts/datashield/Chart.yaml | 4 +--- charts/datashield/files/init-rock.sh | 0 charts/datashield/values.yaml | 2 +- 4 files changed, 6 insertions(+), 4 deletions(-) mode change 100644 => 100755 charts/datashield/files/init-rock.sh diff --git a/.editorconfig b/.editorconfig index 4a5f3f04..daf95fe2 100644 --- a/.editorconfig +++ b/.editorconfig @@ -5,3 +5,7 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_trailing_newline = true + +[*.sh] +indent_style = space +indent_size = 2 diff --git a/charts/datashield/Chart.yaml b/charts/datashield/Chart.yaml index 27f7c26e..4416cae2 100644 --- a/charts/datashield/Chart.yaml +++ b/charts/datashield/Chart.yaml @@ -20,7 +20,7 @@ dependencies: condition: postgresql.enabled deprecated: false kubeVersion: ">= 1.19.0" -version: 0.6.2 +version: 0.6.3 annotations: artifacthub.io/license: Apache-2.0 artifacthub.io/containsSecurityUpdates: "false" @@ -33,5 +33,3 @@ annotations: artifacthub.io/changes: | - kind: changed description: "dependency updates" - - kind: changed - description: "copy default R libraries from opal base container to persistent volume via init container." diff --git a/charts/datashield/files/init-rock.sh b/charts/datashield/files/init-rock.sh old mode 100644 new mode 100755 diff --git a/charts/datashield/values.yaml b/charts/datashield/values.yaml index 2cf63188..76768ae0 100644 --- a/charts/datashield/values.yaml +++ b/charts/datashield/values.yaml @@ -412,7 +412,7 @@ logCollectorSidecar: image: registry: docker.io repository: library/busybox - tag: 1.36.1-uclibc@sha256:97d85ff9630b634ddff3e3ff69fd02bc3b69de8dba0c5002eb0ad6915d1bf4c0 + tag: 1.36.1-uclibc@sha256:111154df01d709f062b962f95df0b4a63492eed84fc9fd753fdfd21c8786e56b # -- set container resources according to one common preset (allowed values: none, nano, micro, small, medium, large, xlarge, 2xlarge). This is ignored if primary.resources is set (primary.resources is recommended for production). # More information: resourcesPreset: "nano"