Commit Graph

9 Commits

Author SHA1 Message Date
Michael Henriksen
75f4fd6f2f
update k8s deps to 18.6 and controller runtime to 0.6.2 (#1330)
* update k8s deps to 1.18.6 and controller runtime to 0.6.2

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* remove building code generators from docker image.  This way the k8s ligray version only has to be updated in go.mod

Do more stuff in the bazel container.  Faster and better interop

Fix unit tests

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* make format

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* remove unnecessary rsync

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* redo code generator dep management

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>

* builder uses go modules

Signed-off-by: Michael Henriksen <mhenriks@redhat.com>
2020-08-07 14:09:52 +02:00
Alexander Wels
eb1c7aaf4b
[test] Attempt to import from registry without the CA config map existing (#1279)
* Add test case where we attempt to import from registry without the CA config map existing.
Verify that the pod remains pending for a while until we create the config map and then the import succeeds.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Add error check on phase.

Signed-off-by: Alexander Wels <awels@redhat.com>

* Switch to using Consistently in test.

Signed-off-by: Alexander Wels <awels@redhat.com>
2020-07-07 19:19:38 +02:00
Alexander Wels
886e76035e
Fix InsecureSkipVerify in imageio data source for http client. Use http data source client instead. (#1159)
Signed-off-by: Alexander Wels <awels@redhat.com>
2020-03-27 00:51:48 +01:00
Michael Henriksen
5740cee5fd fix host:port not allowed in insecure registry configmap 2019-05-29 17:05:55 -04:00
Alexander Wels
d4f419ddca
Update configmaps.go 2019-05-14 14:47:54 -04:00
Alexander Wels
f40c16b25b Randomize cdi namespace in tests.
Signed-off-by: Alexander Wels <awels@redhat.com>
2019-05-14 10:55:42 -04:00
Michael Henriksen
08ce3ad394 https cert configuration 2019-03-05 18:15:33 -05:00
Michael Henriksen
3892a7310d add configmap for insecure regestries 2019-02-25 20:12:56 -05:00
Michael Henriksen
717ceaa919 add ability for user to specify certs for import from registry 2019-02-18 09:06:46 -05:00