Skip to content

Commit 9b3fae4

Browse files
Updating component versions which had to be built with new Ubuntu base (#1406)
1 parent 99ef27c commit 9b3fae4

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

deploy/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu:22.04
22
USER root
3-
RUN apt-get update && apt-get upgrade && apt-get install -y curl openssl jq python3 python3-pip && pip3 install pyyaml
3+
RUN apt-get update && apt-get upgrade -y && apt-get install -y curl openssl jq python3 python3-pip && pip3 install pyyaml
44
ADD webhook-create-self-signed-ca-cert.sh /
55
RUN curl -LO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/release/stable.txt)/bin/linux/amd64/kubectl"
66
RUN install -o root -g root -m 0755 kubectl bin/kubectl

deploy/versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -38,3 +38,4 @@
3838
3.0.30
3939
3.1.0
4040
3.1.1
41+
3.1.2

mutating-webhook/versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,4 @@
3232
3.0.18
3333
3.0.19
3434
3.0.20
35+
3.1.0

platform-operator/helm-pod/versions.txt

+1
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,4 @@
3737
3.0.21
3838
3.0.22
3939
3.0.23
40+
3.1.0

0 commit comments

Comments
 (0)