Skip to content

Commit

Permalink
feat: (IAC-1438) Update Dependencies to Resolve Security Warnings (#121)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat authored May 1, 2024
1 parent 17cc914 commit 02f76cb
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.14.2
ARG HELM_VERSION=3.14.4
ARG KUBECTL_VERSION=1.28.7
ARG TERRAFORM_VERSION=1.7.4-*

Expand Down
2 changes: 1 addition & 1 deletion docs/REQUIREMENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -674,4 +674,4 @@ The third-party applications that are listed in the following table are supporte
| [Ansible](https://www.ansible.com/) | Core 2.16.1 |
| [Terraform](https://www.terraform.io/) | 1.7.4 |
| [Docker](https://www.docker.com/) | 20.10.17 |
| [Helm](https://helm.sh/) | 3.14.2 |
| [Helm](https://helm.sh/) | 3.14.4 |
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.14.2
helm_version: 3.14.4

0 comments on commit 02f76cb

Please sign in to comment.