Skip to content

Commit

Permalink
Add python-3.9; bump kubespray
Browse files Browse the repository at this point in the history
  • Loading branch information
caruccio committed Oct 11, 2023
1 parent 50fbd96 commit 410edb1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ RUN \
vim-enhanced sudo docker-ce-cli teleport azure-cli google-cloud-sdk google-cloud-sdk-gke-gcloud-auth-plugin \
dialog httpie bind-utils httpd-tools iproute iputils tree \
git net-tools nmap openssl openssl-devel bc \
gettext jq rsync strace sshpass pv procps-ng traceroute \
python38-pip python38-devel libffi-devel rust cargo" && \
gettext jq rsync strace sshpass pv procps-ng time traceroute \
python38-devel python38-pip python39-devel python39-pip libffi-devel rust cargo" && \
dnf install -y $INSTALL_PACKAGES && \
dnf clean all && \
rm -rf /var/cache/dnf
Expand Down
2 changes: 1 addition & 1 deletion templates/kubespray/main.tf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module "cluster" {
source = "github.com/getupcloud/terraform-cluster-kubespray?ref=v3.2.0"
source = "github.com/getupcloud/terraform-cluster-kubespray?ref=v3.3.0"

# cluster basics
customer_name = var.customer_name
Expand Down

0 comments on commit 410edb1

Please sign in to comment.