Skip to content

Commit

Permalink
update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
T-Systems MMS committed Feb 17, 2022
1 parent fa993df commit 7b3436d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Changelog

## [0.0.1](https://github.com/T-Systems-MMS/terraform-helm/tree/0.0.1) (2022-01-06)
## [0.0.1](https://github.com/T-Systems-MMS/terraform-helm-helm/tree/0.0.1) (2022-01-06)

[Full Changelog](https://github.com/T-Systems-MMS/terraform-helm/compare/e5d3e92ce2ef9e0b575e48f9926e6ad14ce3c845...0.0.1)
[Full Changelog](https://github.com/T-Systems-MMS/terraform-helm-helm/compare/e5d3e92ce2ef9e0b575e48f9926e6ad14ce3c845...0.0.1)



Expand Down
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ This module manages helm releases.

| Name | Version |
|------|---------|
| azurerm | >=2.19.0 |
| terraform | ~>1.0 |
| helm | >=2.0 |

## Providers

| Name | Version |
|------|---------|
| helm | n/a |
| helm | >=2.0 |

## Resources

Expand All @@ -39,7 +40,7 @@ This module manages helm releases.

```hcl
module "helm_controller" {
source = "../modules/azure/terraform-helm"
source = "registry.terraform.io/T-Systems-MMS/helm/helm"
helm_release = {
akv2k8s = {
repository = "https://charts.spvapi.no"
Expand Down Expand Up @@ -74,7 +75,7 @@ module "helm_controller" {
}
}
module "helm_certificates" {
source = "../modules/azure/terraform-helm"
source = "registry.terraform.io/T-Systems-MMS/helm/helm"
helm_release = {
wildcard-certificate = {
chart = "../../helm/akv2k8s/sync-certificate"
Expand Down

0 comments on commit 7b3436d

Please sign in to comment.