Skip to content

Commit

Permalink
feat(deps): update celo dependencies
Browse files Browse the repository at this point in the history
| 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    | 1.7.2   | 1.7.4   |
  • Loading branch information
graphops-renovate[bot] committed Jun 26, 2023
1 parent 539d3b1 commit 8bb67fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/celo/Chart.yaml
Expand Up @@ -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.7.4"
4 changes: 2 additions & 2 deletions charts/celo/values.yaml
Expand Up @@ -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

Expand All @@ -158,6 +158,6 @@ celo:
# -- Container repository
repository: busybox
# -- Container tag
tag: "1.34.0"
tag: "1.36.1"
# -- Container pull policy
pullPolicy: IfNotPresent

0 comments on commit 8bb67fe

Please sign in to comment.