K8S upgrade v1.29.3

Change-Id: Ifdf01dbeb7286f0f7a6fd1bd4770b00a6a5ad8d5
Signed-off-by: Ruslan Aliev <raliev@mirantis.com>
This commit is contained in:
Ruslan Aliev 2024-04-09 11:02:09 -05:00
parent 5a0f51f73d
commit cfdb21614a
5 changed files with 5 additions and 5 deletions

View File

@ -11,7 +11,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
# Reef 18.2.1
ARG CEPH_RELEASE=reef
ARG CEPH_RELEASE_TAG=18.2.1-1focal
ARG KUBE_VERSION=1.29.2
ARG KUBE_VERSION=1.29.3
ARG CEPH_REPO=https://mirror.mirantis.com/acicd/ceph-reef/
ARG CEPH_KEY=https://mirror.mirantis.com/acicd/ceph-reef/release.asc

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.29.2
ARG KUBE_VERSION=1.29.3
ARG DEBIAN_FRONTEND=noninteractive

View File

@ -9,7 +9,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.licenses='Apache-2.0'
ARG ETCDCTL_VERSION=v3.5.12
ARG KUBE_VERSION=1.29.2
ARG KUBE_VERSION=1.29.3
ENV GOOGLE_URL=https://storage.googleapis.com/etcd
ENV GITHUB_URL=https://github.com/etcd-io/etcd/releases/download

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.29.2
ARG KUBE_VERSION=1.29.3
ARG MARIADB_VERSION=10.6
ARG PERCONA_TOOLKIT_VERSION=3.5.7

View File

@ -8,7 +8,7 @@ LABEL org.opencontainers.image.authors='airship-discuss@lists.airshipit.org, irc
org.opencontainers.image.vendor='The Airship Authors' \
org.opencontainers.image.licenses='Apache-2.0'
ARG KUBE_VERSION=1.29.2
ARG KUBE_VERSION=1.29.3
RUN set -xe \
&& export DEBIAN_FRONTEND=noninteractive \