Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update docker.io/library/busybox:1.37.0-uclibc docker digest to 9319304 #402

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/datashield/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies:
version: 2.27.0
deprecated: false
kubeVersion: ">= 1.19.0"
version: 0.7.20
version: 0.7.21
annotations:
artifacthub.io/license: Apache-2.0
artifacthub.io/containsSecurityUpdates: "false"
Expand All @@ -37,4 +37,4 @@ annotations:
# When using the list of objects option the valid supported kinds are
# added, changed, deprecated, removed, fixed and security.
- kind: changed
description: "Updated docker.io/bitnami/postgresql to 17.1.0-debian-12-r0"
description: "Updated docker.io/library/busybox to sha256:9319304ada20a44fa830725f2dd30537b57ed65861255cde38e80292cd7c6f9c"
2 changes: 1 addition & 1 deletion charts/datashield/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -413,7 +413,7 @@ logCollectorSidecar:
image:
registry: docker.io
repository: library/busybox
tag: 1.37.0-uclibc@sha256:bd39d7ac3f02301aec35d27a633d643770c0c4073c5b8cb588b1680c4f1e84e5
tag: 1.37.0-uclibc@sha256:9319304ada20a44fa830725f2dd30537b57ed65861255cde38e80292cd7c6f9c
# -- 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
Loading