MyGit
🚩收到GitHub仓库的更新通知

hashicorp/terraform-provider-helm

Fork: 358 Star: 961 (更新于 1970-01-01 00:00:00)

license: MPL-2.0

Language: Go .

Terraform Helm provider

最后发布版本: v2.11.0 ( 2023-08-25 05:42:05)

官方网址 GitHub网址

✨免费申请网站SSL证书,支持多域名和泛域名,点击查看
Terraform logo

Helm Provider for Terraform Actions StatusGitHub tag (latest SemVer)licenseGo Report Card

This is the Helm provider for Terraform.

This provider allows you to install and manage Helm Charts in your Kubernetes cluster using Terraform.

Contents

Requirements

  • Terraform v0.12.x
  • Go v1.18.x (to build the provider plugin)

Getting Started

This is a small example of how to install the nginx ingress controller chart. Please read the documentation for more information.

provider "helm" {
  kubernetes {
    config_path = "~/.kube/config"
  }
}

resource "helm_release" "nginx_ingress" {
  name       = "nginx-ingress-controller"

  repository = "https://charts.bitnami.com/bitnami"
  chart      = "nginx-ingress-controller"

  set {
    name  = "service.type"
    value = "ClusterIP"
  }
}

Contributing

The Helm Provider for Terraform is the work of many contributors. We appreciate your help!

To contribute, please read the contribution guidelines. You may also report an issue. Once you've filed an issue, it will follow the issue lifecycle.

Also available are some answers to Frequently Asked Questions.

最近版本更新:(数据更新于 1970-01-01 00:00:00)

2023-08-25 05:42:05 v2.11.0

2023-06-05 20:47:19 v2.10.1

2023-05-31 23:08:42 v2.10.0

2023-02-14 18:46:21 v2.9.0

2022-12-14 07:05:19 v2.8.0

2022-10-13 00:57:55 v2.7.1

2022-09-29 01:05:56 v2.7.0

2022-06-18 02:28:28 v2.6.0

2022-04-12 04:02:36 v2.5.1

2022-03-29 04:12:03 v2.5.0

主题(topics):

helm, kubernetes, terraform, terraform-provider

hashicorp/terraform-provider-helm同语言 Go最近更新仓库

2024-05-14 03:10:35 sashabaranov/go-openai

2024-05-13 10:47:39 argoproj/argo-workflows

2024-05-13 05:28:11 glanceapp/glance

2024-05-12 09:59:41 ollama/ollama

2024-05-11 16:51:48 shadow1ng/fscan

2024-05-11 11:05:53 aliyun/alibaba-cloud-sdk-go