Skip to content

Releases: colinwilson/terraform-digitalocean-doks-harbor

0.1.3

26 Jan 00:59
49865ed

Choose a tag to compare

Changelog since 0.1.2

  • harbor namespace is now created if it doesn't exist via the helm_release resources
  • Remove Harbor chart version from chart name
  • The Redis proxy daemonset is now deployed via the helm_release resource
  • Update Traefik module example to reflect changes to namespace deployment via helm_release.
  • Update README.md

0.1.2

07 Jan 14:06
82244a2

Choose a tag to compare

Changelog since 0.1.1

  • Option to deploy Harbor using ingress instead of clusterip as the expose type
  • 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.yaml file
  • Update README.md

0.1.1

01 Jan 19:00
6ebb6ce

Choose a tag to compare

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)

0.1.0

27 Dec 14:21
f0f4c5f

Choose a tag to compare

Initial Release