From 0a0fbac92120c020b86f6121c6ec2113d81a5c89 Mon Sep 17 00:00:00 2001 From: Renovate Bot <135008009+renovate-41e06b0f[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 15:33:58 +0000 Subject: [PATCH] feat(deps): update avalanche dependencies | datasource | package | from | to | | ---------- | -------------------------- | ------- | -------- | | docker | avaplatform/avalanchego | v1.9.7 | v1.10.14 | | docker | avaplatform/avalanchego | v0.0.0 | v1.10.14 | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | --- charts/avalanche/Chart.yaml | 2 +- charts/avalanche/values.yaml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/avalanche/Chart.yaml b/charts/avalanche/Chart.yaml index 13a7016..94415a0 100644 --- a/charts/avalanche/Chart.yaml +++ b/charts/avalanche/Chart.yaml @@ -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.14" diff --git a/charts/avalanche/values.yaml b/charts/avalanche/values.yaml index 4979f45..785ad53 100644 --- a/charts/avalanche/values.yaml +++ b/charts/avalanche/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "v1.10.14" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -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 @@ -155,7 +155,7 @@ avalanche: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent