You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Please [Search for issues across the different CKAN Cloud repositories](https://github.com/search?q=repo%3AViderumGlobal%2Fckan-cloud-docker+repo%3AViderumGlobal%2Fckan-cloud-helm+repo%3AViderumGlobal%2Fckan-cloud-cluster&type=Issues)
6
+
7
+
## Suggested development flow
8
+
9
+
You want to make some changes to the helm charts? Great!
10
+
11
+
Please follow this suggested flow:
12
+
13
+
* Changes to Docker images should be done in ViderumGlobal/ckan-cloud-docker repo
14
+
* Test changes to the Docker images using the `ckan-cloud-docker` docker compose environment
15
+
* Use the [Minikube environment](QUICKSTART_MINIKUBE.md) to test and modify the Helm templates
16
+
* Finally, test on a [Production environment](QUICKSTART_PRODUCTION.md)
17
+
18
+
## CI/CD
19
+
20
+
* Helm chart repository is hosted on the same GitHub branch as the helm charts
21
+
* The repository is updated when a new release is published on GitHub
0 commit comments