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-plugin-v0171/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM ubuntu:22.04
ARG TARGETOS
ARG TARGETARCH

ARG KUBECTL_VERSION=1.35.1
ARG KUBECTL_VERSION=1.35.2
ARG HELMFILE_VERSION=0.171.0
ARG HELM_VERSION=3.19.2
ARG HELM_FILE_NAME=helm-v${HELM_VERSION}-${TARGETOS}-${TARGETARCH}.tar.gz
Expand Down
5 changes: 3 additions & 2 deletions argocd-helmfile-plugin-v0171/variant.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1550,13 +1550,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:
helm:
Expand Down
Loading