Skip to content

Commit

Permalink
Merge pull request #564 from sassoftware/PSKD-518
Browse files Browse the repository at this point in the history
feat: add support for K8S 1.30 (PSKD-518)
  • Loading branch information
joshhames authored Jul 30, 2024
2 parents 7477c7f + ba962de commit de5c139
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.28.7
ARG kubectl_version=1.29.7

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 | >=25.0.3 |
| ~ | git | any |
| ~ | rsync | any |
| ~ | kubectl | 1.26 - 1.28 |
| ~ | kubectl | 1.28 - 1.30 |
| ~ | Helm | 3.14.2 |
| pip3 | ansible | 9.2.0 |
| pip3 | openshift | 0.13.2 |
Expand Down Expand Up @@ -49,7 +49,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
```bash
# Override kubectl version
docker build \
--build-arg kubectl_version=1.28.7 \
--build-arg kubectl_version=1.29.7 \
-t viya4-deployment .
```

Expand Down

0 comments on commit de5c139

Please sign in to comment.