Upgrade env
- K8s 1.30.3 - Helm 3.14.0 - Crictl 1.30.1 - Calico 3.27.4 - Cilium 1.16.0 - Ingress-nginx Helm chart 4.11.1 Change-Id: I3d5a3d855b0b4b0b66e42d94e1e9704f7f91f88b
This commit is contained in:
parent
05f2f45971
commit
1178ded805
@ -10,19 +10,19 @@
|
|||||||
# See the License for the specific language governing permissions and
|
# See the License for the specific language governing permissions and
|
||||||
# limitations under the License.
|
# limitations under the License.
|
||||||
---
|
---
|
||||||
kube_version_repo: "v1.29"
|
kube_version_repo: "v1.30"
|
||||||
# the list of k8s package versions are available here
|
# the list of k8s package versions are available here
|
||||||
# https://pkgs.k8s.io/core:/stable:/{{ kube_version_repo }}/deb/Packages
|
# https://pkgs.k8s.io/core:/stable:/{{ kube_version_repo }}/deb/Packages
|
||||||
kube_version: "1.29.5-1.1"
|
kube_version: "1.30.3-1.1"
|
||||||
helm_version: "v3.6.3"
|
helm_version: "v3.14.0"
|
||||||
crictl_version: "v1.26.1"
|
crictl_version: "v1.30.1"
|
||||||
|
|
||||||
calico_setup: true
|
calico_setup: true
|
||||||
calico_version: "v3.27.0"
|
calico_version: "v3.27.4"
|
||||||
calico_manifest_url: "https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/calico.yaml"
|
calico_manifest_url: "https://raw.githubusercontent.com/projectcalico/calico/{{ calico_version }}/manifests/calico.yaml"
|
||||||
|
|
||||||
cilium_setup: false
|
cilium_setup: false
|
||||||
cilium_version: "1.15.6"
|
cilium_version: "1.16.0"
|
||||||
|
|
||||||
flannel_setup: false
|
flannel_setup: false
|
||||||
flannel_version: v0.25.4
|
flannel_version: v0.25.4
|
||||||
|
@ -14,7 +14,7 @@
|
|||||||
|
|
||||||
set -xe
|
set -xe
|
||||||
|
|
||||||
: ${HELM_INGRESS_NGINX_VERSION:="4.8.3"}
|
: ${HELM_INGRESS_NGINX_VERSION:="4.11.1"}
|
||||||
|
|
||||||
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
helm repo add ingress-nginx https://kubernetes.github.io/ingress-nginx
|
||||||
|
|
||||||
|
@ -101,15 +101,16 @@
|
|||||||
loopback_device: /dev/loop100
|
loopback_device: /dev/loop100
|
||||||
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
|
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
|
||||||
ceph_osd_data_device: /dev/loop100
|
ceph_osd_data_device: /dev/loop100
|
||||||
kube_version_repo: "v1.29"
|
kube_version_repo: "v1.30"
|
||||||
kube_version: "1.29.5-1.1"
|
kube_version: "1.30.3-1.1"
|
||||||
calico_setup: true
|
calico_setup: true
|
||||||
calico_version: "v3.27.0"
|
calico_version: "v3.27.4"
|
||||||
cilium_setup: false
|
cilium_setup: false
|
||||||
cilium_version: "1.15.6"
|
cilium_version: "1.16.0"
|
||||||
helm_version: "v3.6.3"
|
flannel_setup: false
|
||||||
yq_version: "v4.6.0"
|
flannel_version: v0.25.4
|
||||||
crictl_version: "v1.26.1"
|
helm_version: "v3.14.0"
|
||||||
|
crictl_version: "v1.30.1"
|
||||||
zuul_osh_infra_relative_path: ../openstack-helm-infra
|
zuul_osh_infra_relative_path: ../openstack-helm-infra
|
||||||
gate_scripts_relative_path: ../openstack-helm-infra
|
gate_scripts_relative_path: ../openstack-helm-infra
|
||||||
run_helm_tests: "no"
|
run_helm_tests: "no"
|
||||||
|
Loading…
Reference in New Issue
Block a user