Skip to content

Commit

Permalink
feat: bump kubectl version
Browse files Browse the repository at this point in the history
  • Loading branch information
saschjmil committed Oct 16, 2024
1 parent 1f361d8 commit ed50633
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.29.7
ARG kubectl_version=1.29.8

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion docs/user/Dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ As described in the [Docker Installation](./DockerUsage.md) section add addition
```bash
# Override kubectl version
docker build \
--build-arg kubectl_version=1.29.7 \
--build-arg kubectl_version=1.29.8 \
-t viya4-deployment .
```

Expand Down

0 comments on commit ed50633

Please sign in to comment.