Skip to content

Commit

Permalink
upgrade to kubernetes 1.30.4
Browse files Browse the repository at this point in the history
  • Loading branch information
rgl committed Aug 20, 2024
1 parent 8eac5d9 commit 41c9840
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ spec:
resourceFieldRef:
resource: limits.cpu
# see https://kubernetes.io/docs/tasks/inject-data-application/environment-variable-expose-pod-information/
# see https://github.com/kubernetes/kubernetes/blob/v1.30.3/test/e2e/common/node/downwardapi.go
# see https://github.com/kubernetes/kubernetes/blob/v1.30.4/test/e2e/common/node/downwardapi.go
- name: EXAMPLE_NODE_NAME
valueFrom:
fieldRef:
Expand Down
2 changes: 1 addition & 1 deletion variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ variable "talos_version" {
variable "kubernetes_version" {
type = string
# renovate: datasource=github-releases depName=siderolabs/kubelet
default = "1.30.3"
default = "1.30.4"
validation {
condition = can(regex("^\\d+(\\.\\d+)+", var.kubernetes_version))
error_message = "Must be a version number."
Expand Down

0 comments on commit 41c9840

Please # to comment.