Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Unverified Commit 8fff0466 authored by Idriss's avatar Idriss
Browse files

Upgrade all cli

parent 799e354b
No related branches found
No related tags found
No related merge requests found
......@@ -15,7 +15,7 @@ mirror:
code-server:
stage: deliver
script:
- setsid ./ci/docker-deliver.sh "code-server" "4.7.1" "1.0"
- setsid ./ci/docker-deliver.sh "code-server" "4.9.1" "1.0"
only:
refs:
- /^(main.*)$/
......
......@@ -29,7 +29,7 @@ ARG KUBESEAL_ARCH
ARG KUBESEAL_VERSION
RUN sudo apt-get update -y && \
sudo apt-get install -y docker docker-compose net-tools iputils-ping wget vim jq gnupg software-properties-common python3 python3-pip ansible mc && \
sudo apt-get install -y docker docker-compose net-tools iputils-ping wget vim jq gnupg software-properties-common python3 python3-pip ansible mc tmux && \
sudo pip3 install --upgrade pip && \
curl -fsSL https://apt.releases.hashicorp.com/gpg | sudo apt-key add - && \
curl https://packages.cloud.google.com/apt/doc/apt-key.gpg | sudo apt-key add - && \
......
......@@ -9,15 +9,15 @@ services:
target: code-server
args:
CODE_SERVER_VERSION: ${CODE_SERVER_VERSION}
NODE_VERSION: 16.13.0
YQ_VERSION: 4.16.2
TERRAGRUNT_VERSION: 0.35.16
HELM_VERSION: 3.7.2
K9S_VERSION: 0.25.18
NODE_VERSION: 18.14.0
YQ_VERSION: 4.30.8
TERRAGRUNT_VERSION: 0.43.2
HELM_VERSION: 3.11.0
K9S_VERSION: 0.27.2
OS: linux
OS_ARCH: amd64
NODE_ARCH: x64
K9S_OS: Linux
K9S_ARCH: x86_64
KUBESEAL_VERSION: 0.17.3
KUBESEAL_VERSION: 0.19.4
KUBESEAL_ARCH: amd64
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment