Skip to content

Releases: RedHatInsights/clowder

0.3.0

28 Jan 11:03
Compare
Choose a tag to compare

This release brings with it the new private port feature. Clowder now supports having one private port exposed, in addition to the one public and one metrics port.


To install Clowder in your local environment, first make sure you've installed Minikube and have it running. Then download the attached manifest YAML and run:

minikube kubectl -- apply -f clowder-manifest-0.3.0.yml --validate=false

You may also need pull secrets for both quay and rh_registry in order to obtain the correct images.

0.2.0

26 Jan 11:33
8379748
Compare
Choose a tag to compare

To install Clowder in your local environment, first make sure you've installed Minikube and have it running. Then download the attached manifest YAML and run:

kubectl apply -f clowder-manifest-0.2.0.yml

You may also need pull secrets for both quay and rh_registry in order to obtain the correct images.

0.1.0

22 Jan 06:36
bc30a29
Compare
Choose a tag to compare

To install Clowder in your local environment, first make sure you've installed Minikube and have it running. Then download the attached manifest YAML and run:

kubectl apply -f clowder-manifest-0.1.0.yml

You may also need pull secrets for both quay and rh_registry in order to obtain the correct images.