Skip to content

Commit

Permalink
chore(deps): update docker.io/library/busybox:1.36.1-uclibc docker di…
Browse files Browse the repository at this point in the history
…gest 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 <[email protected]>
  • Loading branch information
renovate[bot] and chgl authored Sep 15, 2024
1 parent 416796a commit fb91ee9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 1 addition & 3 deletions charts/datashield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand All @@ -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."
Empty file modified charts/datashield/files/init-rock.sh
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion charts/datashield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: <https://github.com/bitnami/charts/blob/main/bitnami/common/templates/_resources.tpl#L15>
resourcesPreset: "nano"
Expand Down

0 comments on commit fb91ee9

Please sign in to comment.