Images updates for CVE

This PS updates images during build process to get
rid of the CVEs and bumps up helm vertion to
3.17.3

Updated MAAS to 1:3.5.5-16357-g.51588a151-0ubuntu1~22.04.1

Change-Id: I5a593f2770d681943f8cb06ccf7ea50192c23974
This commit is contained in:
Sergiy Markin 2025-04-24 19:14:23 +00:00
parent 024df3253f
commit eef4328cc4
5 changed files with 8 additions and 5 deletions

View File

@ -168,7 +168,7 @@
flannel_version: v0.25.4
metallb_setup: false
metallb_version: "0.13.12"
helm_version: "v3.14.0"
helm_version: "v3.17.3"
crictl_version: "v1.30.1"
osh_helm_repo: ../../openstack/openstack-helm
osh_values_overrides_path: ../../openstack/openstack-helm/values_overrides
@ -180,7 +180,7 @@
osh_params:
container_distro_name: ubuntu
container_distro_version: jammy
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz
HELM_ARTIFACT_URL: https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz
HTK_COMMIT: 49c117443391cec75e0bd52bb4a9d033325927ad
OSH_COMMIT: 49c117443391cec75e0bd52bb4a9d033325927ad
gate_scripts:

View File

@ -18,9 +18,10 @@ ARG no_proxy
ENV DEBIAN_FRONTEND noninteractive
ENV container docker
ENV MAAS_VERSION 1:3.5.4-16349-g.4dbbed5f4-0ubuntu1~22.04.1
ENV MAAS_VERSION 1:3.5.5-16357-g.51588a151-0ubuntu1~22.04.1
RUN apt-get -qq update \
&& apt upgrade -y \
&& apt-get install -y \
avahi-daemon \
isc-dhcp-server \

View File

@ -18,9 +18,10 @@ ARG no_proxy
ENV DEBIAN_FRONTEND noninteractive
ENV container docker
ENV MAAS_VERSION 1:3.5.4-16349-g.4dbbed5f4-0ubuntu1~22.04.1
ENV MAAS_VERSION 1:3.5.5-16357-g.51588a151-0ubuntu1~22.04.1
RUN apt-get -qq update \
&& apt upgrade -y \
&& apt-get install -y \
avahi-daemon \
jq \

View File

@ -21,6 +21,7 @@ ARG SSTREAM_RELEASE=jammy
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -qq update && \
apt upgrade -y && \
apt-get install -y --no-install-recommends \
apache2 \
file \

View File

@ -17,7 +17,7 @@
set -x
HELM=$1
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.16.4-linux-amd64.tar.gz"}
HELM_ARTIFACT_URL=${HELM_ARTIFACT_URL:-"https://get.helm.sh/helm-v3.17.3-linux-amd64.tar.gz"}
function install_helm_binary {