@cdktn/provider-helm 14.0.3 → 14.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.jsii CHANGED
@@ -72,7 +72,7 @@
72
72
  "stability": "stable"
73
73
  },
74
74
  "homepage": "https://github.com/cdktn-io/cdktn-provider-helm.git",
75
- "jsiiVersion": "5.9.42 (build fa17ba8)",
75
+ "jsiiVersion": "5.9.44 (build 150b837)",
76
76
  "keywords": [
77
77
  "cdk",
78
78
  "cdk-terrain",
@@ -94,7 +94,7 @@
94
94
  },
95
95
  "name": "@cdktn/provider-helm",
96
96
  "readme": {
97
- "markdown": "\n# CDKTN prebuilt bindings for hashicorp/helm provider version 3.1.2\n\nThis repo builds and publishes the [Terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-helm](https://www.npmjs.com/package/@cdktn/provider-helm).\n\n`npm install @cdktn/provider-helm`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-helm](https://pypi.org/project/cdktn-provider-helm).\n\n`pipenv install cdktn-provider-helm`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Helm](https://www.nuget.org/packages/Io.Cdktn.Providers.Helm).\n\n`dotnet add package Io.Cdktn.Providers.Helm`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-helm](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-helm).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-helm</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-helm-go`](https://github.com/cdktn-io/cdktn-provider-helm-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-helm-go/helm/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-helm-go/blob/main/helm/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-helm).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform helm provider version 1:1. In fact, it always tracks `latest` of `~> 3.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/3.1.2)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
97
+ "markdown": "\n# CDKTN prebuilt bindings for hashicorp/helm provider version 3.2.0\n\nThis repo builds and publishes the [Terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs) bindings for [CDK Terrain](https://cdktn.io).\n\n## Available Packages\n\n### NPM\n\nThe npm package is available at [https://www.npmjs.com/package/@cdktn/provider-helm](https://www.npmjs.com/package/@cdktn/provider-helm).\n\n`npm install @cdktn/provider-helm`\n\n### PyPI\n\nThe PyPI package is available at [https://pypi.org/project/cdktn-provider-helm](https://pypi.org/project/cdktn-provider-helm).\n\n`pipenv install cdktn-provider-helm`\n\n### Nuget\n\nThe Nuget package is available at [https://www.nuget.org/packages/Io.Cdktn.Providers.Helm](https://www.nuget.org/packages/Io.Cdktn.Providers.Helm).\n\n`dotnet add package Io.Cdktn.Providers.Helm`\n\n### Maven\n\nThe Maven package is available at [https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-helm](https://mvnrepository.com/artifact/io.cdktn/cdktn-provider-helm).\n\n```\n<dependency>\n <groupId>io.cdktn</groupId>\n <artifactId>cdktn-provider-helm</artifactId>\n <version>[REPLACE WITH DESIRED VERSION]</version>\n</dependency>\n```\n\n### Go\n\nThe go package is generated into the [`github.com/cdktn-io/cdktn-provider-helm-go`](https://github.com/cdktn-io/cdktn-provider-helm-go) package.\n\n`go get github.com/cdktn-io/cdktn-provider-helm-go/helm/<version>`\n\nWhere `<version>` is the version of the prebuilt provider you would like to use e.g. `v11`. The full module name can be found\nwithin the [go.mod](https://github.com/cdktn-io/cdktn-provider-helm-go/blob/main/helm/go.mod#L1) file.\n\n## Docs\n\nFind auto-generated docs for this provider here:\n\n- [Typescript](./docs/API.typescript.md)\n- [Python](./docs/API.python.md)\n- [Java](./docs/API.java.md)\n- [C#](./docs/API.csharp.md)\n- [Go](./docs/API.go.md)\n\nYou can also visit a hosted version of the documentation on [constructs.dev](https://constructs.dev/packages/@cdktn/provider-helm).\n\n## Versioning\n\nThis project is explicitly not tracking the Terraform helm provider version 1:1. In fact, it always tracks `latest` of `~> 3.0` with every release. If there are scenarios where you explicitly have to pin your provider version, you can do so by [generating the provider constructs manually](https://cdktn.io/docs/concepts/providers#import-providers).\n\nThese are the upstream dependencies:\n\n- [CDK Terrain](https://cdktn.io) - Last official release\n- [Terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/3.2.0)\n- [Terraform Engine](https://terraform.io)\n\nIf there are breaking changes (backward incompatible) in any of the above, the major version of this project will be bumped.\n\n## Features / Issues / Bugs\n\nPlease report bugs and issues to the [CDK Terrain](https://cdktn.io) project:\n\n- [Create bug report](https://github.com/open-constructs/cdk-terrain/issues)\n- [Create feature request](https://github.com/open-constructs/cdk-terrain/issues)\n\n## Contributing\n\n### Projen\n\nThis is mostly based on [Projen](https://projen.io), which takes care of generating the entire repository.\n\n### cdktn-provider-project based on Projen\n\nThere's a custom [project builder](https://github.com/cdktn-io/cdktn-provider-project) which encapsulate the common settings for all `cdktn` prebuilt providers.\n\n### Provider Version\n\nThe provider version can be adjusted in [./.projenrc.js](./.projenrc.js).\n\n### Repository Management\n\nThe repository is managed by [CDKTN Repository Manager](https://github.com/cdktn-io/cdktn-repository-manager/).\n"
98
98
  },
99
99
  "repository": {
100
100
  "type": "git",
@@ -108,7 +108,7 @@
108
108
  "line": 8
109
109
  },
110
110
  "readme": {
111
- "markdown": "# `data_helm_template`\n\nRefer to the Terraform Registry for docs: [`data_helm_template`](https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template).\n"
111
+ "markdown": "# `data_helm_template`\n\nRefer to the Terraform Registry for docs: [`data_helm_template`](https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template).\n"
112
112
  },
113
113
  "symbolId": "src/data-helm-template/index:"
114
114
  },
@@ -118,7 +118,7 @@
118
118
  "line": 9
119
119
  },
120
120
  "readme": {
121
- "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`helm`](https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs).\n"
121
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`helm`](https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs).\n"
122
122
  },
123
123
  "symbolId": "src/provider/index:"
124
124
  },
@@ -128,7 +128,7 @@
128
128
  "line": 7
129
129
  },
130
130
  "readme": {
131
- "markdown": "# `helm_release`\n\nRefer to the Terraform Registry for docs: [`helm_release`](https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release).\n"
131
+ "markdown": "# `helm_release`\n\nRefer to the Terraform Registry for docs: [`helm_release`](https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release).\n"
132
132
  },
133
133
  "symbolId": "src/release/index:"
134
134
  }
@@ -163,13 +163,13 @@
163
163
  "base": "cdktn.TerraformDataSource",
164
164
  "docs": {
165
165
  "stability": "stable",
166
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template helm_template}."
166
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template helm_template}."
167
167
  },
168
168
  "fqn": "@cdktn/provider-helm.dataHelmTemplate.DataHelmTemplate",
169
169
  "initializer": {
170
170
  "docs": {
171
171
  "stability": "stable",
172
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template helm_template} Data Source."
172
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template helm_template} Data Source."
173
173
  },
174
174
  "locationInModule": {
175
175
  "filename": "src/data-helm-template/index.ts",
@@ -240,7 +240,7 @@
240
240
  },
