Commit 993a736
authored
ImagePullPolicy support for GitOps Service (#992)
* added imagePullPolicy config for gitops-service
Signed-off-by: Alka Kumari <[email protected]>
* added ginkgo test cases for imagePullPolicy feature in Gitops Servicee
Signed-off-by: Alka Kumari <[email protected]>
* updated the manifest files
Signed-off-by: Alka Kumari <[email protected]>
* added ginkgo test case for subscription env variable for imagePullPolicy
Signed-off-by: Alka Kumari <[email protected]>
* moved imagepullpolicy test for backend deployment and plugin deployment to sequential folder
Signed-off-by: Alka Kumari <[email protected]>
* Enabled plugin deployment in ginkgo test cases
Signed-off-by: Alka Kumari <[email protected]>
* corrected setting up emv var
Signed-off-by: Alka Kumari <[email protected]>
* typo in ginkgo test case
Signed-off-by: Alka Kumari <[email protected]>
* changed os.setenv in ginkgo tes
cases
Signed-off-by: Alka Kumari <[email protected]>
* Reused upstream GetImagePullPolicy
Signed-off-by: Alka Kumari <[email protected]>
* downstreamed new GetImagePullPolicy function from argocd-operator
Signed-off-by: Alka Kumari <[email protected]>
* changed logic to set env variable in csv
Signed-off-by: Alka Kumari <[email protected]>
* removed unwanted code from imagepullpolicy ginkgo test case
Signed-off-by: Alka Kumari <[email protected]>
* commented ginkgo test case which was not working as expected
Signed-off-by: Alka Kumari <[email protected]>
---------
Signed-off-by: Alka Kumari <[email protected]>1 parent 35d543b commit 993a736
File tree
14 files changed
+466
-27
lines changed- api/v1alpha1
- bundle/manifests
- common
- config/crd/bases
- controllers
- test/openshift/e2e/ginkgo
- fixture
- sequential
14 files changed
+466
-27
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
37 | 40 | | |
38 | 41 | | |
39 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
180 | 180 | | |
181 | 181 | | |
182 | 182 | | |
183 | | - | |
| 183 | + | |
184 | 184 | | |
185 | 185 | | |
186 | 186 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
20 | 22 | | |
21 | 23 | | |
22 | 24 | | |
| |||
33 | 35 | | |
34 | 36 | | |
35 | 37 | | |
| 38 | + | |
| 39 | + | |
36 | 40 | | |
37 | 41 | | |
38 | 42 | | |
| |||
Lines changed: 8 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
174 | 174 | | |
175 | 175 | | |
176 | 176 | | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
177 | 185 | | |
178 | 186 | | |
179 | 187 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
136 | | - | |
137 | | - | |
| 136 | + | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
625 | 625 | | |
626 | 626 | | |
627 | 627 | | |
628 | | - | |
| 628 | + | |
629 | 629 | | |
630 | 630 | | |
631 | 631 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
607 | 607 | | |
608 | 608 | | |
609 | 609 | | |
610 | | - | |
| 610 | + | |
611 | 611 | | |
612 | 612 | | |
613 | 613 | | |
| |||
654 | 654 | | |
655 | 655 | | |
656 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
657 | 661 | | |
658 | 662 | | |
659 | 663 | | |
| |||
744 | 748 | | |
745 | 749 | | |
746 | 750 | | |
747 | | - | |
| 751 | + | |
748 | 752 | | |
749 | 753 | | |
750 | 754 | | |
751 | 755 | | |
752 | 756 | | |
753 | 757 | | |
754 | 758 | | |
755 | | - | |
756 | | - | |
| 759 | + | |
| 760 | + | |
| 761 | + | |
757 | 762 | | |
758 | 763 | | |
759 | 764 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
| 65 | + | |
66 | 66 | | |
67 | 67 | | |
68 | 68 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
| |||
0 commit comments