diff --git a/charts/lighthouse/values.yaml b/charts/lighthouse/values.yaml index 59ed165..74c65ce 100644 --- a/charts/lighthouse/values.yaml +++ b/charts/lighthouse/values.yaml @@ -10,7 +10,7 @@ image: pullPolicy: IfNotPresent # -- Overrides the image tag # @default -- Chart.appVersion - tag: "v0.0.0" + tag: "v5.2.1" # -- Pull secrets required to fetch the Image imagePullSecrets: [] @@ -156,7 +156,7 @@ lighthouse: # -- 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 @@ -167,6 +167,6 @@ lighthouse: # -- Container repository repository: busybox # -- Container tag - tag: "1.34.0" + tag: "1.36.1" # -- Container pull policy pullPolicy: IfNotPresent