Skip to content

Commit

Permalink
Bump example version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
rpadovani authored Feb 15, 2023
1 parent 7def121 commit fee72c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Alongside, let's specify the CRDs we want to manage:
```terraform
module "kube_prometheus_stack_crds" {
source = "rpadovani/helm-crds/kubectl"
version = "0.2.0"
version = "0.3.0"
crds_urls = [
"https://raw.githubusercontent.com/prometheus-community/helm-charts/kube-prometheus-stack-${var.chart_version}/charts/kube-prometheus-stack/crds/crd-alertmanagerconfigs.yaml",
Expand Down Expand Up @@ -68,4 +68,4 @@ resource "helm_release" "kube_prometheus_stack" {
[3]: https://registry.terraform.io/providers/gavinbunney/kubectl/latest/docs#configuration
[4]: https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/README.md
[5]: https://registry.terraform.io/providers/hashicorp/helm/latest/docs
[6]: https://registry.terraform.io/modules/rpadovani/helm-crds/kubectl/latest?tab=inputs
[6]: https://registry.terraform.io/modules/rpadovani/helm-crds/kubectl/latest?tab=inputs

0 comments on commit fee72c4

Please sign in to comment.