diff --git a/charts/avalanche/Chart.yaml b/charts/avalanche/Chart.yaml index 13a7016..b2bed90 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.12" diff --git a/charts/avalanche/values.yaml b/charts/avalanche/values.yaml index 4979f45..4402e04 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.12" # -- 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