Skip to content

Commit

Permalink
feat(deps): update avalanche dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from    | to       |
| ---------- | -------------------------- | ------- | -------- |
| docker     | avaplatform/avalanchego    | v1.9.7  | v1.10.12 |
| docker     | avaplatform/avalanchego    | v0.0.0  | v1.10.12 |
| docker     | busybox                    | 1.34.0  | 1.36.1   |
| docker     | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4  |
  • Loading branch information
renovate-41e06b0f[bot] committed Oct 15, 2023
1 parent 3c88717 commit 76b57b8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/avalanche/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.1.0
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=avaplatform/avalanchego
appVersion: "v1.9.7"
appVersion: "v1.10.12"
6 changes: 3 additions & 3 deletions charts/avalanche/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ image:
pullPolicy: IfNotPresent
# -- Overrides the image tag
# @default -- Chart.appVersion
tag: "v0.0.0"
tag: "v1.10.12"

# -- Pull secrets required to fetch the Image
imagePullSecrets: []
Expand Down Expand Up @@ -144,7 +144,7 @@ avalanche:
# -- Container image to fetch nodeport information
repository: lachlanevenson/k8s-kubectl
# -- Container tag
tag: v1.21.3
tag: v1.25.4
# -- Container pull policy
pullPolicy: IfNotPresent

Expand All @@ -155,7 +155,7 @@ avalanche:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.34.0"
tag: "1.36.1"
# -- Container pull policy
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 76b57b8

Please sign in to comment.