diff --git a/charts/nethermind/values.yaml b/charts/nethermind/values.yaml index 49b20a7..b14a8ad 100644 --- a/charts/nethermind/values.yaml +++ b/charts/nethermind/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "1.19.2" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -166,7 +166,7 @@ nethermind: # -- 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 @@ -177,6 +177,6 @@ nethermind: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent