File tree Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Expand file tree Collapse file tree 6 files changed +8
-7
lines changed Original file line number Diff line number Diff line change 18
18
},
19
19
// https://github.com/devcontainers/features/tree/main/src/kubectl-helm-minikube
20
20
"ghcr.io/devcontainers/features/kubectl-helm-minikube:1" : {
21
- "version" : " 1.31.7 "
21
+ "version" : " 1.31.9 "
22
22
},
23
23
// https://github.com/rio/features/tree/main/src/kustomize
24
24
"ghcr.io/rio/features/kustomize:1" : {},
Original file line number Diff line number Diff line change 63
63
strategy :
64
64
fail-fast : false
65
65
matrix :
66
- argocd_version : ["v2.13 .5", "v2.14.5 ", "v3.0 .0"]
66
+ argocd_version : ["v2.14 .5", "v3.0.0 ", "v3.1 .0"]
67
67
terraform_version : ["1.4.*"]
68
68
steps :
69
69
- name : Check out code
Original file line number Diff line number Diff line change 11
11
<env name =" ARGOCD_AUTH_PASSWORD" value =" acceptancetesting" />
12
12
<env name =" ARGOCD_CONTEXT" value =" kind-argocd" />
13
13
<env name =" USE_TESTCONTAINERS" value =" true" />
14
- <env name =" K3S_VERSION" value =" v1.31.6 -k3s1" />
14
+ <env name =" K3S_VERSION" value =" v1.31.9 -k3s1" />
15
15
<env name =" TF_ACC" value =" 1" />
16
16
</envs >
17
17
<framework value =" gotest" />
Original file line number Diff line number Diff line change @@ -37,6 +37,7 @@ The following table shows the versions of Argo CD that are tested with each vers
37
37
38
38
| Provider version | Argo CD versions |
39
39
| ---| ---|
40
+ | 7.11 | v2.14, v3.0, v3.1 |
40
41
| 7.7 | v2.13, v2.14, v3.0 |
41
42
| 7.5 | v2.12, v2.13, v2.14 |
42
43
| 7.4 | v2.11, v2.12, v2.13 |
Original file line number Diff line number Diff line change @@ -21,8 +21,8 @@ func TestMain(m *testing.M) {
21
21
envDefaultValue ("ARGOCD_SERVER" , "127.0.0.1:8080" )
22
22
envDefaultValue ("ARGOCD_INSECURE" , "true" )
23
23
envDefaultValue ("USE_TESTCONTAINERS" , "true" )
24
- envDefaultValue ("K3S_VERSION" , "v1.31.6 -k3s1" )
25
- envDefaultValue ("ARGOCD_VERSION" , "v3.0 .0" )
24
+ envDefaultValue ("K3S_VERSION" , "v1.31.9 -k3s1" )
25
+ envDefaultValue ("ARGOCD_VERSION" , "v3.1 .0" )
26
26
27
27
if os .Getenv ("USE_TESTCONTAINERS" ) == "true" {
28
28
os .Exit (runTestSuite (m ))
Original file line number Diff line number Diff line change @@ -4,8 +4,8 @@ kind: Cluster
4
4
name : argocd
5
5
nodes :
6
6
- role : control-plane
7
- # It seems that the latest .7 patch release is not available, use latest available one instead
8
- image : kindest/node:v1.31.6
7
+ # It seems that the latest .11 patch release is not available, use latest available one instead
8
+ image : kindest/node:v1.31.9
9
9
extraPortMappings :
10
10
- containerPort : 30123
11
11
hostPort : 8080
You can’t perform that action at this time.
0 commit comments