We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e9e481 commit 65dde61Copy full SHA for 65dde61
3 files changed
argocd-helmfile-v0171/Dockerfile
@@ -1,6 +1,6 @@
1
-FROM quay.io/argoproj/argocd:v3.3.6
+FROM quay.io/argoproj/argocd:v3.3.7
2
3
-LABEL version="3.3.6-0.171.0"
+LABEL version="3.3.7-0.171.0"
4
LABEL maintainer="sakamoto@chatwork.com"
5
6
# Switch to root for the ability to perform install
argocd-helmfile-v0171/goss/goss.yaml
@@ -4,7 +4,7 @@ command:
/usr/local/bin/argocd version:
exit-status: 1
stdout:
7
- - "3.3.6"
+ - "3.3.7"
8
/usr/local/bin/kubectl version --client:
9
exit-status: 0
10
/usr/local/bin/helm plugin list:
0 commit comments