Pushing Helm Charts to Quay

396 views
Skip to first unread message

Josh Harshman

unread,
May 16, 2018, 4:43:52 PM5/16/18
to CoreOS User
Some quick background,

Quay v2.9.1 w/ Self signed certificate.  Followed setup documented at the links below for setting up the helm-appr-registry plugin and getting it to use self signed certificates


The plugin appears to be working successfully as I can connect to Quay.io.
```
➜  registry git:(master) ✗ helm registry version quay.io
Api-version: {u'cnr-api': u'0.2.7'}
Client-version: 0.7.4
```

However when attempting to connect to my org's quay registry I get a connection error.
```
➜  registry git:(master) ✗ helm registry version registrydev.platform.int
Api-version: .. Connection error
Client-version: 0.7.4
```

Has anyone set this up successfully? 

Thanks in advance,
- Josh

Josh Harshman

unread,
May 17, 2018, 12:39:55 PM5/17/18
to CoreOS User
Got it to work by bypassing certificate verification with the `--insecure` or `-k` flag. Not exactly what I wanted but works for now.

Jimmy Zelinskie

unread,
May 17, 2018, 3:02:09 PM5/17/18
to CoreOS User
It's also possible to set an env-var APPR_CA_BUNDLE or provide the CA via the command line with the flag --cacert

See this issue for more detail:
Reply all
Reply to author
Forward
0 new messages