Skip to content

Commit

Permalink
bump helm version
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 8, 2023
1 parent abbde81 commit 88ff545
Show file tree
Hide file tree
Showing 3 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 @@ -8,7 +8,7 @@ RUN apt-get update && apt-get upgrade -y --no-install-recommends \

# Layers used for building/downloading/installing tools
FROM baseline as tool_builder
ARG HELM_VERSION=3.13.1
ARG HELM_VERSION=3.13.2
ARG KUBECTL_VERSION=1.26.10
ARG TERRAFORM_VERSION=1.6.3-*

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ The following software is required in order to run the SAS Viya IaC tools here o
- [Terraform](https://www.terraform.io/downloads) - v1.6.3 (min. v1.4.5)
- [Ansible](https://docs.ansible.com/ansible/latest/installation_guide/intro_installation.html) - v2.15.6
- [Docker](https://docs.docker.com/engine/install/) - v20.10.17
- [Helm](https://helm.sh/docs/intro/install/) - v3.13.1
- [Helm](https://helm.sh/docs/intro/install/) - v3.13.2

#### Docker Requirements

Expand Down
2 changes: 1 addition & 1 deletion roles/kubernetes/common/defaults/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# SPDX-License-Identifier: Apache-2.0

---
helm_version: 3.13.1
helm_version: 3.13.2

0 comments on commit 88ff545

Please sign in to comment.