Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion argocd-helmfile-v0171/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ARG HELM_VERSION=3.19.2
ARG HELM_LOCATION="https://get.helm.sh"
ARG HELM_FILE_NAME="helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz"
ARG HELMFILE_FILE_NAME="helmfile_${HELMFILE_VERSION}_${TARGETOS}_${TARGETARCH}.tar.gz"
ARG KUBECTL_VERSION=1.35.1
ARG KUBECTL_VERSION=1.35.2
ARG SOPS_VERSION=3.10.1
ARG HELM_DIFF_VERSION=3.12.0
ARG HELM_SECRETS_VERSION=4.6.5
Expand Down
5 changes: 3 additions & 2 deletions argocd-helmfile-v0171/variant.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2004,13 +2004,14 @@ dependencies:
url: https://api.github.com/repos/helmfile/helmfile/releases/199793917
zipball_url: https://api.github.com/repos/helmfile/helmfile/zipball/v0.171.0
kubectl:
version: 1.35.1
previousVersion: 1.35.0
version: 1.35.2
previousVersion: 1.35.1
versions:
- 1.34.2
- 1.34.3
- 1.35.0
- 1.35.1
- 1.35.2
meta:
dependencies:
argocd:
Expand Down
Loading