Releases: Azure-Terraform/terraform-helm-linkerd
Releases · Azure-Terraform/terraform-helm-linkerd
v0.5.0
v0.4.2-edge
Upgraded helm chart version to work with newer K8s version
v0.4.1-edge
Updated tls provider version constraint
v0.4.0-edge
What's Changed
- Adding timeout to the rest of the helm charts by @mikemcallister-lnrisk in #6
- CNI, HA and Cleanup by @appkins in #8
New Contributors
Full Changelog: v0.3.0...v0.4.0-edge
Bug fix and configurable timeout
- Removed conditional creation of sp-validattor cert. The secret linkerd-sp-validator-k8s-tls from cert linked-sp-validator is required to be installed for linkerd to start. Previously the creation of the cert was based on whether or not linkerd-viz was being added. This cert is needed by the base linkerd install.
- Added configurable timeout for linkerd chart to be installed, defaulted to 15 mins. I've observed that occasionally it can take a long time to download the linkerd images and thus it can take a while before helm reports the pods are installed.
Per: #5
FIx for variable misuse
Merge pull request #4 from mandsa01/main Update main.tf
Initial Release
Merge pull request #1 from Azure-Terraform/develop Initial Commit