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
4 changes: 2 additions & 2 deletions argocd-helmfile-v0171/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM quay.io/argoproj/argocd:v3.2.3
FROM quay.io/argoproj/argocd:v3.2.4

LABEL version="3.2.3-0.171.0"
LABEL version="3.2.4-0.171.0"
LABEL maintainer="sakamoto@chatwork.com"

# Switch to root for the ability to perform install
Expand Down
2 changes: 1 addition & 1 deletion argocd-helmfile-v0171/goss/goss.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ command:
/usr/local/bin/argocd version:
exit-status: 1
stdout:
- "3.2.3"
- "3.2.4"
/usr/local/bin/kubectl version --client:
exit-status: 0
/usr/local/bin/helm plugin list:
Expand Down
Loading
Loading