Skip to content

Commit

Permalink
feat(deps): update arbitrum dependencies
Browse files Browse the repository at this point in the history
| datasource | package                    | from            | to             |
| ---------- | -------------------------- | --------------- | -------------- |
| docker     | lachlanevenson/k8s-kubectl | v1.21.3         | v1.25.4        |
| docker     | offchainlabs/nitro-node    | v2.0.10-73224e3 | v3.1.0-7d1d84c |
  • Loading branch information
renovate-41e06b0f[bot] authored Aug 1, 2024
1 parent ae85d5e commit a8778ed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/arbitrum-classic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ arbitrum:
# -- 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

2 changes: 1 addition & 1 deletion charts/arbitrum-nitro/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ version: 0.1.10
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
# renovate: image=offchainlabs/nitro-node
appVersion: "v2.0.10-73224e3"
appVersion: "v3.1.0-7d1d84c"
2 changes: 1 addition & 1 deletion charts/arbitrum-nitro/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,6 @@ nitro:
# -- 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

0 comments on commit a8778ed

Please sign in to comment.