Skip to content

Commit

Permalink
initial security fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jarpat committed Nov 7, 2023
1 parent c4e0de5 commit ad8eac7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ 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.12.0
ARG KUBECTL_VERSION=1.26.7
ARG TERRAFORM_VERSION=1.4.5-*
ARG HELM_VERSION=3.13.1
ARG KUBECTL_VERSION=1.26.10
ARG TERRAFORM_VERSION=1.6.3-*

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# Reference : pypi.org
#
ansible==8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
ansible==8.5.0 # 8.0.0 # 6.4.0 # 5.5.0 # 2.10.7
openshift==0.13.1 # 0.12.0
kubernetes==26.1.0 # 24.2.0 # 23.3.0 # 12.0.1
dnspython==2.3.0 # 2.2.1 # 2.1.0
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.12.0
helm_version: 3.13.1

0 comments on commit ad8eac7

Please sign in to comment.