We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e9e481 + b955174 commit e4e5a28Copy full SHA for e4e5a28
3 files changed
argocd-helmfile/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-1.4.4"
+LABEL version="3.3.7-1.4.4"
4
LABEL maintainer="sakamoto@chatwork.com"
5
6
# Switch to root for the ability to perform install
argocd-helmfile/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