Skip to content

Commit

Permalink
chore(deps): update docker.io/busybox docker tag to v1.37.0 (#366)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Léo Colombaro <[email protected]>
  • Loading branch information
renovate[bot] and LeoColomb authored Oct 2, 2024
1 parent 447f8e9 commit c74e6ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/netbox/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v2
name: netbox
version: 5.0.0-beta.110
version: 5.0.0-beta.111
appVersion: "v4.1.2"
type: application
kubeVersion: ^1.25.0-0
Expand Down
4 changes: 2 additions & 2 deletions charts/netbox/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1099,7 +1099,7 @@ init:
image:
registry: docker.io
repository: busybox
tag: 1.36.1
tag: 1.37.0
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down Expand Up @@ -1167,7 +1167,7 @@ test:
image:
registry: docker.io
repository: busybox
tag: 1.36.1
tag: 1.37.0
digest: ""
## Specify a imagePullPolicy. Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
Expand Down

0 comments on commit c74e6ec

Please sign in to comment.