Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update k8s-kubectl image #279

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update k8s-kubectl image
  • Loading branch information
mikery committed Feb 5, 2024
commit 489a9652819220ba7e62ab1ba1b1e17fa1e052f9
2 changes: 1 addition & 1 deletion charts/armiarma/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/besu/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/erigon/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/ethereumjs/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/geth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/grandine/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/ipfs-cluster/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/lighthouse/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/lodestar/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/nethermind/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/nimbus/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/prysm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ p2pNodePort:
# -- 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 Down
2 changes: 1 addition & 1 deletion charts/reth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ p2pNodePort:
# -- 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
portForwardContainer:
Expand Down
2 changes: 1 addition & 1 deletion charts/teku/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ p2pNodePort:
# -- 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 Down