Skip to content

Commit

Permalink
Updated VALS version from 0.24.0 to 0.37.1 (current latest) (#451)
Browse files Browse the repository at this point in the history
Co-authored-by: Juliusz <juliusz.jaksa@xylem.com>
  • Loading branch information
juliuszjaksa and Juliusz committed May 10, 2024
1 parent 72fabc2 commit 4ee7d5e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine:latest

ARG VERSION_HELM=3.11.0
ARG VERSION_SOPS=3.8.1
ARG VERSION_VALS=0.24.0
ARG VERSION_VALS=0.37.1
ARG VERSION_KUBECTL=0.21.0

SHELL ["/bin/sh", "-exc"]
Expand Down
4 changes: 2 additions & 2 deletions docs/ArgoCD Integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ Below is an example `Dockerfile` which incorporates `sops` and `helm-secrets` in
ARG ARGOCD_VERSION="v2.6.2"
FROM argoproj/argocd:$ARGOCD_VERSION
ARG SOPS_VERSION="3.8.1"
ARG VALS_VERSION="0.24.0"
ARG VALS_VERSION="0.37.1"
ARG HELM_SECRETS_VERSION="4.6.0"
ARG KUBECTL_VERSION="1.26.1"
# vals or sops
Expand Down Expand Up @@ -261,7 +261,7 @@ repoServer:
- name: KUBECTL_VERSION
value: "1.26.1"
- name: VALS_VERSION
value: "0.24.0"
value: "0.37.1"
- name: SOPS_VERSION
value: "3.8.1"
args:
Expand Down
2 changes: 1 addition & 1 deletion examples/argo-cd/setup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ argo-cd:
- name: KUBECTL_VERSION
value: "1.24.3"
- name: VALS_VERSION
value: "0.24.0"
value: "0.37.1"
- name: SOPS_VERSION
value: "3.8.1"
args:
Expand Down
2 changes: 1 addition & 1 deletion tests/alpine.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM alpine

ARG VERSION_HELM=3.11.0
ARG VERSION_SOPS=3.8.1
ARG VERSION_VALS=0.24.0
ARG VERSION_VALS=0.37.1

RUN apk add git curl gnupg ruby bash \
&& curl -sSfL https://github.com/getsops/sops/releases/download/v${VERSION_SOPS}/sops-v${VERSION_SOPS}.linux -o /usr/local/bin/sops \
Expand Down
2 changes: 1 addition & 1 deletion tests/ubuntu.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:22.04

ARG VERSION_HELM=3.11.0
ARG VERSION_SOPS=3.8.1
ARG VERSION_VALS=0.24.0
ARG VERSION_VALS=0.37.1

RUN apt-get update -qq && apt-get install -yqq git curl gnupg2 ruby \
&& curl -sSfL https://github.com/getsops/sops/releases/download/v${VERSION_SOPS}/sops-v${VERSION_SOPS}.linux -o /usr/local/bin/sops \
Expand Down

0 comments on commit 4ee7d5e

Please sign in to comment.