Latest Boards releases directly from Dockerhub¶
Warning
These instructions are in the process of being deprecated. We are moving to hosting our images in Quay.io instead of Dockerhub. Please see these instructions.
You can get the latest versions of Huddo Boards Docker by subscribing to our own repository in dockerhub as follows:
- Create a dockerhub account if you do not already have one.
- Email support@huddo.com requesting access to Huddo Boards Docker repository, include your dockerhub account name in the email.
-
Create kubernetes secret with your dockerhub account credentials
kubectl create secret docker-registry dockerhub --docker-server=docker.io --docker-username=[user] --docker-password=[password] --docker-email=[email] --namespace=connections
-
Once confirmed by reply email, update your
boards-cp.yaml
file as per this example.-
At the top set
global.imagePullSecret
todockerhub
- remove your customised
global.repository
global.imageTagSuffix
as the date of our latest release and uncomment it
-
Add
image.name
(blank) andimage.tag
for each service as per this example.Tip
Some of the services (
app
,provider
,notification
) might not be in yourboards-cp.yaml
file, you must add them.
-
-
Run helm to apply the changes.
helm upgrade kudos-boards-cp https://docs.huddo.com/assets/config/kubernetes/kudos-boards-cp-3.1.4.tgz -i -f ./boards-cp.yaml --namespace connections --recreate-pods
Last update:
2023-06-20