Skip to content

Commit

Permalink
Increase kubernetes to 1.26.11
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickEvers committed Dec 20, 2023
1 parent 1b96ea5 commit c3d122b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion awx-ee/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ARG PKGMGR

ARG HELM_VERSION=3.13.2
ARG TERRAFORM_VERSION=1.6.3
ARG KUBECTL_VERSION=1.26.10
ARG KUBECTL_VERSION=1.26.11
ARG OP_VERSION=2.22.0
RUN pip3 install --upgrade pip setuptools
RUN dnf install -y unzip
Expand Down
2 changes: 1 addition & 1 deletion awx-ee/execution-environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ additional_build_steps:
prepend_final: |
ARG HELM_VERSION=3.13.2
ARG TERRAFORM_VERSION=1.6.3
ARG KUBECTL_VERSION=1.26.10
ARG KUBECTL_VERSION=1.26.11
ARG OP_VERSION=2.22.0
RUN pip3 install --upgrade pip setuptools
RUN dnf install -y unzip
Expand Down

0 comments on commit c3d122b

Please sign in to comment.