Skip to content

Commit

Permalink
feat: (IAC-1147) DAC - Support K8s 1.27 in 2023.09 (#484)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoucgitter authored Aug 30, 2023
1 parent 22f35d4 commit 83ee36d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ RUN apt-get update && apt-get upgrade -y \
&& update-alternatives --install /usr/bin/pip pip /usr/bin/pip3 1

FROM baseline as tool_builder
ARG kubectl_version=1.25.9
ARG kubectl_version=1.26.8

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following list details our dependencies and versions (~ indicates multiple p
| ~ | docker | >=20.10.10 |
| ~ | git | any |
| ~ | rsync | any |
| ~ | kubectl | 1.24 - 1.26 |
| ~ | kubectl | 1.25 - 1.27 |
| ~ | Helm | 3 |
| pip3 | ansible | 8.0.0 |
| pip3 | openshift | 0.13.1 |
Expand Down Expand Up @@ -48,7 +48,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
```bash
# Override kubectl version
docker build \
--build-arg kubectl_version=1.25.9 \
--build-arg kubectl_version=1.26.8 \
-t viya4-deployment .
```

Expand Down
2 changes: 0 additions & 2 deletions roles/baseline/defaults/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,10 @@ ingressVersions:
value: 23
api:
chartVersion: 4.3.0
appVersion: 1.4.0
k8sMinorVersionFloor:
value: 24
api:
chartVersion: 4.7.1
appVersion: 1.8.1

## Ingress-nginx - Ingress
##
Expand Down

0 comments on commit 83ee36d

Please sign in to comment.