Skip to content

Commit 94fbfa8

Browse files
feat(deps): update avalanche dependencies
| datasource | package | from | to | | ---------- | -------------------------- | ------- | -------- | | docker | avaplatform/avalanchego | v1.9.7 | v1.11.10 | | docker | avaplatform/avalanchego | v0.0.0 | v1.11.10 | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 |
1 parent ae85d5e commit 94fbfa8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

charts/avalanche/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ version: 0.1.0
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
2424
# renovate: image=avaplatform/avalanchego
25-
appVersion: "v1.9.7"
25+
appVersion: "v1.11.10"

charts/avalanche/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion
13-
tag: "v0.0.0"
13+
tag: "v1.11.10"
1414

1515
# -- Pull secrets required to fetch the Image
1616
imagePullSecrets: []
@@ -144,7 +144,7 @@ avalanche:
144144
# -- Container image to fetch nodeport information
145145
repository: lachlanevenson/k8s-kubectl
146146
# -- Container tag
147-
tag: v1.21.3
147+
tag: v1.25.4
148148
# -- Container pull policy
149149
pullPolicy: IfNotPresent
150150

@@ -155,7 +155,7 @@ avalanche:
155155
# -- Container repository
156156
repository: busybox
157157
# -- Container tag
158-
tag: "1.34.0"
158+
tag: "1.36.1"
159159
# -- Container pull policy
160160
pullPolicy: IfNotPresent
161161

0 commit comments

Comments
 (0)