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:
Vladimir Kozhukalov 2024-07-29 03:30:08 -05:00
parent 05f2f45971
commit 1178ded805
3 changed files with 15 additions and 14 deletions

View File

@ -10,19 +10,19 @@
# See the License for the specific language governing permissions and
# limitations under the License.
---
kube_version_repo: "v1.29"
kube_version_repo: "v1.30"
# the list of k8s package versions are available here
# https://pkgs.k8s.io/core:/stable:/{{ kube_version_repo }}/deb/Packages
kube_version: "1.29.5-1.1"
helm_version: "v3.6.3"
crictl_version: "v1.26.1"
kube_version: "1.30.3-1.1"
helm_version: "v3.14.0"
crictl_version: "v1.30.1"
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"
cilium_setup: false
cilium_version: "1.15.6"
cilium_version: "1.16.0"
flannel_setup: false
flannel_version: v0.25.4

View File

@ -14,7 +14,7 @@
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

View File

@ -101,15 +101,16 @@
loopback_device: /dev/loop100
loopback_image: "/opt/ext_vol/openstack-helm/ceph-loop.img"
ceph_osd_data_device: /dev/loop100
kube_version_repo: "v1.29"
kube_version: "1.29.5-1.1"
kube_version_repo: "v1.30"
kube_version: "1.30.3-1.1"
calico_setup: true
calico_version: "v3.27.0"
calico_version: "v3.27.4"
cilium_setup: false
cilium_version: "1.15.6"
helm_version: "v3.6.3"
yq_version: "v4.6.0"
crictl_version: "v1.26.1"
cilium_version: "1.16.0"
flannel_setup: false
flannel_version: v0.25.4
helm_version: "v3.14.0"
crictl_version: "v1.30.1"
zuul_osh_infra_relative_path: ../openstack-helm-infra
gate_scripts_relative_path: ../openstack-helm-infra
run_helm_tests: "no"