diff --git a/charts/celo/Chart.yaml b/charts/celo/Chart.yaml index d91c5ae2..5b9bea01 100644 --- a/charts/celo/Chart.yaml +++ b/charts/celo/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=us.gcr.io/celo-org/geth -appVersion: "1.7.2" +appVersion: "1.8.0" diff --git a/charts/celo/values.yaml b/charts/celo/values.yaml index 6fb55fce..c41ee442 100644 --- a/charts/celo/values.yaml +++ b/charts/celo/values.yaml @@ -147,7 +147,7 @@ celo: # -- 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 @@ -158,6 +158,6 @@ celo: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent