Skip to content

Commit 4b73507

Browse files
feat(deps): update celo dependencies
| datasource | package | from | to | | ---------- | -------------------------- | ------- | ------- | | docker | busybox | 1.34.0 | 1.36.1 | | docker | lachlanevenson/k8s-kubectl | v1.21.3 | v1.25.4 | | docker | us.gcr.io/celo-org/geth | v0.0.0 | 1.8.4 |
1 parent ae85d5e commit 4b73507

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

charts/celo/values.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ image:
1010
pullPolicy: IfNotPresent
1111
# -- Overrides the image tag
1212
# @default -- Chart.appVersion
13-
tag: "v0.0.0"
13+
tag: "1.8.4"
1414

1515
# -- Pull secrets required to fetch the Image
1616
imagePullSecrets: []
@@ -147,7 +147,7 @@ celo:
147147
# -- Container image to fetch nodeport information
148148
repository: lachlanevenson/k8s-kubectl
149149
# -- Container tag
150-
tag: v1.21.3
150+
tag: v1.25.4
151151
# -- Container pull policy
152152
pullPolicy: IfNotPresent
153153

@@ -158,6 +158,6 @@ celo:
158158
# -- Container repository
159159
repository: busybox
160160
# -- Container tag
161-
tag: "1.34.0"
161+
tag: "1.36.1"
162162
# -- Container pull policy
163163
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)