241
241
  {
242
242
  "docs": {
243
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#import import section} in the documentation of this resource for the id to use",
243
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#import import section} in the documentation of this resource for the id to use",
244
244
  "summary": "The id of the existing DataHelmTemplate that should be imported."
245
245
  },
246
246
  "name": "importFromId",
@@ -2676,7 +2676,7 @@
2676
2676
  {
2677
2677
  "abstract": true,
2678
2678
  "docs": {
2679
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#chart DataHelmTemplate#chart}",
2679
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#chart DataHelmTemplate#chart}",
2680
2680
  "stability": "stable",
2681
2681
  "summary": "Chart name to be installed. A path may be used."
2682
2682
  },
@@ -2693,7 +2693,7 @@
2693
2693
  {
2694
2694
  "abstract": true,
2695
2695
  "docs": {
2696
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}",
2696
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#name DataHelmTemplate#name}",
2697
2697
  "stability": "stable",
2698
2698
  "summary": "Release name."
2699
2699
  },
@@ -2710,7 +2710,7 @@
2710
2710
  {
2711
2711
  "abstract": true,
2712
2712
  "docs": {
2713
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#api_versions DataHelmTemplate#api_versions}",
2713
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#api_versions DataHelmTemplate#api_versions}",
2714
2714
  "stability": "stable",
2715
2715
  "summary": "Kubernetes api versions used for Capabilities.APIVersions."
2716
2716
  },
@@ -2733,7 +2733,7 @@
2733
2733
  {
2734
2734
  "abstract": true,
2735
2735
  "docs": {
2736
- "remarks": "The 'wait' flag will be set automatically if 'atomic' is used.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#atomic DataHelmTemplate#atomic}",
2736
+ "remarks": "The 'wait' flag will be set automatically if 'atomic' is used.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#atomic DataHelmTemplate#atomic}",
2737
2737
  "stability": "stable",
2738
2738
  "summary": "If set, the installation process purges the chart on fail."
2739
2739
  },
@@ -2760,7 +2760,7 @@
2760
2760
  {
2761
2761
  "abstract": true,
2762
2762
  "docs": {
2763
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#crds DataHelmTemplate#crds}",
2763
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#crds DataHelmTemplate#crds}",
2764
2764
  "stability": "stable",
2765
2765
  "summary": "List of rendered CRDs from the chart."
2766
2766
  },
@@ -2783,7 +2783,7 @@
2783
2783
  {
2784
2784
  "abstract": true,
2785
2785
  "docs": {
2786
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#create_namespace DataHelmTemplate#create_namespace}",
2786
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#create_namespace DataHelmTemplate#create_namespace}",
2787
2787
  "stability": "stable",
2788
2788
  "summary": "Create the namespace if it does not exist."
2789
2789
  },
@@ -2810,7 +2810,7 @@
2810
2810
  {
2811
2811
  "abstract": true,
2812
2812
  "docs": {
2813
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#dependency_update DataHelmTemplate#dependency_update}",
2813
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#dependency_update DataHelmTemplate#dependency_update}",
2814
2814
  "stability": "stable",
2815
2815
  "summary": "Run helm dependency update before installing the chart."
2816
2816
  },
@@ -2837,7 +2837,7 @@
2837
2837
  {
2838
2838
  "abstract": true,
2839
2839
  "docs": {
2840
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#description DataHelmTemplate#description}",
2840
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#description DataHelmTemplate#description}",
2841
2841
  "stability": "stable",
2842
2842
  "summary": "Add a custom description."
2843
2843
  },
@@ -2855,7 +2855,7 @@
2855
2855
  {
2856
2856
  "abstract": true,
2857
2857
  "docs": {
2858
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#devel DataHelmTemplate#devel}",
2858
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#devel DataHelmTemplate#devel}",
2859
2859
  "stability": "stable",
2860
2860
  "summary": "Use chart development versions, too. Equivalent to version '>0.0.0-0'. If `version` is set, this is ignored."
2861
2861
  },
@@ -2882,7 +2882,7 @@
2882
2882
  {
2883
2883
  "abstract": true,
2884
2884
  "docs": {
2885
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#disable_openapi_validation DataHelmTemplate#disable_openapi_validation}",
2885
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#disable_openapi_validation DataHelmTemplate#disable_openapi_validation}",
2886
2886
  "stability": "stable",
2887
2887
  "summary": "If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema."
2888
2888
  },
@@ -2909,7 +2909,7 @@
2909
2909
  {
2910
2910
  "abstract": true,
2911
2911
  "docs": {
2912
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#disable_webhooks DataHelmTemplate#disable_webhooks}",
2912
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#disable_webhooks DataHelmTemplate#disable_webhooks}",
2913
2913
  "stability": "stable",
2914
2914
  "summary": "Prevent hooks from running."
2915
2915
  },
@@ -2936,7 +2936,7 @@
2936
2936
  {
2937
2937
  "abstract": true,
2938
2938
  "docs": {
2939
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#include_crds DataHelmTemplate#include_crds}",
2939
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#include_crds DataHelmTemplate#include_crds}",
2940
2940
  "stability": "stable",
2941
2941
  "summary": "Include CRDs in the templated output."
2942
2942
  },
@@ -2963,7 +2963,7 @@
2963
2963
  {
2964
2964
  "abstract": true,
2965
2965
  "docs": {
2966
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#is_upgrade DataHelmTemplate#is_upgrade}",
2966
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#is_upgrade DataHelmTemplate#is_upgrade}",
2967
2967
  "stability": "stable",
2968
2968
  "summary": "Set .Release.IsUpgrade instead of .Release.IsInstall."
2969
2969
  },
@@ -2990,7 +2990,7 @@
2990
2990
  {
2991
2991
  "abstract": true,
2992
2992
  "docs": {
2993
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#keyring DataHelmTemplate#keyring}",
2993
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#keyring DataHelmTemplate#keyring}",
2994
2994
  "stability": "stable",
2995
2995
  "summary": "Location of public keys used for verification. Used only if `verify` is true."
2996
2996
  },
@@ -3008,7 +3008,7 @@
3008
3008
  {
3009
3009
  "abstract": true,
3010
3010
  "docs": {
3011
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#kube_version DataHelmTemplate#kube_version}",
3011
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#kube_version DataHelmTemplate#kube_version}",
3012
3012
  "stability": "stable",
3013
3013
  "summary": "Kubernetes version used for Capabilities.KubeVersion."
3014
3014
  },
@@ -3026,7 +3026,7 @@
3026
3026
  {
3027
3027
  "abstract": true,
3028
3028
  "docs": {
3029
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#manifest DataHelmTemplate#manifest}",
3029
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#manifest DataHelmTemplate#manifest}",
3030
3030
  "stability": "stable",
3031
3031
  "summary": "Concatenated rendered chart templates. This corresponds to the output of the `helm template` command."
3032
3032
  },
@@ -3044,7 +3044,7 @@
3044
3044
  {
3045
3045
  "abstract": true,
3046
3046
  "docs": {
3047
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#manifests DataHelmTemplate#manifests}",
3047
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#manifests DataHelmTemplate#manifests}",
3048
3048
  "stability": "stable",
3049
3049
  "summary": "Map of rendered chart templates indexed by the template name."
3050
3050
  },
@@ -3067,7 +3067,7 @@
3067
3067
  {
3068
3068
  "abstract": true,
3069
3069
  "docs": {
3070
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#namespace DataHelmTemplate#namespace}",
3070
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#namespace DataHelmTemplate#namespace}",
3071
3071
  "stability": "stable",
3072
3072
  "summary": "Namespace to install the release into."
3073
3073
  },
@@ -3085,7 +3085,7 @@
3085
3085
  {
3086
3086
  "abstract": true,
3087
3087
  "docs": {
3088
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#notes DataHelmTemplate#notes}",
3088
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#notes DataHelmTemplate#notes}",
3089
3089
  "stability": "stable",
3090
3090
  "summary": "Rendered notes if the chart contains a `NOTES.txt`."
3091
3091
  },
@@ -3103,7 +3103,7 @@
3103
3103
  {
3104
3104
  "abstract": true,
3105
3105
  "docs": {
3106
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#pass_credentials DataHelmTemplate#pass_credentials}",
3106
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#pass_credentials DataHelmTemplate#pass_credentials}",
3107
3107
  "stability": "stable",
3108
3108
  "summary": "Pass credentials to all domains."
3109
3109
  },
@@ -3130,7 +3130,7 @@
3130
3130
  {
3131
3131
  "abstract": true,
3132
3132
  "docs": {
3133
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#postrender DataHelmTemplate#postrender}",
3133
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#postrender DataHelmTemplate#postrender}",
3134
3134
  "stability": "stable",
3135
3135
  "summary": "Postrender command config."
3136
3136
  },
@@ -3148,7 +3148,7 @@
3148
3148
  {
3149
3149
  "abstract": true,
3150
3150
  "docs": {
3151
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#render_subchart_notes DataHelmTemplate#render_subchart_notes}",
3151
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#render_subchart_notes DataHelmTemplate#render_subchart_notes}",
3152
3152
  "stability": "stable",
3153
3153
  "summary": "If set, render subchart notes along with the parent."
3154
3154
  },
@@ -3175,7 +3175,7 @@
3175
3175
  {
3176
3176
  "abstract": true,
3177
3177
  "docs": {
3178
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#replace DataHelmTemplate#replace}",
3178
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#replace DataHelmTemplate#replace}",
3179
3179
  "stability": "stable",
3180
3180
  "summary": "Re-use the given name, even if that name is already used. This is unsafe in production."
3181
3181
  },
@@ -3202,7 +3202,7 @@
3202
3202
  {
3203
3203
  "abstract": true,
3204
3204
  "docs": {
3205
- "remarks": "If it is a URL the chart is installed without installing the repository.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository DataHelmTemplate#repository}",
3205
+ "remarks": "If it is a URL the chart is installed without installing the repository.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository DataHelmTemplate#repository}",
3206
3206
  "stability": "stable",
3207
3207
  "summary": "Repository where to locate the requested chart."
3208
3208
  },
@@ -3220,7 +3220,7 @@
3220
3220
  {
3221
3221
  "abstract": true,
3222
3222
  "docs": {
3223
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository_ca_file DataHelmTemplate#repository_ca_file}",
3223
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository_ca_file DataHelmTemplate#repository_ca_file}",
3224
3224
  "stability": "stable",
3225
3225
  "summary": "The repository's CA file."
3226
3226
  },
@@ -3238,7 +3238,7 @@
3238
3238
  {
3239
3239
  "abstract": true,
3240
3240
  "docs": {
3241
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository_cert_file DataHelmTemplate#repository_cert_file}",
3241
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository_cert_file DataHelmTemplate#repository_cert_file}",
3242
3242
  "stability": "stable",
3243
3243
  "summary": "The repository's cert file."
3244
3244
  },
@@ -3256,7 +3256,7 @@
3256
3256
  {
3257
3257
  "abstract": true,
3258
3258
  "docs": {
3259
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository_key_file DataHelmTemplate#repository_key_file}",
3259
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository_key_file DataHelmTemplate#repository_key_file}",
3260
3260
  "stability": "stable",
3261
3261
  "summary": "The repository's cert key file."
3262
3262
  },
@@ -3274,7 +3274,7 @@
3274
3274
  {
3275
3275
  "abstract": true,
3276
3276
  "docs": {
3277
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository_password DataHelmTemplate#repository_password}",
3277
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository_password DataHelmTemplate#repository_password}",
3278
3278
  "stability": "stable",
3279
3279
  "summary": "Password for HTTP basic authentication."
3280
3280
  },
@@ -3292,7 +3292,7 @@
3292
3292
  {
3293
3293
  "abstract": true,
3294
3294
  "docs": {
3295
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#repository_username DataHelmTemplate#repository_username}",
3295
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#repository_username DataHelmTemplate#repository_username}",
3296
3296
  "stability": "stable",
3297
3297
  "summary": "Username for HTTP basic authentication."
3298
3298
  },
@@ -3310,7 +3310,7 @@
3310
3310
  {
3311
3311
  "abstract": true,
3312
3312
  "docs": {
3313
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#reset_values DataHelmTemplate#reset_values}",
3313
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#reset_values DataHelmTemplate#reset_values}",
3314
3314
  "stability": "stable",
3315
3315
  "summary": "When upgrading, reset the values to the ones built into the chart."
3316
3316
  },
@@ -3337,7 +3337,7 @@
3337
3337
  {
3338
3338
  "abstract": true,
3339
3339
  "docs": {
3340
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#reuse_values DataHelmTemplate#reuse_values}",
3340
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#reuse_values DataHelmTemplate#reuse_values}",
3341
3341
  "stability": "stable",
3342
3342
  "summary": "When upgrading, reuse the last release's values and merge in any overrides. If 'reset_values' is specified, this is ignored."
3343
3343
  },
@@ -3364,7 +3364,7 @@
3364
3364
  {
3365
3365
  "abstract": true,
3366
3366
  "docs": {
3367
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#set DataHelmTemplate#set}",
3367
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#set DataHelmTemplate#set}",
3368
3368
  "stability": "stable",
3369
3369
  "summary": "Custom values to be merged with the values."
3370
3370
  },
@@ -3396,7 +3396,7 @@
3396
3396
  {
3397
3397
  "abstract": true,
3398
3398
  "docs": {
3399
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#set_list DataHelmTemplate#set_list}",
3399
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#set_list DataHelmTemplate#set_list}",
3400
3400
  "stability": "stable",
3401
3401
  "summary": "Custom sensitive values to be merged with the values."
3402
3402
  },
@@ -3428,7 +3428,7 @@
3428
3428
  {
3429
3429
  "abstract": true,
3430
3430
  "docs": {
3431
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#set_sensitive DataHelmTemplate#set_sensitive}",
3431
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#set_sensitive DataHelmTemplate#set_sensitive}",
3432
3432
  "stability": "stable",
3433
3433
  "summary": "Custom sensitive values to be merged with the values."
3434
3434
  },
@@ -3460,7 +3460,7 @@
3460
3460
  {
3461
3461
  "abstract": true,
3462
3462
  "docs": {
3463
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#set_wo DataHelmTemplate#set_wo}",
3463
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#set_wo DataHelmTemplate#set_wo}",
3464
3464
  "stability": "stable",
3465
3465
  "summary": "Write-only custom values to be merged with the values."
3466
3466
  },
@@ -3492,7 +3492,7 @@
3492
3492
  {
3493
3493
  "abstract": true,
3494
3494
  "docs": {
3495
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#show_only DataHelmTemplate#show_only}",
3495
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#show_only DataHelmTemplate#show_only}",
3496
3496
  "stability": "stable",
3497
3497
  "summary": "Only show manifests rendered from the given templates."
3498
3498
  },
@@ -3515,7 +3515,7 @@
3515
3515
  {
3516
3516
  "abstract": true,
3517
3517
  "docs": {
3518
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#skip_crds DataHelmTemplate#skip_crds}",
3518
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#skip_crds DataHelmTemplate#skip_crds}",
3519
3519
  "stability": "stable",
3520
3520
  "summary": "If set, no CRDs will be installed. By default, CRDs are installed if not already present."
3521
3521
  },
@@ -3542,7 +3542,7 @@
3542
3542
  {
3543
3543
  "abstract": true,
3544
3544
  "docs": {
3545
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#skip_tests DataHelmTemplate#skip_tests}",
3545
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#skip_tests DataHelmTemplate#skip_tests}",
3546
3546
  "stability": "stable",
3547
3547
  "summary": "If set, tests will not be rendered. By default, tests are rendered."
3548
3548
  },
@@ -3569,7 +3569,7 @@
3569
3569
  {
3570
3570
  "abstract": true,
3571
3571
  "docs": {
3572
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#timeout DataHelmTemplate#timeout}",
3572
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#timeout DataHelmTemplate#timeout}",
3573
3573
  "stability": "stable",
3574
3574
  "summary": "Time in seconds to wait for any individual Kubernetes operation."
3575
3575
  },
@@ -3588,7 +3588,7 @@
3588
3588
  "abstract": true,
3589
3589
  "docs": {
3590
3590
  "stability": "stable",
3591
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#timeouts DataHelmTemplate#timeouts}."
3591
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#timeouts DataHelmTemplate#timeouts}."
3592
3592
  },
3593
3593
  "immutable": true,
3594
3594
  "locationInModule": {
@@ -3604,7 +3604,7 @@
3604
3604
  {
3605
3605
  "abstract": true,
3606
3606
  "docs": {
3607
- "remarks": "This is the same validation performed on an install.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#validate DataHelmTemplate#validate}",
3607
+ "remarks": "This is the same validation performed on an install.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#validate DataHelmTemplate#validate}",
3608
3608
  "stability": "stable",
3609
3609
  "summary": "Validate your manifests against the Kubernetes cluster you are currently pointing at."
3610
3610
  },
@@ -3631,7 +3631,7 @@
3631
3631
  {
3632
3632
  "abstract": true,
3633
3633
  "docs": {
3634
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#values DataHelmTemplate#values}",
3634
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#values DataHelmTemplate#values}",
3635
3635
  "stability": "stable",
3636
3636
  "summary": "List of values in raw yaml format to pass to helm."
3637
3637
  },
@@ -3654,7 +3654,7 @@
3654
3654
  {
3655
3655
  "abstract": true,
3656
3656
  "docs": {
3657
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#verify DataHelmTemplate#verify}",
3657
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#verify DataHelmTemplate#verify}",
3658
3658
  "stability": "stable",
3659
3659
  "summary": "Verify the package before installing it."
3660
3660
  },
@@ -3681,7 +3681,7 @@
3681
3681
  {
3682
3682
  "abstract": true,
3683
3683
  "docs": {
3684
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#version DataHelmTemplate#version}",
3684
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#version DataHelmTemplate#version}",
3685
3685
  "stability": "stable",
3686
3686
  "summary": "Specify the exact chart version to install. If this is not specified, the latest version is installed."
3687
3687
  },
@@ -3699,7 +3699,7 @@
3699
3699
  {
3700
3700
  "abstract": true,
3701
3701
  "docs": {
3702
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#wait DataHelmTemplate#wait}",
3702
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#wait DataHelmTemplate#wait}",
3703
3703
  "stability": "stable",
3704
3704
  "summary": "Will wait until all resources are in a ready state before marking the release as successful."
3705
3705
  },
@@ -3744,7 +3744,7 @@
3744
3744
  {
3745
3745
  "abstract": true,
3746
3746
  "docs": {
3747
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#binary_path DataHelmTemplate#binary_path}",
3747
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#binary_path DataHelmTemplate#binary_path}",
3748
3748
  "stability": "stable",
3749
3749
  "summary": "The common binary path."
3750
3750
  },
@@ -3761,7 +3761,7 @@
3761
3761
  {
3762
3762
  "abstract": true,
3763
3763
  "docs": {
3764
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#args DataHelmTemplate#args}",
3764
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#args DataHelmTemplate#args}",
3765
3765
  "stability": "stable",
3766
3766
  "summary": "An argument to the post-renderer (can specify multiple)."
3767
3767
  },
@@ -3951,7 +3951,7 @@
3951
3951
  "abstract": true,
3952
3952
  "docs": {
3953
3953
  "stability": "stable",
3954
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
3954
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#name DataHelmTemplate#name}."
3955
3955
  },
3956
3956
  "immutable": true,
3957
3957
  "locationInModule": {
@@ -3967,7 +3967,7 @@
3967
3967
  "abstract": true,
3968
3968
  "docs": {
3969
3969
  "stability": "stable",
3970
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
3970
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#type DataHelmTemplate#type}."
3971
3971
  },
3972
3972
  "immutable": true,
3973
3973
  "locationInModule": {
@@ -3984,7 +3984,7 @@
3984
3984
  "abstract": true,
3985
3985
  "docs": {
3986
3986
  "stability": "stable",
3987
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
3987
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#value DataHelmTemplate#value}."
3988
3988
  },
3989
3989
  "immutable": true,
3990
3990
  "locationInModule": {
@@ -4131,7 +4131,7 @@
4131
4131
  "abstract": true,
4132
4132
  "docs": {
4133
4133
  "stability": "stable",
4134
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
4134
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#value DataHelmTemplate#value}."
4135
4135
  },
4136
4136
  "immutable": true,
4137
4137
  "locationInModule": {
@@ -4152,7 +4152,7 @@
4152
4152
  "abstract": true,
4153
4153
  "docs": {
4154
4154
  "stability": "stable",
4155
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
4155
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#name DataHelmTemplate#name}."
4156
4156
  },
4157
4157
  "immutable": true,
4158
4158
  "locationInModule": {
@@ -4659,7 +4659,7 @@
4659
4659
  "abstract": true,
4660
4660
  "docs": {
4661
4661
  "stability": "stable",
4662
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
4662
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#name DataHelmTemplate#name}."
4663
4663
  },
4664
4664
  "immutable": true,
4665
4665
  "locationInModule": {
@@ -4675,7 +4675,7 @@
4675
4675
  "abstract": true,
4676
4676
  "docs": {
4677
4677
  "stability": "stable",
4678
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
4678
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#value DataHelmTemplate#value}."
4679
4679
  },
4680
4680
  "immutable": true,
4681
4681
  "locationInModule": {
@@ -4691,7 +4691,7 @@
4691
4691
  "abstract": true,
4692
4692
  "docs": {
4693
4693
  "stability": "stable",
4694
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
4694
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#type DataHelmTemplate#type}."
4695
4695
  },
4696
4696
  "immutable": true,
4697
4697
  "locationInModule": {
@@ -5022,7 +5022,7 @@
5022
5022
  "abstract": true,
5023
5023
  "docs": {
5024
5024
  "stability": "stable",
5025
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
5025
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#name DataHelmTemplate#name}."
5026
5026
  },
5027
5027
  "immutable": true,
5028
5028
  "locationInModule": {
@@ -5038,7 +5038,7 @@
5038
5038
  "abstract": true,
5039
5039
  "docs": {
5040
5040
  "stability": "stable",
5041
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
5041
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#value DataHelmTemplate#value}."
5042
5042
  },
5043
5043
  "immutable": true,
5044
5044
  "locationInModule": {
@@ -5054,7 +5054,7 @@
5054
5054
  "abstract": true,
5055
5055
  "docs": {
5056
5056
  "stability": "stable",
5057
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
5057
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#type DataHelmTemplate#type}."
5058
5058
  },
5059
5059
  "immutable": true,
5060
5060
  "locationInModule": {
@@ -5384,7 +5384,7 @@
5384
5384
  {
5385
5385
  "abstract": true,
5386
5386
  "docs": {
5387
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#read DataHelmTemplate#read}",
5387
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/data-sources/template#read DataHelmTemplate#read}",
5388
5388
  "stability": "stable",
5389
5389
  "summary": "A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as \"30s\" or \"2h45m\". Valid time units are \"s\" (seconds), \"m\" (minutes), \"h\" (hours)."
5390
5390
  },
@@ -5517,13 +5517,13 @@
5517
5517
  "base": "cdktn.TerraformProvider",
5518
5518
  "docs": {
5519
5519
  "stability": "stable",
5520
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs helm}."
5520
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs helm}."
5521
5521
  },
5522
5522
  "fqn": "@cdktn/provider-helm.provider.HelmProvider",
5523
5523
  "initializer": {
5524
5524
  "docs": {
5525
5525
  "stability": "stable",
5526
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs helm} Resource."
5526
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs helm} Resource."
5527
5527
  },
5528
5528
  "locationInModule": {
5529
5529
  "filename": "src/provider/index.ts",
@@ -5595,7 +5595,7 @@
5595
5595
  },
5596
5596
  {
5597
5597
  "docs": {
5598
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#import import section} in the documentation of this resource for the id to use",
5598
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#import import section} in the documentation of this resource for the id to use",
5599
5599
  "summary": "The id of the existing HelmProvider that should be imported."
5600
5600
  },
5601
5601
  "name": "importFromId",
@@ -6221,7 +6221,7 @@
6221
6221
  {
6222
6222
  "abstract": true,
6223
6223
  "docs": {
6224
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#alias HelmProvider#alias}",
6224
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#alias HelmProvider#alias}",
6225
6225
  "stability": "stable",
6226
6226
  "summary": "Alias name."
6227
6227
  },
@@ -6239,7 +6239,7 @@
6239
6239
  {
6240
6240
  "abstract": true,
6241
6241
  "docs": {
6242
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#burst_limit HelmProvider#burst_limit}",
6242
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#burst_limit HelmProvider#burst_limit}",
6243
6243
  "stability": "stable",
6244
6244
  "summary": "Helm burst limit. Increase this if you have a cluster with many CRDs."
6245
6245
  },
@@ -6257,7 +6257,7 @@
6257
6257
  {
6258
6258
  "abstract": true,
6259
6259
  "docs": {
6260
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#debug HelmProvider#debug}",
6260
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#debug HelmProvider#debug}",
6261
6261
  "stability": "stable",
6262
6262
  "summary": "Debug indicates whether or not Helm is running in Debug mode."
6263
6263
  },
@@ -6284,7 +6284,7 @@
6284
6284
  {
6285
6285
  "abstract": true,
6286
6286
  "docs": {
6287
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#experiments HelmProvider#experiments}",
6287
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#experiments HelmProvider#experiments}",
6288
6288
  "stability": "stable",
6289
6289
  "summary": "Enable and disable experimental features."
6290
6290
  },
@@ -6302,7 +6302,7 @@
6302
6302
  {
6303
6303
  "abstract": true,
6304
6304
  "docs": {
6305
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#helm_driver HelmProvider#helm_driver}",
6305
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#helm_driver HelmProvider#helm_driver}",
6306
6306
  "stability": "stable",
6307
6307
  "summary": "The backend storage driver. Values are: configmap, secret, memory, sql."
6308
6308
  },
@@ -6320,7 +6320,7 @@
6320
6320
  {
6321
6321
  "abstract": true,
6322
6322
  "docs": {
6323
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#kubernetes HelmProvider#kubernetes}",
6323
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#kubernetes HelmProvider#kubernetes}",
6324
6324
  "stability": "stable",
6325
6325
  "summary": "Kubernetes Configuration."
6326
6326
  },
@@ -6338,7 +6338,7 @@
6338
6338
  {
6339
6339
  "abstract": true,
6340
6340
  "docs": {
6341
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#plugins_path HelmProvider#plugins_path}",
6341
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#plugins_path HelmProvider#plugins_path}",
6342
6342
  "stability": "stable",
6343
6343
  "summary": "The path to the helm plugins directory."
6344
6344
  },
@@ -6356,7 +6356,7 @@
6356
6356
  {
6357
6357
  "abstract": true,
6358
6358
  "docs": {
6359
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#qps HelmProvider#qps}",
6359
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#qps HelmProvider#qps}",
6360
6360
  "stability": "stable",
6361
6361
  "summary": "Queries per second used when communicating with the Kubernetes API. Can be used to avoid throttling."
6362
6362
  },
@@ -6374,7 +6374,7 @@
6374
6374
  {
6375
6375
  "abstract": true,
6376
6376
  "docs": {
6377
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#registries HelmProvider#registries}",
6377
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#registries HelmProvider#registries}",
6378
6378
  "stability": "stable",
6379
6379
  "summary": "RegistryClient configuration."
6380
6380
  },
@@ -6406,7 +6406,7 @@
6406
6406
  {
6407
6407
  "abstract": true,
6408
6408
  "docs": {
6409
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#registry_config_path HelmProvider#registry_config_path}",
6409
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#registry_config_path HelmProvider#registry_config_path}",
6410
6410
  "stability": "stable",
6411
6411
  "summary": "The path to the registry config file."
6412
6412
  },
@@ -6424,7 +6424,7 @@
6424
6424
  {
6425
6425
  "abstract": true,
6426
6426
  "docs": {
6427
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#repository_cache HelmProvider#repository_cache}",
6427
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#repository_cache HelmProvider#repository_cache}",
6428
6428
  "stability": "stable",
6429
6429
  "summary": "The path to the file containing cached repository indexes."
6430
6430
  },
@@ -6442,7 +6442,7 @@
6442
6442
  {
6443
6443
  "abstract": true,
6444
6444
  "docs": {
6445
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#repository_config_path HelmProvider#repository_config_path}",
6445
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#repository_config_path HelmProvider#repository_config_path}",
6446
6446
  "stability": "stable",
6447
6447
  "summary": "The path to the file containing repository names and URLs."
6448
6448
  },
@@ -6478,7 +6478,7 @@
6478
6478
  {
6479
6479
  "abstract": true,
6480
6480
  "docs": {
6481
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#manifest HelmProvider#manifest}",
6481
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#manifest HelmProvider#manifest}",
6482
6482
  "stability": "stable",
6483
6483
  "summary": "Enable full diff by storing the rendered manifest in the state."
6484
6484
  },
@@ -6523,7 +6523,7 @@
6523
6523
  {
6524
6524
  "abstract": true,
6525
6525
  "docs": {
6526
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#client_certificate HelmProvider#client_certificate}",
6526
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#client_certificate HelmProvider#client_certificate}",
6527
6527
  "stability": "stable",
6528
6528
  "summary": "PEM-encoded client certificate for TLS authentication."
6529
6529
  },
@@ -6541,7 +6541,7 @@
6541
6541
  {
6542
6542
  "abstract": true,
6543
6543
  "docs": {
6544
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#client_key HelmProvider#client_key}",
6544
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#client_key HelmProvider#client_key}",
6545
6545
  "stability": "stable",
6546
6546
  "summary": "PEM-encoded client certificate key for TLS authentication."
6547
6547
  },
@@ -6559,7 +6559,7 @@
6559
6559
  {
6560
6560
  "abstract": true,
6561
6561
  "docs": {
6562
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#cluster_ca_certificate HelmProvider#cluster_ca_certificate}",
6562
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#cluster_ca_certificate HelmProvider#cluster_ca_certificate}",
6563
6563
  "stability": "stable",
6564
6564
  "summary": "PEM-encoded root certificates bundle for TLS authentication."
6565
6565
  },
@@ -6577,7 +6577,7 @@
6577
6577
  {
6578
6578
  "abstract": true,
6579
6579
  "docs": {
6580
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_context HelmProvider#config_context}",
6580
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#config_context HelmProvider#config_context}",
6581
6581
  "stability": "stable",
6582
6582
  "summary": "Context to choose from the config file. Can be sourced from KUBE_CTX."
6583
6583
  },
@@ -6595,7 +6595,7 @@
6595
6595
  {
6596
6596
  "abstract": true,
6597
6597
  "docs": {
6598
- "remarks": "Can be sourced from KUBE_CTX_AUTH_INFO.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_context_auth_info HelmProvider#config_context_auth_info}",
6598
+ "remarks": "Can be sourced from KUBE_CTX_AUTH_INFO.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#config_context_auth_info HelmProvider#config_context_auth_info}",
6599
6599
  "stability": "stable",
6600
6600
  "summary": "Authentication info context of the kube config (name of the kubeconfig user, --user flag in kubectl)."
6601
6601
  },
@@ -6613,7 +6613,7 @@
6613
6613
  {
6614
6614
  "abstract": true,
6615
6615
  "docs": {
6616
- "remarks": "Can be sourced from KUBE_CTX_CLUSTER.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_context_cluster HelmProvider#config_context_cluster}",
6616
+ "remarks": "Can be sourced from KUBE_CTX_CLUSTER.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#config_context_cluster HelmProvider#config_context_cluster}",
6617
6617
  "stability": "stable",
6618
6618
  "summary": "Cluster context of the kube config (name of the kubeconfig cluster, --cluster flag in kubectl)."
6619
6619
  },
@@ -6631,7 +6631,7 @@
6631
6631
  {
6632
6632
  "abstract": true,
6633
6633
  "docs": {
6634
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_path HelmProvider#config_path}",
6634
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#config_path HelmProvider#config_path}",
6635
6635
  "stability": "stable",
6636
6636
  "summary": "Path to the kube config file. Can be set with KUBE_CONFIG_PATH."
6637
6637
  },
@@ -6649,7 +6649,7 @@
6649
6649
  {
6650
6650
  "abstract": true,
6651
6651
  "docs": {
6652
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_paths HelmProvider#config_paths}",
6652
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#config_paths HelmProvider#config_paths}",
6653
6653
  "stability": "stable",
6654
6654
  "summary": "A list of paths to kube config files. Can be set with KUBE_CONFIG_PATHS environment variable."
6655
6655
  },
@@ -6672,7 +6672,7 @@
6672
6672
  {
6673
6673
  "abstract": true,
6674
6674
  "docs": {
6675
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#exec HelmProvider#exec}",
6675
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#exec HelmProvider#exec}",
6676
6676
  "stability": "stable",
6677
6677
  "summary": "Exec configuration for Kubernetes authentication."
6678
6678
  },
@@ -6690,7 +6690,7 @@
6690
6690
  {
6691
6691
  "abstract": true,
6692
6692
  "docs": {
6693
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#host HelmProvider#host}",
6693
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#host HelmProvider#host}",
6694
6694
  "stability": "stable",
6695
6695
  "summary": "The hostname (in form of URI) of kubernetes master."
6696
6696
  },
@@ -6708,7 +6708,7 @@
6708
6708
  {
6709
6709
  "abstract": true,
6710
6710
  "docs": {
6711
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#insecure HelmProvider#insecure}",
6711
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#insecure HelmProvider#insecure}",
6712
6712
  "stability": "stable",
6713
6713
  "summary": "Whether server should be accessed without verifying the TLS certificate."
6714
6714
  },
@@ -6735,7 +6735,7 @@
6735
6735
  {
6736
6736
  "abstract": true,
6737
6737
  "docs": {
6738
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#password HelmProvider#password}",
6738
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#password HelmProvider#password}",
6739
6739
  "stability": "stable",
6740
6740
  "summary": "The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint."
6741
6741
  },
@@ -6753,7 +6753,7 @@
6753
6753
  {
6754
6754
  "abstract": true,
6755
6755
  "docs": {
6756
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#proxy_url HelmProvider#proxy_url}",
6756
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#proxy_url HelmProvider#proxy_url}",
6757
6757
  "stability": "stable",
6758
6758
  "summary": "URL to the proxy to be used for all API requests."
6759
6759
  },
@@ -6771,7 +6771,7 @@
6771
6771
  {
6772
6772
  "abstract": true,
6773
6773
  "docs": {
6774
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#tls_server_name HelmProvider#tls_server_name}",
6774
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#tls_server_name HelmProvider#tls_server_name}",
6775
6775
  "stability": "stable",
6776
6776
  "summary": "Server name passed to the server for SNI and is used in the client to check server certificates against."
6777
6777
  },
@@ -6789,7 +6789,7 @@
6789
6789
  {
6790
6790
  "abstract": true,
6791
6791
  "docs": {
6792
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#token HelmProvider#token}",
6792
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#token HelmProvider#token}",
6793
6793
  "stability": "stable",
6794
6794
  "summary": "Token to authenticate a service account."
6795
6795
  },
@@ -6807,7 +6807,7 @@
6807
6807
  {
6808
6808
  "abstract": true,
6809
6809
  "docs": {
6810
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#username HelmProvider#username}",
6810
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#username HelmProvider#username}",
6811
6811
  "stability": "stable",
6812
6812
  "summary": "The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint."
6813
6813
  },
@@ -6843,7 +6843,7 @@
6843
6843
  {
6844
6844
  "abstract": true,
6845
6845
  "docs": {
6846
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#api_version HelmProvider#api_version}",
6846
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#api_version HelmProvider#api_version}",
6847
6847
  "stability": "stable",
6848
6848
  "summary": "API version for the exec plugin."
6849
6849
  },
@@ -6860,7 +6860,7 @@
6860
6860
  {
6861
6861
  "abstract": true,
6862
6862
  "docs": {
6863
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#command HelmProvider#command}",
6863
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#command HelmProvider#command}",
6864
6864
  "stability": "stable",
6865
6865
  "summary": "Command to run for Kubernetes exec plugin."
6866
6866
  },
@@ -6877,7 +6877,7 @@
6877
6877
  {
6878
6878
  "abstract": true,
6879
6879
  "docs": {
6880
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#args HelmProvider#args}",
6880
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#args HelmProvider#args}",
6881
6881
  "stability": "stable",
6882
6882
  "summary": "Arguments for the exec plugin."
6883
6883
  },
@@ -6900,7 +6900,7 @@
6900
6900
  {
6901
6901
  "abstract": true,
6902
6902
  "docs": {
6903
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#env HelmProvider#env}",
6903
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#env HelmProvider#env}",
6904
6904
  "stability": "stable",
6905
6905
  "summary": "Environment variables for the exec plugin."
6906
6906
  },
@@ -6941,7 +6941,7 @@
6941
6941
  {
6942
6942
  "abstract": true,
6943
6943
  "docs": {
6944
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#password HelmProvider#password}",
6944
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#password HelmProvider#password}",
6945
6945
  "stability": "stable",
6946
6946
  "summary": "The password to use for the OCI HTTP basic authentication when accessing the Kubernetes master endpoint."
6947
6947
  },
@@ -6958,7 +6958,7 @@
6958
6958
  {
6959
6959
  "abstract": true,
6960
6960
  "docs": {
6961
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#url HelmProvider#url}",
6961
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#url HelmProvider#url}",
6962
6962
  "stability": "stable",
6963
6963
  "summary": "OCI URL in form of oci://host:port or oci://host."
6964
6964
  },
@@ -6975,7 +6975,7 @@
6975
6975
  {
6976
6976
  "abstract": true,
6977
6977
  "docs": {
6978
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#username HelmProvider#username}",
6978
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs#username HelmProvider#username}",
6979
6979
  "stability": "stable",
6980
6980
  "summary": "The username to use for the OCI HTTP basic authentication when accessing the Kubernetes master endpoint."
6981
6981
  },
@@ -6997,13 +6997,13 @@
6997
6997
  "base": "cdktn.TerraformResource",
6998
6998
  "docs": {
6999
6999
  "stability": "stable",
7000
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release helm_release}."
7000
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release helm_release}."
7001
7001
  },
7002
7002
  "fqn": "@cdktn/provider-helm.release.Release",
7003
7003
  "initializer": {
7004
7004
  "docs": {
7005
7005
  "stability": "stable",
7006
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release helm_release} Resource."
7006
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release helm_release} Resource."
7007
7007
  },
7008
7008
  "locationInModule": {
7009
7009
  "filename": "src/release/index.ts",
@@ -7074,7 +7074,7 @@
7074
7074
  },
7075
7075
  {
7076
7076
  "docs": {
7077
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#import import section} in the documentation of this resource for the id to use",
7077
+ "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#import import section} in the documentation of this resource for the id to use",
7078
7078
  "summary": "The id of the existing Release that should be imported."
7079
7079
  },
7080
7080
  "name": "importFromId",
@@ -9560,7 +9560,7 @@
9560
9560
  {
9561
9561
  "abstract": true,
9562
9562
  "docs": {
9563
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#chart Release#chart}",
9563
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#chart Release#chart}",
9564
9564
  "stability": "stable",
9565
9565
  "summary": "Chart name to be installed. A path may be used."
9566
9566
  },
@@ -9577,7 +9577,7 @@
9577
9577
  {
9578
9578
  "abstract": true,
9579
9579
  "docs": {
9580
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}",
9580
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#name Release#name}",
9581
9581
  "stability": "stable",
9582
9582
  "summary": "Release name. The length must not be longer than 53 characters."
9583
9583
  },
@@ -9594,7 +9594,7 @@
9594
9594
  {
9595
9595
  "abstract": true,
9596
9596
  "docs": {
9597
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#atomic Release#atomic}",
9597
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#atomic Release#atomic}",
9598
9598
  "stability": "stable",
9599
9599
  "summary": "If set, installation process purges chart on fail. The wait flag will be set automatically if atomic is used."
9600
9600
  },
@@ -9621,7 +9621,7 @@
9621
9621
  {
9622
9622
  "abstract": true,
9623
9623
  "docs": {
9624
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#cleanup_on_fail Release#cleanup_on_fail}",
9624
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#cleanup_on_fail Release#cleanup_on_fail}",
9625
9625
  "stability": "stable",
9626
9626
  "summary": "Allow deletion of new resources created in this upgrade when upgrade fails."
9627
9627
  },
@@ -9648,7 +9648,7 @@
9648
9648
  {
9649
9649
  "abstract": true,
9650
9650
  "docs": {
9651
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#create_namespace Release#create_namespace}",
9651
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#create_namespace Release#create_namespace}",
9652
9652
  "stability": "stable",
9653
9653
  "summary": "Create the namespace if it does not exist."
9654
9654
  },
@@ -9675,7 +9675,7 @@
9675
9675
  {
9676
9676
  "abstract": true,
9677
9677
  "docs": {
9678
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#dependency_update Release#dependency_update}",
9678
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#dependency_update Release#dependency_update}",
9679
9679
  "stability": "stable",
9680
9680
  "summary": "Run helm dependency update before installing the chart."
9681
9681
  },
@@ -9702,7 +9702,7 @@
9702
9702
  {
9703
9703
  "abstract": true,
9704
9704
  "docs": {
9705
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#description Release#description}",
9705
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#description Release#description}",
9706
9706
  "stability": "stable",
9707
9707
  "summary": "Add a custom description."
9708
9708
  },
@@ -9720,7 +9720,7 @@
9720
9720
  {
9721
9721
  "abstract": true,
9722
9722
  "docs": {
9723
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#devel Release#devel}",
9723
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#devel Release#devel}",
9724
9724
  "stability": "stable",
9725
9725
  "summary": "Use chart development versions, too. Equivalent to version '>0.0.0-0'. If 'version' is set, this is ignored."
9726
9726
  },
@@ -9747,7 +9747,7 @@
9747
9747
  {
9748
9748
  "abstract": true,
9749
9749
  "docs": {
9750
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#disable_crd_hooks Release#disable_crd_hooks}",
9750
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#disable_crd_hooks Release#disable_crd_hooks}",
9751
9751
  "stability": "stable",
9752
9752
  "summary": "Prevent CRD hooks from running, but run other hooks. See helm install --no-crd-hook."
9753
9753
  },
@@ -9774,7 +9774,7 @@
9774
9774
  {
9775
9775
  "abstract": true,
9776
9776
  "docs": {
9777
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#disable_openapi_validation Release#disable_openapi_validation}",
9777
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#disable_openapi_validation Release#disable_openapi_validation}",
9778
9778
  "stability": "stable",
9779
9779
  "summary": "If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema."
9780
9780
  },
@@ -9801,7 +9801,7 @@
9801
9801
  {
9802
9802
  "abstract": true,
9803
9803
  "docs": {
9804
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#disable_webhooks Release#disable_webhooks}",
9804
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#disable_webhooks Release#disable_webhooks}",
9805
9805
  "stability": "stable",
9806
9806
  "summary": "Prevent hooks from running."
9807
9807
  },
@@ -9828,7 +9828,7 @@
9828
9828
  {
9829
9829
  "abstract": true,
9830
9830
  "docs": {
9831
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#force_update Release#force_update}",
9831
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#force_update Release#force_update}",
9832
9832
  "stability": "stable",
9833
9833
  "summary": "Force resource update through delete/recreate if needed."
9834
9834
  },
@@ -9855,7 +9855,7 @@
9855
9855
  {
9856
9856
  "abstract": true,
9857
9857
  "docs": {
9858
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#keyring Release#keyring}",
9858
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#keyring Release#keyring}",
9859
9859
  "stability": "stable",
9860
9860
  "summary": "Location of public keys used for verification, Used only if 'verify is true'."
9861
9861
  },
@@ -9873,7 +9873,7 @@
9873
9873
  {
9874
9874
  "abstract": true,
9875
9875
  "docs": {
9876
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#lint Release#lint}",
9876
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#lint Release#lint}",
9877
9877
  "stability": "stable",
9878
9878
  "summary": "Run helm lint when planning."
9879
9879
  },
@@ -9900,7 +9900,7 @@
9900
9900
  {
9901
9901
  "abstract": true,
9902
9902
  "docs": {
9903
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#max_history Release#max_history}",
9903
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#max_history Release#max_history}",
9904
9904
  "stability": "stable",
9905
9905
  "summary": "Limit the maximum number of revisions saved per release. Use 0 for no limit."
9906
9906
  },
@@ -9918,7 +9918,7 @@
9918
9918
  {
9919
9919
  "abstract": true,
9920
9920
  "docs": {
9921
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#namespace Release#namespace}",
9921
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#namespace Release#namespace}",
9922
9922
  "stability": "stable",
9923
9923
  "summary": "Namespace to install the release into."
9924
9924
  },
@@ -9936,7 +9936,7 @@
9936
9936
  {
9937
9937
  "abstract": true,
9938
9938
  "docs": {
9939
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#pass_credentials Release#pass_credentials}",
9939
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#pass_credentials Release#pass_credentials}",
9940
9940
  "stability": "stable",
9941
9941
  "summary": "Pass credentials to all domains."
9942
9942
  },
@@ -9963,7 +9963,7 @@
9963
9963
  {
9964
9964
  "abstract": true,
9965
9965
  "docs": {
9966
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#postrender Release#postrender}",
9966
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#postrender Release#postrender}",
9967
9967
  "stability": "stable",
9968
9968
  "summary": "Postrender command config."
9969
9969
  },
@@ -9981,7 +9981,7 @@
9981
9981
  {
9982
9982
  "abstract": true,
9983
9983
  "docs": {
9984
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#recreate_pods Release#recreate_pods}",
9984
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#recreate_pods Release#recreate_pods}",
9985
9985
  "stability": "stable",
9986
9986
  "summary": "Perform pods restart during upgrade/rollback."
9987
9987
  },
@@ -10008,7 +10008,7 @@
10008
10008
  {
10009
10009
  "abstract": true,
10010
10010
  "docs": {
10011
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#render_subchart_notes Release#render_subchart_notes}",
10011
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#render_subchart_notes Release#render_subchart_notes}",
10012
10012
  "stability": "stable",
10013
10013
  "summary": "If set, render subchart notes along with the parent."
10014
10014
  },
@@ -10035,7 +10035,7 @@
10035
10035
  {
10036
10036
  "abstract": true,
10037
10037
  "docs": {
10038
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#replace Release#replace}",
10038
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#replace Release#replace}",
10039
10039
  "stability": "stable",
10040
10040
  "summary": "Re-use the given name, even if that name is already used. This is unsafe in production."
10041
10041
  },
@@ -10062,7 +10062,7 @@
10062
10062
  {
10063
10063
  "abstract": true,
10064
10064
  "docs": {
10065
- "remarks": "If it is a URL, the chart is installed without installing the repository\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository Release#repository}",
10065
+ "remarks": "If it is a URL, the chart is installed without installing the repository\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository Release#repository}",
10066
10066
  "stability": "stable",
10067
10067
  "summary": "Repository where to locate the requested chart."
10068
10068
  },
@@ -10080,7 +10080,7 @@
10080
10080
  {
10081
10081
  "abstract": true,
10082
10082
  "docs": {
10083
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository_ca_file Release#repository_ca_file}",
10083
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository_ca_file Release#repository_ca_file}",
10084
10084
  "stability": "stable",
10085
10085
  "summary": "The Repositories CA file."
10086
10086
  },
@@ -10098,7 +10098,7 @@
10098
10098
  {
10099
10099
  "abstract": true,
10100
10100
  "docs": {
10101
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository_cert_file Release#repository_cert_file}",
10101
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository_cert_file Release#repository_cert_file}",
10102
10102
  "stability": "stable",
10103
10103
  "summary": "The repositories cert file."
10104
10104
  },
@@ -10116,7 +10116,7 @@
10116
10116
  {
10117
10117
  "abstract": true,
10118
10118
  "docs": {
10119
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository_key_file Release#repository_key_file}",
10119
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository_key_file Release#repository_key_file}",
10120
10120
  "stability": "stable",
10121
10121
  "summary": "The repositories cert key file."
10122
10122
  },
@@ -10134,7 +10134,7 @@
10134
10134
  {
10135
10135
  "abstract": true,
10136
10136
  "docs": {
10137
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository_password Release#repository_password}",
10137
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository_password Release#repository_password}",
10138
10138
  "stability": "stable",
10139
10139
  "summary": "Password for HTTP basic authentication."
10140
10140
  },
@@ -10152,7 +10152,7 @@
10152
10152
  {
10153
10153
  "abstract": true,
10154
10154
  "docs": {
10155
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#repository_username Release#repository_username}",
10155
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#repository_username Release#repository_username}",
10156
10156
  "stability": "stable",
10157
10157
  "summary": "Username for HTTP basic authentication."
10158
10158
  },
@@ -10170,7 +10170,7 @@
10170
10170
  {
10171
10171
  "abstract": true,
10172
10172
  "docs": {
10173
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#reset_values Release#reset_values}",
10173
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#reset_values Release#reset_values}",
10174
10174
  "stability": "stable",
10175
10175
  "summary": "When upgrading, reset the values to the ones built into the chart."
10176
10176
  },
@@ -10197,7 +10197,7 @@
10197
10197
  {
10198
10198
  "abstract": true,
10199
10199
  "docs": {
10200
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#reuse_values Release#reuse_values}",
10200
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#reuse_values Release#reuse_values}",
10201
10201
  "stability": "stable",
10202
10202
  "summary": "When upgrading, reuse the last release's values and merge in any overrides. If 'reset_values' is specified, this is ignored."
10203
10203
  },
@@ -10224,7 +10224,7 @@
10224
10224
  {
10225
10225
  "abstract": true,
10226
10226
  "docs": {
10227
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set Release#set}",
10227
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#set Release#set}",
10228
10228
  "stability": "stable",
10229
10229
  "summary": "Custom values to be merged with the values."
10230
10230
  },
@@ -10256,7 +10256,7 @@
10256
10256
  {
10257
10257
  "abstract": true,
10258
10258
  "docs": {
10259
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set_list Release#set_list}",
10259
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#set_list Release#set_list}",
10260
10260
  "stability": "stable",
10261
10261
  "summary": "Custom sensitive values to be merged with the values."
10262
10262
  },
@@ -10288,7 +10288,7 @@
10288
10288
  {
10289
10289
  "abstract": true,
10290
10290
  "docs": {
10291
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set_sensitive Release#set_sensitive}",
10291
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#set_sensitive Release#set_sensitive}",
10292
10292
  "stability": "stable",
10293
10293
  "summary": "Custom sensitive values to be merged with the values."
10294
10294
  },
@@ -10320,7 +10320,7 @@
10320
10320
  {
10321
10321
  "abstract": true,
10322
10322
  "docs": {
10323
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set_wo Release#set_wo}",
10323
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#set_wo Release#set_wo}",
10324
10324
  "stability": "stable",
10325
10325
  "summary": "Custom values to be merged with the values."
10326
10326
  },
@@ -10352,7 +10352,7 @@
10352
10352
  {
10353
10353
  "abstract": true,
10354
10354
  "docs": {
10355
- "remarks": "Incrementing this integer value will cause Terraform to update the write-only value.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set_wo_revision Release#set_wo_revision}",
10355
+ "remarks": "Incrementing this integer value will cause Terraform to update the write-only value.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#set_wo_revision Release#set_wo_revision}",
10356
10356
  "stability": "stable",
10357
10357
  "summary": "The current revision of the write-only \"set_wo\" attribute."
10358
10358
  },
@@ -10370,7 +10370,7 @@
10370
10370
  {
10371
10371
  "abstract": true,
10372
10372
  "docs": {
10373
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#skip_crds Release#skip_crds}",
10373
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#skip_crds Release#skip_crds}",
10374
10374
  "stability": "stable",
10375
10375
  "summary": "If set, no CRDs will be installed. By default, CRDs are installed if not already present."
10376
10376
  },
@@ -10397,7 +10397,7 @@
10397
10397
  {
10398
10398
  "abstract": true,
10399
10399
  "docs": {
10400
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#take_ownership Release#take_ownership}",
10400
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#take_ownership Release#take_ownership}",
10401
10401
  "stability": "stable",
10402
10402
  "summary": "If set, Helm will take ownership of resources not already annotated by this release. Useful for migrations or recovery."
10403
10403
  },
@@ -10424,7 +10424,7 @@
10424
10424
  {
10425
10425
  "abstract": true,
10426
10426
  "docs": {
10427
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#timeout Release#timeout}",
10427
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#timeout Release#timeout}",
10428
10428
  "stability": "stable",
10429
10429
  "summary": "Time in seconds to wait for any individual kubernetes operation."
10430
10430
  },
@@ -10443,7 +10443,7 @@
10443
10443
  "abstract": true,
10444
10444
  "docs": {
10445
10445
  "stability": "stable",
10446
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#timeouts Release#timeouts}."
10446
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#timeouts Release#timeouts}."
10447
10447
  },
10448
10448
  "immutable": true,
10449
10449
  "locationInModule": {
@@ -10459,7 +10459,7 @@
10459
10459
  {
10460
10460
  "abstract": true,
10461
10461
  "docs": {
10462
- "remarks": "This is equivalent to running 'helm upgrade --install'. WARNING: this may not be suitable for production use -- see the 'Upgrade Mode' note in the provider documentation. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#upgrade_install Release#upgrade_install}",
10462
+ "remarks": "This is equivalent to running 'helm upgrade --install'. WARNING: this may not be suitable for production use -- see the 'Upgrade Mode' note in the provider documentation. Defaults to `false`.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#upgrade_install Release#upgrade_install}",
10463
10463
  "stability": "stable",
10464
10464
  "summary": "If true, the provider will install the release at the specified version even if a release not controlled by the provider is present."
10465
10465
  },
@@ -10486,7 +10486,7 @@
10486
10486
  {
10487
10487
  "abstract": true,
10488
10488
  "docs": {
10489
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#values Release#values}",
10489
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#values Release#values}",
10490
10490
  "stability": "stable",
10491
10491
  "summary": "List of values in raw YAML format to pass to helm."
10492
10492
  },
@@ -10509,7 +10509,7 @@
10509
10509
  {
10510
10510
  "abstract": true,
10511
10511
  "docs": {
10512
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#verify Release#verify}",
10512
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#verify Release#verify}",
10513
10513
  "stability": "stable",
10514
10514
  "summary": "Verify the package before installing it."
10515
10515
  },
@@ -10536,7 +10536,7 @@
10536
10536
  {
10537
10537
  "abstract": true,
10538
10538
  "docs": {
10539
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#version Release#version}",
10539
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#version Release#version}",
10540
10540
  "stability": "stable",
10541
10541
  "summary": "Specify the exact chart version to install. If this is not specified, the latest version is installed."
10542
10542
  },
@@ -10554,7 +10554,7 @@
10554
10554
  {
10555
10555
  "abstract": true,
10556
10556
  "docs": {
10557
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#wait Release#wait}",
10557
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#wait Release#wait}",
10558
10558
  "stability": "stable",
10559
10559
  "summary": "Will wait until all resources are in a ready state before marking the release as successful."
10560
10560
  },
@@ -10581,7 +10581,7 @@
10581
10581
  {
10582
10582
  "abstract": true,
10583
10583
  "docs": {
10584
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#wait_for_jobs Release#wait_for_jobs}",
10584
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#wait_for_jobs Release#wait_for_jobs}",
10585
10585
  "stability": "stable",
10586
10586
  "summary": "If wait is enabled, will wait until all Jobs have been completed before marking the release as successful."
10587
10587
  },
@@ -10843,7 +10843,7 @@
10843
10843
  {
10844
10844
  "abstract": true,
10845
10845
  "docs": {
10846
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#binary_path Release#binary_path}",
10846
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#binary_path Release#binary_path}",
10847
10847
  "stability": "stable",
10848
10848
  "summary": "The common binary path."
10849
10849
  },
@@ -10860,7 +10860,7 @@
10860
10860
  {
10861
10861
  "abstract": true,
10862
10862
  "docs": {
10863
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#args Release#args}",
10863
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#args Release#args}",
10864
10864
  "stability": "stable",
10865
10865
  "summary": "An argument to the post-renderer (can specify multiple)."
10866
10866
  },
@@ -11050,7 +11050,7 @@
11050
11050
  "abstract": true,
11051
11051
  "docs": {
11052
11052
  "stability": "stable",
11053
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11053
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#name Release#name}."
11054
11054
  },
11055
11055
  "immutable": true,
11056
11056
  "locationInModule": {
@@ -11066,7 +11066,7 @@
11066
11066
  "abstract": true,
11067
11067
  "docs": {
11068
11068
  "stability": "stable",
11069
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
11069
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#type Release#type}."
11070
11070
  },
11071
11071
  "immutable": true,
11072
11072
  "locationInModule": {
@@ -11083,7 +11083,7 @@
11083
11083
  "abstract": true,
11084
11084
  "docs": {
11085
11085
  "stability": "stable",
11086
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11086
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#value Release#value}."
11087
11087
  },
11088
11088
  "immutable": true,
11089
11089
  "locationInModule": {
@@ -11230,7 +11230,7 @@
11230
11230
  "abstract": true,
11231
11231
  "docs": {
11232
11232
  "stability": "stable",
11233
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11233
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#name Release#name}."
11234
11234
  },
11235
11235
  "immutable": true,
11236
11236
  "locationInModule": {
@@ -11246,7 +11246,7 @@
11246
11246
  "abstract": true,
11247
11247
  "docs": {
11248
11248
  "stability": "stable",
11249
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11249
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#value Release#value}."
11250
11250
  },
11251
11251
  "immutable": true,
11252
11252
  "locationInModule": {
@@ -11745,7 +11745,7 @@
11745
11745
  "abstract": true,
11746
11746
  "docs": {
11747
11747
  "stability": "stable",
11748
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11748
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#name Release#name}."
11749
11749
  },
11750
11750
  "immutable": true,
11751
11751
  "locationInModule": {
@@ -11761,7 +11761,7 @@
11761
11761
  "abstract": true,
11762
11762
  "docs": {
11763
11763
  "stability": "stable",
11764
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11764
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#value Release#value}."
11765
11765
  },
11766
11766
  "immutable": true,
11767
11767
  "locationInModule": {
@@ -11777,7 +11777,7 @@
11777
11777
  "abstract": true,
11778
11778
  "docs": {
11779
11779
  "stability": "stable",
11780
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
11780
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#type Release#type}."
11781
11781
  },
11782
11782
  "immutable": true,
11783
11783
  "locationInModule": {
@@ -12108,7 +12108,7 @@
12108
12108
  "abstract": true,
12109
12109
  "docs": {
12110
12110
  "stability": "stable",
12111
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
12111
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#name Release#name}."
12112
12112
  },
12113
12113
  "immutable": true,
12114
12114
  "locationInModule": {
@@ -12124,7 +12124,7 @@
12124
12124
  "abstract": true,
12125
12125
  "docs": {
12126
12126
  "stability": "stable",
12127
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
12127
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#value Release#value}."
12128
12128
  },
12129
12129
  "immutable": true,
12130
12130
  "locationInModule": {
@@ -12140,7 +12140,7 @@
12140
12140
  "abstract": true,
12141
12141
  "docs": {
12142
12142
  "stability": "stable",
12143
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
12143
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#type Release#type}."
12144
12144
  },
12145
12145
  "immutable": true,
12146
12146
  "locationInModule": {
@@ -12470,7 +12470,7 @@
12470
12470
  {
12471
12471
  "abstract": true,
12472
12472
  "docs": {
12473
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#create Release#create}",
12473
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#create Release#create}",
12474
12474
  "stability": "stable",
12475
12475
  "summary": "A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as \"30s\" or \"2h45m\". Valid time units are \"s\" (seconds), \"m\" (minutes), \"h\" (hours)."
12476
12476
  },
@@ -12488,7 +12488,7 @@
12488
12488
  {
12489
12489
  "abstract": true,
12490
12490
  "docs": {
12491
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#delete Release#delete}",
12491
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#delete Release#delete}",
12492
12492
  "stability": "stable",
12493
12493
  "summary": "A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as \"30s\" or \"2h45m\". Valid time units are \"s\" (seconds), \"m\" (minutes), \"h\" (hours). Setting a timeout for a Delete operation is only applicable if changes are saved into state before the destroy operation occurs."
12494
12494
  },
@@ -12506,7 +12506,7 @@
12506
12506
  {
12507
12507
  "abstract": true,
12508
12508
  "docs": {
12509
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#read Release#read}",
12509
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#read Release#read}",
12510
12510
  "stability": "stable",
12511
12511
  "summary": "A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as \"30s\" or \"2h45m\". Valid time units are \"s\" (seconds), \"m\" (minutes), \"h\" (hours). Read operations occur during any refresh or planning operation when refresh is enabled."
12512
12512
  },
@@ -12524,7 +12524,7 @@
12524
12524
  {
12525
12525
  "abstract": true,
12526
12526
  "docs": {
12527
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#update Release#update}",
12527
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.2.0/docs/resources/release#update Release#update}",
12528
12528
  "stability": "stable",
12529
12529
  "summary": "A string that can be [parsed as a duration](https://pkg.go.dev/time#ParseDuration) consisting of numbers and unit suffixes, such as \"30s\" or \"2h45m\". Valid time units are \"s\" (seconds), \"m\" (minutes), \"h\" (hours)."
12530
12530
  },
@@ -12767,6 +12767,6 @@
12767
12767
  "symbolId": "src/release/index:ReleaseTimeoutsOutputReference"
12768
12768
  }
12769
12769
  },
12770
- "version": "14.0.3",
12771
- "fingerprint": "QmA3uKJaqDjUyjoOsesr4u1EefOXAQGt1zIcryTffno="
12770
+ "version": "14.1.0",
12771
+ "fingerprint": "RJM7pBDn23f0MhXWFT6FCf+3AZptByA4eW8Qc2RLskc="
12772
12772
  }