File tree Expand file tree Collapse file tree 5 files changed +29
-10
lines changed
containers/git/testdata/004-multi-images-public
suite/004-multiple-images Expand file tree Collapse file tree 5 files changed +29
-10
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,3 @@ The end-to-end tests are comprised of the following components:
44
44
## Run the test suite
45
45
46
46
1 . Run ` ./e2e-test.sh ` to run all the tests located in ` ./suite ` .
47
-
48
- ## Known issues
49
-
50
- 1 . ` ./suite/004-multiple-images ` is failing now.
Original file line number Diff line number Diff line change
1
+ apiVersion : apps/v1
2
+ kind : Deployment
3
+ metadata :
4
+ name : e2e-registry
5
+ spec :
6
+ replicas : 1
7
+ selector :
8
+ matchLabels :
9
+ app : test-app-001
10
+ component : argocd-image-updater-e2e
11
+ template :
12
+ metadata :
13
+ labels :
14
+ app : test-app-001
15
+ component : argocd-image-updater-e2e
16
+ spec :
17
+ containers :
18
+ - name : test-nginx
19
+ image : nginx:1.17.0
20
+ - name : test-memcached
21
+ image : memcached:1.6.0
Original file line number Diff line number Diff line change
1
+ resources :
2
+ - deployment.yaml
Original file line number Diff line number Diff line change @@ -8,15 +8,15 @@ kind: Application
8
8
metadata :
9
9
name : image-updater-004
10
10
annotations :
11
- argocd-image-updater.argoproj.io/image-list : test1=10.42.0.1:30000/ test-image :1.X.X,test2=10.42.0.1:30000/other-image:1.X.X
11
+ argocd-image-updater.argoproj.io/image-list : test-nginx=nginx :1.17.10,test-memcached=memcached:1.6.10
12
12
argocd-image-updater.argoproj.io/test.update-strategy : semver
13
13
finalizers :
14
14
- resources-finalizer.argocd.argoproj.io
15
15
spec :
16
16
project : default
17
17
source :
18
18
repoURL : http://10.42.0.1:30002/testdata.git
19
- path : ./004-multi-images
19
+ path : ./004-multi-images-public
20
20
targetRevision : HEAD
21
21
destination :
22
22
server : https://kubernetes.default.svc
Original file line number Diff line number Diff line change 6
6
source :
7
7
kustomize :
8
8
images :
9
- - 10.42.0.1:30000/test-image:1.0.2
10
- - 10.42.0.1:30000/other-image:1.0.1
9
+ - nginx:1.17.10
10
+ - memcached:1.6.10
11
11
status :
12
12
health :
13
13
status : Healthy
@@ -20,5 +20,5 @@ metadata:
20
20
namespace : image-updater-e2e-004
21
21
spec :
22
22
containers :
23
- - image : 10.42.0.1:30000/test-image:1.0.2
24
- - image : 10.42.0.1:30000/other-image:1.0.1
23
+ - image : nginx:1.17.10
24
+ - image : memcached:1.6.10
You can’t perform that action at this time.
0 commit comments