Releases: colinwilson/terraform-digitalocean-doks-harbor
Releases · colinwilson/terraform-digitalocean-doks-harbor
0.1.3
Changelog since 0.1.2
harbornamespace is now created if it doesn't exist via thehelm_releaseresources- Remove Harbor chart version from chart
name - The Redis proxy daemonset is now deployed via the
helm_releaseresource - Update Traefik module example to reflect changes to namespace deployment via
helm_release. - Update README.md
0.1.2
Changelog since 0.1.1
- Option to deploy Harbor using
ingressinstead ofclusteripas theexposetype - Add new example; Combines this module with a Traefik module to deploy Harbor with the Traefik Ingress Controller
- Namespace creation is now optional (default:
harbor) - Harbor chart can now use a custom
values.yamlfile - Update README.md
0.1.1
Changelog since 0.1.0
- Existing Postgres & Redis Clusters can now be utilised (input variables
postgres_cluster_name&redis_cluster_name). - Update
README.md[WIP] - Update examples [WIP]
- Add Terraform Checks via GitHub Actions (init, format, validate, plan)