mirror of
https://github.com/outbackdingo/terraform-render-bootstrap.git
synced 2026-01-27 10:20:45 +00:00
Update Kubernetes from v1.32.1 to v1.32.3
* Update Cilium from v1.16.5 to v1.17.1 as well
This commit is contained in:
2
.github/workflows/test.yaml
vendored
2
.github/workflows/test.yaml
vendored
@@ -15,7 +15,7 @@ jobs:
|
||||
- name: terraform
|
||||
uses: hashicorp/setup-terraform@v3
|
||||
with:
|
||||
terraform_version: 1.2.5
|
||||
terraform_version: 1.11.1
|
||||
|
||||
- name: fmt
|
||||
run: terraform fmt -check -diff -recursive
|
||||
|
||||
12
variables.tf
12
variables.tf
@@ -44,15 +44,15 @@ variable "container_images" {
|
||||
type = map(string)
|
||||
description = "Container images to use"
|
||||
default = {
|
||||
cilium_agent = "quay.io/cilium/cilium:v1.16.5"
|
||||
cilium_operator = "quay.io/cilium/operator-generic:v1.16.5"
|
||||
cilium_agent = "quay.io/cilium/cilium:v1.17.1"
|
||||
cilium_operator = "quay.io/cilium/operator-generic:v1.17.1"
|
||||
coredns = "registry.k8s.io/coredns/coredns:v1.12.0"
|
||||
flannel = "docker.io/flannel/flannel:v0.26.3"
|
||||
flannel_cni = "quay.io/poseidon/flannel-cni:v0.4.2"
|
||||
kube_apiserver = "registry.k8s.io/kube-apiserver:v1.32.1"
|
||||
kube_controller_manager = "registry.k8s.io/kube-controller-manager:v1.32.1"
|
||||
kube_scheduler = "registry.k8s.io/kube-scheduler:v1.32.1"
|
||||
kube_proxy = "registry.k8s.io/kube-proxy:v1.32.1"
|
||||
kube_apiserver = "registry.k8s.io/kube-apiserver:v1.32.3"
|
||||
kube_controller_manager = "registry.k8s.io/kube-controller-manager:v1.32.3"
|
||||
kube_scheduler = "registry.k8s.io/kube-scheduler:v1.32.3"
|
||||
kube_proxy = "registry.k8s.io/kube-proxy:v1.32.3"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user