@cdktn/provider-helm 14.0.0 → 14.0.3

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.39 (build cdf85b4)",
75
+ "jsiiVersion": "5.9.42 (build fa17ba8)",
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.1\n\nThis repo builds and publishes the [Terraform helm provider](https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1)\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.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"
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.1/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.1.2/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.1/docs).\n"
121
+ "markdown": "# `provider`\n\nRefer to the Terraform Registry for docs: [`helm`](https://registry.terraform.io/providers/hashicorp/helm/3.1.2/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.1/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.1.2/docs/resources/release).\n"
132
132
  },
133
133
  "symbolId": "src/release/index:"
134
134
  }
@@ -142,6 +142,13 @@
142
142
  "moduleName": "github.com/cdktn-io/cdktn-provider-helm-go",
143
143
  "packageName": "helm"
144
144
  },
145
+ "java": {
146
+ "maven": {
147
+ "artifactId": "cdktn-provider-helm",
148
+ "groupId": "io.cdktn"
149
+ },
150
+ "package": "io.cdktn.providers.helm"
151
+ },
145
152
  "js": {
146
153
  "npm": "@cdktn/provider-helm"
147
154
  },
@@ -156,13 +163,13 @@
156
163
  "base": "cdktn.TerraformDataSource",
157
164
  "docs": {
158
165
  "stability": "stable",
159
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template helm_template}."
166
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template helm_template}."
160
167
  },
161
168
  "fqn": "@cdktn/provider-helm.dataHelmTemplate.DataHelmTemplate",
162
169
  "initializer": {
163
170
  "docs": {
164
171
  "stability": "stable",
165
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template helm_template} Data Source."
172
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template helm_template} Data Source."
166
173
  },
167
174
  "locationInModule": {
168
175
  "filename": "src/data-helm-template/index.ts",
@@ -233,7 +240,7 @@
233
240
  },
234
241
  {
235
242
  "docs": {
236
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#import import section} in the documentation of this resource for the id to use",
237
244
  "summary": "The id of the existing DataHelmTemplate that should be imported."
238
245
  },
239
246
  "name": "importFromId",
@@ -2669,7 +2676,7 @@
2669
2676
  {
2670
2677
  "abstract": true,
2671
2678
  "docs": {
2672
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#chart DataHelmTemplate#chart}",
2679
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#chart DataHelmTemplate#chart}",
2673
2680
  "stability": "stable",
2674
2681
  "summary": "Chart name to be installed. A path may be used."
2675
2682
  },
@@ -2686,7 +2693,7 @@
2686
2693
  {
2687
2694
  "abstract": true,
2688
2695
  "docs": {
2689
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#name DataHelmTemplate#name}",
2696
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}",
2690
2697
  "stability": "stable",
2691
2698
  "summary": "Release name."
2692
2699
  },
@@ -2703,7 +2710,7 @@
2703
2710
  {
2704
2711
  "abstract": true,
2705
2712
  "docs": {
2706
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#api_versions DataHelmTemplate#api_versions}",
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}",
2707
2714
  "stability": "stable",
2708
2715
  "summary": "Kubernetes api versions used for Capabilities.APIVersions."
2709
2716
  },
@@ -2726,7 +2733,7 @@
2726
2733
  {
2727
2734
  "abstract": true,
2728
2735
  "docs": {
2729
- "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.1/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.1.2/docs/data-sources/template#atomic DataHelmTemplate#atomic}",
2730
2737
  "stability": "stable",
2731
2738
  "summary": "If set, the installation process purges the chart on fail."
2732
2739
  },
@@ -2753,7 +2760,7 @@
2753
2760
  {
2754
2761
  "abstract": true,
2755
2762
  "docs": {
2756
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#crds DataHelmTemplate#crds}",
2763
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#crds DataHelmTemplate#crds}",
2757
2764
  "stability": "stable",
2758
2765
  "summary": "List of rendered CRDs from the chart."
2759
2766
  },
@@ -2776,7 +2783,7 @@
2776
2783
  {
2777
2784
  "abstract": true,
2778
2785
  "docs": {
2779
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#create_namespace DataHelmTemplate#create_namespace}",
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}",
2780
2787
  "stability": "stable",
2781
2788
  "summary": "Create the namespace if it does not exist."
2782
2789
  },
@@ -2803,7 +2810,7 @@
2803
2810
  {
2804
2811
  "abstract": true,
2805
2812
  "docs": {
2806
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#dependency_update DataHelmTemplate#dependency_update}",
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}",
2807
2814
  "stability": "stable",
2808
2815
  "summary": "Run helm dependency update before installing the chart."
2809
2816
  },
@@ -2830,7 +2837,7 @@
2830
2837
  {
2831
2838
  "abstract": true,
2832
2839
  "docs": {
2833
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#description DataHelmTemplate#description}",
2840
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#description DataHelmTemplate#description}",
2834
2841
  "stability": "stable",
2835
2842
  "summary": "Add a custom description."
2836
2843
  },
@@ -2848,7 +2855,7 @@
2848
2855
  {
2849
2856
  "abstract": true,
2850
2857
  "docs": {
2851
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#devel DataHelmTemplate#devel}",
2858
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#devel DataHelmTemplate#devel}",
2852
2859
  "stability": "stable",
2853
2860
  "summary": "Use chart development versions, too. Equivalent to version '>0.0.0-0'. If `version` is set, this is ignored."
2854
2861
  },
@@ -2875,7 +2882,7 @@
2875
2882
  {
2876
2883
  "abstract": true,
2877
2884
  "docs": {
2878
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#disable_openapi_validation DataHelmTemplate#disable_openapi_validation}",
2879
2886
  "stability": "stable",
2880
2887
  "summary": "If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema."
2881
2888
  },
@@ -2902,7 +2909,7 @@
2902
2909
  {
2903
2910
  "abstract": true,
2904
2911
  "docs": {
2905
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#disable_webhooks DataHelmTemplate#disable_webhooks}",
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}",
2906
2913
  "stability": "stable",
2907
2914
  "summary": "Prevent hooks from running."
2908
2915
  },
@@ -2929,7 +2936,7 @@
2929
2936
  {
2930
2937
  "abstract": true,
2931
2938
  "docs": {
2932
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#include_crds DataHelmTemplate#include_crds}",
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}",
2933
2940
  "stability": "stable",
2934
2941
  "summary": "Include CRDs in the templated output."
2935
2942
  },
@@ -2956,7 +2963,7 @@
2956
2963
  {
2957
2964
  "abstract": true,
2958
2965
  "docs": {
2959
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#is_upgrade DataHelmTemplate#is_upgrade}",
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}",
2960
2967
  "stability": "stable",
2961
2968
  "summary": "Set .Release.IsUpgrade instead of .Release.IsInstall."
2962
2969
  },
@@ -2983,7 +2990,7 @@
2983
2990
  {
2984
2991
  "abstract": true,
2985
2992
  "docs": {
2986
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#keyring DataHelmTemplate#keyring}",
2993
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#keyring DataHelmTemplate#keyring}",
2987
2994
  "stability": "stable",
2988
2995
  "summary": "Location of public keys used for verification. Used only if `verify` is true."
2989
2996
  },
@@ -3001,7 +3008,7 @@
3001
3008
  {
3002
3009
  "abstract": true,
3003
3010
  "docs": {
3004
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#kube_version DataHelmTemplate#kube_version}",
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}",
3005
3012
  "stability": "stable",
3006
3013
  "summary": "Kubernetes version used for Capabilities.KubeVersion."
3007
3014
  },
@@ -3019,7 +3026,7 @@
3019
3026
  {
3020
3027
  "abstract": true,
3021
3028
  "docs": {
3022
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#manifest DataHelmTemplate#manifest}",
3029
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#manifest DataHelmTemplate#manifest}",
3023
3030
  "stability": "stable",
3024
3031
  "summary": "Concatenated rendered chart templates. This corresponds to the output of the `helm template` command."
3025
3032
  },
@@ -3037,7 +3044,7 @@
3037
3044
  {
3038
3045
  "abstract": true,
3039
3046
  "docs": {
3040
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#manifests DataHelmTemplate#manifests}",
3047
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#manifests DataHelmTemplate#manifests}",
3041
3048
  "stability": "stable",
3042
3049
  "summary": "Map of rendered chart templates indexed by the template name."
3043
3050
  },
@@ -3060,7 +3067,7 @@
3060
3067
  {
3061
3068
  "abstract": true,
3062
3069
  "docs": {
3063
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#namespace DataHelmTemplate#namespace}",
3070
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#namespace DataHelmTemplate#namespace}",
3064
3071
  "stability": "stable",
3065
3072
  "summary": "Namespace to install the release into."
3066
3073
  },
@@ -3078,7 +3085,7 @@
3078
3085
  {
3079
3086
  "abstract": true,
3080
3087
  "docs": {
3081
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#notes DataHelmTemplate#notes}",
3088
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#notes DataHelmTemplate#notes}",
3082
3089
  "stability": "stable",
3083
3090
  "summary": "Rendered notes if the chart contains a `NOTES.txt`."
3084
3091
  },
@@ -3096,7 +3103,7 @@
3096
3103
  {
3097
3104
  "abstract": true,
3098
3105
  "docs": {
3099
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#pass_credentials DataHelmTemplate#pass_credentials}",
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}",
3100
3107
  "stability": "stable",
3101
3108
  "summary": "Pass credentials to all domains."
3102
3109
  },
@@ -3123,7 +3130,7 @@
3123
3130
  {
3124
3131
  "abstract": true,
3125
3132
  "docs": {
3126
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#postrender DataHelmTemplate#postrender}",
3133
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#postrender DataHelmTemplate#postrender}",
3127
3134
  "stability": "stable",
3128
3135
  "summary": "Postrender command config."
3129
3136
  },
@@ -3141,7 +3148,7 @@
3141
3148
  {
3142
3149
  "abstract": true,
3143
3150
  "docs": {
3144
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#render_subchart_notes DataHelmTemplate#render_subchart_notes}",
3145
3152
  "stability": "stable",
3146
3153
  "summary": "If set, render subchart notes along with the parent."
3147
3154
  },
@@ -3168,7 +3175,7 @@
3168
3175
  {
3169
3176
  "abstract": true,
3170
3177
  "docs": {
3171
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#replace DataHelmTemplate#replace}",
3178
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#replace DataHelmTemplate#replace}",
3172
3179
  "stability": "stable",
3173
3180
  "summary": "Re-use the given name, even if that name is already used. This is unsafe in production."
3174
3181
  },
@@ -3195,7 +3202,7 @@
3195
3202
  {
3196
3203
  "abstract": true,
3197
3204
  "docs": {
3198
- "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.1/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.1.2/docs/data-sources/template#repository DataHelmTemplate#repository}",
3199
3206
  "stability": "stable",
3200
3207
  "summary": "Repository where to locate the requested chart."
3201
3208
  },
@@ -3213,7 +3220,7 @@
3213
3220
  {
3214
3221
  "abstract": true,
3215
3222
  "docs": {
3216
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#repository_ca_file DataHelmTemplate#repository_ca_file}",
3217
3224
  "stability": "stable",
3218
3225
  "summary": "The repository's CA file."
3219
3226
  },
@@ -3231,7 +3238,7 @@
3231
3238
  {
3232
3239
  "abstract": true,
3233
3240
  "docs": {
3234
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#repository_cert_file DataHelmTemplate#repository_cert_file}",
3235
3242
  "stability": "stable",
3236
3243
  "summary": "The repository's cert file."
3237
3244
  },
@@ -3249,7 +3256,7 @@
3249
3256
  {
3250
3257
  "abstract": true,
3251
3258
  "docs": {
3252
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/data-sources/template#repository_key_file DataHelmTemplate#repository_key_file}",
3253
3260
  "stability": "stable",
3254
3261
  "summary": "The repository's cert key file."
3255
3262
  },
@@ -3267,7 +3274,7 @@
3267
3274
  {
3268
3275
  "abstract": true,
3269
3276
  "docs": {
3270
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#repository_password DataHelmTemplate#repository_password}",
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}",
3271
3278
  "stability": "stable",
3272
3279
  "summary": "Password for HTTP basic authentication."
3273
3280
  },
@@ -3285,7 +3292,7 @@
3285
3292
  {
3286
3293
  "abstract": true,
3287
3294
  "docs": {
3288
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#repository_username DataHelmTemplate#repository_username}",
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}",
3289
3296
  "stability": "stable",
3290
3297
  "summary": "Username for HTTP basic authentication."
3291
3298
  },
@@ -3303,7 +3310,7 @@
3303
3310
  {
3304
3311
  "abstract": true,
3305
3312
  "docs": {
3306
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#reset_values DataHelmTemplate#reset_values}",
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}",
3307
3314
  "stability": "stable",
3308
3315
  "summary": "When upgrading, reset the values to the ones built into the chart."
3309
3316
  },
@@ -3330,7 +3337,7 @@
3330
3337
  {
3331
3338
  "abstract": true,
3332
3339
  "docs": {
3333
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#reuse_values DataHelmTemplate#reuse_values}",
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}",
3334
3341
  "stability": "stable",
3335
3342
  "summary": "When upgrading, reuse the last release's values and merge in any overrides. If 'reset_values' is specified, this is ignored."
3336
3343
  },
@@ -3357,7 +3364,7 @@
3357
3364
  {
3358
3365
  "abstract": true,
3359
3366
  "docs": {
3360
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#set DataHelmTemplate#set}",
3367
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#set DataHelmTemplate#set}",
3361
3368
  "stability": "stable",
3362
3369
  "summary": "Custom values to be merged with the values."
3363
3370
  },
@@ -3389,7 +3396,7 @@
3389
3396
  {
3390
3397
  "abstract": true,
3391
3398
  "docs": {
3392
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#set_list DataHelmTemplate#set_list}",
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}",
3393
3400
  "stability": "stable",
3394
3401
  "summary": "Custom sensitive values to be merged with the values."
3395
3402
  },
@@ -3421,7 +3428,7 @@
3421
3428
  {
3422
3429
  "abstract": true,
3423
3430
  "docs": {
3424
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#set_sensitive DataHelmTemplate#set_sensitive}",
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}",
3425
3432
  "stability": "stable",
3426
3433
  "summary": "Custom sensitive values to be merged with the values."
3427
3434
  },
@@ -3453,7 +3460,7 @@
3453
3460
  {
3454
3461
  "abstract": true,
3455
3462
  "docs": {
3456
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#set_wo DataHelmTemplate#set_wo}",
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}",
3457
3464
  "stability": "stable",
3458
3465
  "summary": "Write-only custom values to be merged with the values."
3459
3466
  },
@@ -3485,7 +3492,7 @@
3485
3492
  {
3486
3493
  "abstract": true,
3487
3494
  "docs": {
3488
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#show_only DataHelmTemplate#show_only}",
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}",
3489
3496
  "stability": "stable",
3490
3497
  "summary": "Only show manifests rendered from the given templates."
3491
3498
  },
@@ -3508,7 +3515,7 @@
3508
3515
  {
3509
3516
  "abstract": true,
3510
3517
  "docs": {
3511
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#skip_crds DataHelmTemplate#skip_crds}",
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}",
3512
3519
  "stability": "stable",
3513
3520
  "summary": "If set, no CRDs will be installed. By default, CRDs are installed if not already present."
3514
3521
  },
@@ -3535,7 +3542,7 @@
3535
3542
  {
3536
3543
  "abstract": true,
3537
3544
  "docs": {
3538
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#skip_tests DataHelmTemplate#skip_tests}",
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}",
3539
3546
  "stability": "stable",
3540
3547
  "summary": "If set, tests will not be rendered. By default, tests are rendered."
3541
3548
  },
@@ -3562,7 +3569,7 @@
3562
3569
  {
3563
3570
  "abstract": true,
3564
3571
  "docs": {
3565
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#timeout DataHelmTemplate#timeout}",
3572
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#timeout DataHelmTemplate#timeout}",
3566
3573
  "stability": "stable",
3567
3574
  "summary": "Time in seconds to wait for any individual Kubernetes operation."
3568
3575
  },
@@ -3581,7 +3588,7 @@
3581
3588
  "abstract": true,
3582
3589
  "docs": {
3583
3590
  "stability": "stable",
3584
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#timeouts DataHelmTemplate#timeouts}."
3591
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#timeouts DataHelmTemplate#timeouts}."
3585
3592
  },
3586
3593
  "immutable": true,
3587
3594
  "locationInModule": {
@@ -3597,7 +3604,7 @@
3597
3604
  {
3598
3605
  "abstract": true,
3599
3606
  "docs": {
3600
- "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.1/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.1.2/docs/data-sources/template#validate DataHelmTemplate#validate}",
3601
3608
  "stability": "stable",
3602
3609
  "summary": "Validate your manifests against the Kubernetes cluster you are currently pointing at."
3603
3610
  },
@@ -3624,7 +3631,7 @@
3624
3631
  {
3625
3632
  "abstract": true,
3626
3633
  "docs": {
3627
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#values DataHelmTemplate#values}",
3634
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#values DataHelmTemplate#values}",
3628
3635
  "stability": "stable",
3629
3636
  "summary": "List of values in raw yaml format to pass to helm."
3630
3637
  },
@@ -3647,7 +3654,7 @@
3647
3654
  {
3648
3655
  "abstract": true,
3649
3656
  "docs": {
3650
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#verify DataHelmTemplate#verify}",
3657
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#verify DataHelmTemplate#verify}",
3651
3658
  "stability": "stable",
3652
3659
  "summary": "Verify the package before installing it."
3653
3660
  },
@@ -3674,7 +3681,7 @@
3674
3681
  {
3675
3682
  "abstract": true,
3676
3683
  "docs": {
3677
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#version DataHelmTemplate#version}",
3684
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#version DataHelmTemplate#version}",
3678
3685
  "stability": "stable",
3679
3686
  "summary": "Specify the exact chart version to install. If this is not specified, the latest version is installed."
3680
3687
  },
@@ -3692,7 +3699,7 @@
3692
3699
  {
3693
3700
  "abstract": true,
3694
3701
  "docs": {
3695
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#wait DataHelmTemplate#wait}",
3702
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#wait DataHelmTemplate#wait}",
3696
3703
  "stability": "stable",
3697
3704
  "summary": "Will wait until all resources are in a ready state before marking the release as successful."
3698
3705
  },
@@ -3737,7 +3744,7 @@
3737
3744
  {
3738
3745
  "abstract": true,
3739
3746
  "docs": {
3740
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#binary_path DataHelmTemplate#binary_path}",
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}",
3741
3748
  "stability": "stable",
3742
3749
  "summary": "The common binary path."
3743
3750
  },
@@ -3754,7 +3761,7 @@
3754
3761
  {
3755
3762
  "abstract": true,
3756
3763
  "docs": {
3757
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#args DataHelmTemplate#args}",
3764
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#args DataHelmTemplate#args}",
3758
3765
  "stability": "stable",
3759
3766
  "summary": "An argument to the post-renderer (can specify multiple)."
3760
3767
  },
@@ -3944,7 +3951,7 @@
3944
3951
  "abstract": true,
3945
3952
  "docs": {
3946
3953
  "stability": "stable",
3947
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#name DataHelmTemplate#name}."
3954
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
3948
3955
  },
3949
3956
  "immutable": true,
3950
3957
  "locationInModule": {
@@ -3960,7 +3967,7 @@
3960
3967
  "abstract": true,
3961
3968
  "docs": {
3962
3969
  "stability": "stable",
3963
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#type DataHelmTemplate#type}."
3970
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
3964
3971
  },
3965
3972
  "immutable": true,
3966
3973
  "locationInModule": {
@@ -3977,7 +3984,7 @@
3977
3984
  "abstract": true,
3978
3985
  "docs": {
3979
3986
  "stability": "stable",
3980
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#value DataHelmTemplate#value}."
3987
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
3981
3988
  },
3982
3989
  "immutable": true,
3983
3990
  "locationInModule": {
@@ -4124,7 +4131,7 @@
4124
4131
  "abstract": true,
4125
4132
  "docs": {
4126
4133
  "stability": "stable",
4127
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#value DataHelmTemplate#value}."
4134
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
4128
4135
  },
4129
4136
  "immutable": true,
4130
4137
  "locationInModule": {
@@ -4145,7 +4152,7 @@
4145
4152
  "abstract": true,
4146
4153
  "docs": {
4147
4154
  "stability": "stable",
4148
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#name DataHelmTemplate#name}."
4155
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
4149
4156
  },
4150
4157
  "immutable": true,
4151
4158
  "locationInModule": {
@@ -4652,7 +4659,7 @@
4652
4659
  "abstract": true,
4653
4660
  "docs": {
4654
4661
  "stability": "stable",
4655
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#name DataHelmTemplate#name}."
4662
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
4656
4663
  },
4657
4664
  "immutable": true,
4658
4665
  "locationInModule": {
@@ -4668,7 +4675,7 @@
4668
4675
  "abstract": true,
4669
4676
  "docs": {
4670
4677
  "stability": "stable",
4671
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#value DataHelmTemplate#value}."
4678
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
4672
4679
  },
4673
4680
  "immutable": true,
4674
4681
  "locationInModule": {
@@ -4684,7 +4691,7 @@
4684
4691
  "abstract": true,
4685
4692
  "docs": {
4686
4693
  "stability": "stable",
4687
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#type DataHelmTemplate#type}."
4694
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
4688
4695
  },
4689
4696
  "immutable": true,
4690
4697
  "locationInModule": {
@@ -5015,7 +5022,7 @@
5015
5022
  "abstract": true,
5016
5023
  "docs": {
5017
5024
  "stability": "stable",
5018
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#name DataHelmTemplate#name}."
5025
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#name DataHelmTemplate#name}."
5019
5026
  },
5020
5027
  "immutable": true,
5021
5028
  "locationInModule": {
@@ -5031,7 +5038,7 @@
5031
5038
  "abstract": true,
5032
5039
  "docs": {
5033
5040
  "stability": "stable",
5034
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#value DataHelmTemplate#value}."
5041
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#value DataHelmTemplate#value}."
5035
5042
  },
5036
5043
  "immutable": true,
5037
5044
  "locationInModule": {
@@ -5047,7 +5054,7 @@
5047
5054
  "abstract": true,
5048
5055
  "docs": {
5049
5056
  "stability": "stable",
5050
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#type DataHelmTemplate#type}."
5057
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#type DataHelmTemplate#type}."
5051
5058
  },
5052
5059
  "immutable": true,
5053
5060
  "locationInModule": {
@@ -5377,7 +5384,7 @@
5377
5384
  {
5378
5385
  "abstract": true,
5379
5386
  "docs": {
5380
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/data-sources/template#read DataHelmTemplate#read}",
5387
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/data-sources/template#read DataHelmTemplate#read}",
5381
5388
  "stability": "stable",
5382
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)."
5383
5390
  },
@@ -5510,13 +5517,13 @@
5510
5517
  "base": "cdktn.TerraformProvider",
5511
5518
  "docs": {
5512
5519
  "stability": "stable",
5513
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs helm}."
5520
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs helm}."
5514
5521
  },
5515
5522
  "fqn": "@cdktn/provider-helm.provider.HelmProvider",
5516
5523
  "initializer": {
5517
5524
  "docs": {
5518
5525
  "stability": "stable",
5519
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs helm} Resource."
5526
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs helm} Resource."
5520
5527
  },
5521
5528
  "locationInModule": {
5522
5529
  "filename": "src/provider/index.ts",
@@ -5588,7 +5595,7 @@
5588
5595
  },
5589
5596
  {
5590
5597
  "docs": {
5591
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs#import import section} in the documentation of this resource for the id to use",
5592
5599
  "summary": "The id of the existing HelmProvider that should be imported."
5593
5600
  },
5594
5601
  "name": "importFromId",
@@ -6214,7 +6221,7 @@
6214
6221
  {
6215
6222
  "abstract": true,
6216
6223
  "docs": {
6217
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#alias HelmProvider#alias}",
6224
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#alias HelmProvider#alias}",
6218
6225
  "stability": "stable",
6219
6226
  "summary": "Alias name."
6220
6227
  },
@@ -6232,7 +6239,7 @@
6232
6239
  {
6233
6240
  "abstract": true,
6234
6241
  "docs": {
6235
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#burst_limit HelmProvider#burst_limit}",
6242
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#burst_limit HelmProvider#burst_limit}",
6236
6243
  "stability": "stable",
6237
6244
  "summary": "Helm burst limit. Increase this if you have a cluster with many CRDs."
6238
6245
  },
@@ -6250,7 +6257,7 @@
6250
6257
  {
6251
6258
  "abstract": true,
6252
6259
  "docs": {
6253
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#debug HelmProvider#debug}",
6260
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#debug HelmProvider#debug}",
6254
6261
  "stability": "stable",
6255
6262
  "summary": "Debug indicates whether or not Helm is running in Debug mode."
6256
6263
  },
@@ -6277,7 +6284,7 @@
6277
6284
  {
6278
6285
  "abstract": true,
6279
6286
  "docs": {
6280
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#experiments HelmProvider#experiments}",
6287
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#experiments HelmProvider#experiments}",
6281
6288
  "stability": "stable",
6282
6289
  "summary": "Enable and disable experimental features."
6283
6290
  },
@@ -6295,7 +6302,7 @@
6295
6302
  {
6296
6303
  "abstract": true,
6297
6304
  "docs": {
6298
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#helm_driver HelmProvider#helm_driver}",
6305
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#helm_driver HelmProvider#helm_driver}",
6299
6306
  "stability": "stable",
6300
6307
  "summary": "The backend storage driver. Values are: configmap, secret, memory, sql."
6301
6308
  },
@@ -6313,7 +6320,7 @@
6313
6320
  {
6314
6321
  "abstract": true,
6315
6322
  "docs": {
6316
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#kubernetes HelmProvider#kubernetes}",
6323
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#kubernetes HelmProvider#kubernetes}",
6317
6324
  "stability": "stable",
6318
6325
  "summary": "Kubernetes Configuration."
6319
6326
  },
@@ -6331,7 +6338,7 @@
6331
6338
  {
6332
6339
  "abstract": true,
6333
6340
  "docs": {
6334
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#plugins_path HelmProvider#plugins_path}",
6341
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#plugins_path HelmProvider#plugins_path}",
6335
6342
  "stability": "stable",
6336
6343
  "summary": "The path to the helm plugins directory."
6337
6344
  },
@@ -6349,7 +6356,7 @@
6349
6356
  {
6350
6357
  "abstract": true,
6351
6358
  "docs": {
6352
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#qps HelmProvider#qps}",
6359
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#qps HelmProvider#qps}",
6353
6360
  "stability": "stable",
6354
6361
  "summary": "Queries per second used when communicating with the Kubernetes API. Can be used to avoid throttling."
6355
6362
  },
@@ -6367,7 +6374,7 @@
6367
6374
  {
6368
6375
  "abstract": true,
6369
6376
  "docs": {
6370
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#registries HelmProvider#registries}",
6377
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#registries HelmProvider#registries}",
6371
6378
  "stability": "stable",
6372
6379
  "summary": "RegistryClient configuration."
6373
6380
  },
@@ -6399,7 +6406,7 @@
6399
6406
  {
6400
6407
  "abstract": true,
6401
6408
  "docs": {
6402
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#registry_config_path HelmProvider#registry_config_path}",
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}",
6403
6410
  "stability": "stable",
6404
6411
  "summary": "The path to the registry config file."
6405
6412
  },
@@ -6417,7 +6424,7 @@
6417
6424
  {
6418
6425
  "abstract": true,
6419
6426
  "docs": {
6420
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#repository_cache HelmProvider#repository_cache}",
6427
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#repository_cache HelmProvider#repository_cache}",
6421
6428
  "stability": "stable",
6422
6429
  "summary": "The path to the file containing cached repository indexes."
6423
6430
  },
@@ -6435,7 +6442,7 @@
6435
6442
  {
6436
6443
  "abstract": true,
6437
6444
  "docs": {
6438
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#repository_config_path HelmProvider#repository_config_path}",
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}",
6439
6446
  "stability": "stable",
6440
6447
  "summary": "The path to the file containing repository names and URLs."
6441
6448
  },
@@ -6471,7 +6478,7 @@
6471
6478
  {
6472
6479
  "abstract": true,
6473
6480
  "docs": {
6474
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#manifest HelmProvider#manifest}",
6481
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#manifest HelmProvider#manifest}",
6475
6482
  "stability": "stable",
6476
6483
  "summary": "Enable full diff by storing the rendered manifest in the state."
6477
6484
  },
@@ -6516,7 +6523,7 @@
6516
6523
  {
6517
6524
  "abstract": true,
6518
6525
  "docs": {
6519
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#client_certificate HelmProvider#client_certificate}",
6526
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#client_certificate HelmProvider#client_certificate}",
6520
6527
  "stability": "stable",
6521
6528
  "summary": "PEM-encoded client certificate for TLS authentication."
6522
6529
  },
@@ -6534,7 +6541,7 @@
6534
6541
  {
6535
6542
  "abstract": true,
6536
6543
  "docs": {
6537
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#client_key HelmProvider#client_key}",
6544
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#client_key HelmProvider#client_key}",
6538
6545
  "stability": "stable",
6539
6546
  "summary": "PEM-encoded client certificate key for TLS authentication."
6540
6547
  },
@@ -6552,7 +6559,7 @@
6552
6559
  {
6553
6560
  "abstract": true,
6554
6561
  "docs": {
6555
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#cluster_ca_certificate HelmProvider#cluster_ca_certificate}",
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}",
6556
6563
  "stability": "stable",
6557
6564
  "summary": "PEM-encoded root certificates bundle for TLS authentication."
6558
6565
  },
@@ -6570,7 +6577,7 @@
6570
6577
  {
6571
6578
  "abstract": true,
6572
6579
  "docs": {
6573
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#config_context HelmProvider#config_context}",
6580
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_context HelmProvider#config_context}",
6574
6581
  "stability": "stable",
6575
6582
  "summary": "Context to choose from the config file. Can be sourced from KUBE_CTX."
6576
6583
  },
@@ -6588,7 +6595,7 @@
6588
6595
  {
6589
6596
  "abstract": true,
6590
6597
  "docs": {
6591
- "remarks": "Can be sourced from KUBE_CTX_AUTH_INFO.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs#config_context_auth_info HelmProvider#config_context_auth_info}",
6592
6599
  "stability": "stable",
6593
6600
  "summary": "Authentication info context of the kube config (name of the kubeconfig user, --user flag in kubectl)."
6594
6601
  },
@@ -6606,7 +6613,7 @@
6606
6613
  {
6607
6614
  "abstract": true,
6608
6615
  "docs": {
6609
- "remarks": "Can be sourced from KUBE_CTX_CLUSTER.\n\nDocs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs#config_context_cluster HelmProvider#config_context_cluster}",
6610
6617
  "stability": "stable",
6611
6618
  "summary": "Cluster context of the kube config (name of the kubeconfig cluster, --cluster flag in kubectl)."
6612
6619
  },
@@ -6624,7 +6631,7 @@
6624
6631
  {
6625
6632
  "abstract": true,
6626
6633
  "docs": {
6627
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#config_path HelmProvider#config_path}",
6634
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_path HelmProvider#config_path}",
6628
6635
  "stability": "stable",
6629
6636
  "summary": "Path to the kube config file. Can be set with KUBE_CONFIG_PATH."
6630
6637
  },
@@ -6642,7 +6649,7 @@
6642
6649
  {
6643
6650
  "abstract": true,
6644
6651
  "docs": {
6645
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#config_paths HelmProvider#config_paths}",
6652
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#config_paths HelmProvider#config_paths}",
6646
6653
  "stability": "stable",
6647
6654
  "summary": "A list of paths to kube config files. Can be set with KUBE_CONFIG_PATHS environment variable."
6648
6655
  },
@@ -6665,7 +6672,7 @@
6665
6672
  {
6666
6673
  "abstract": true,
6667
6674
  "docs": {
6668
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#exec HelmProvider#exec}",
6675
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#exec HelmProvider#exec}",
6669
6676
  "stability": "stable",
6670
6677
  "summary": "Exec configuration for Kubernetes authentication."
6671
6678
  },
@@ -6683,7 +6690,7 @@
6683
6690
  {
6684
6691
  "abstract": true,
6685
6692
  "docs": {
6686
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#host HelmProvider#host}",
6693
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#host HelmProvider#host}",
6687
6694
  "stability": "stable",
6688
6695
  "summary": "The hostname (in form of URI) of kubernetes master."
6689
6696
  },
@@ -6701,7 +6708,7 @@
6701
6708
  {
6702
6709
  "abstract": true,
6703
6710
  "docs": {
6704
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#insecure HelmProvider#insecure}",
6711
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#insecure HelmProvider#insecure}",
6705
6712
  "stability": "stable",
6706
6713
  "summary": "Whether server should be accessed without verifying the TLS certificate."
6707
6714
  },
@@ -6728,7 +6735,7 @@
6728
6735
  {
6729
6736
  "abstract": true,
6730
6737
  "docs": {
6731
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#password HelmProvider#password}",
6738
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#password HelmProvider#password}",
6732
6739
  "stability": "stable",
6733
6740
  "summary": "The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint."
6734
6741
  },
@@ -6746,7 +6753,7 @@
6746
6753
  {
6747
6754
  "abstract": true,
6748
6755
  "docs": {
6749
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#proxy_url HelmProvider#proxy_url}",
6756
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#proxy_url HelmProvider#proxy_url}",
6750
6757
  "stability": "stable",
6751
6758
  "summary": "URL to the proxy to be used for all API requests."
6752
6759
  },
@@ -6764,7 +6771,7 @@
6764
6771
  {
6765
6772
  "abstract": true,
6766
6773
  "docs": {
6767
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#tls_server_name HelmProvider#tls_server_name}",
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}",
6768
6775
  "stability": "stable",
6769
6776
  "summary": "Server name passed to the server for SNI and is used in the client to check server certificates against."
6770
6777
  },
@@ -6782,7 +6789,7 @@
6782
6789
  {
6783
6790
  "abstract": true,
6784
6791
  "docs": {
6785
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#token HelmProvider#token}",
6792
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#token HelmProvider#token}",
6786
6793
  "stability": "stable",
6787
6794
  "summary": "Token to authenticate a service account."
6788
6795
  },
@@ -6800,7 +6807,7 @@
6800
6807
  {
6801
6808
  "abstract": true,
6802
6809
  "docs": {
6803
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#username HelmProvider#username}",
6810
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#username HelmProvider#username}",
6804
6811
  "stability": "stable",
6805
6812
  "summary": "The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint."
6806
6813
  },
@@ -6836,7 +6843,7 @@
6836
6843
  {
6837
6844
  "abstract": true,
6838
6845
  "docs": {
6839
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#api_version HelmProvider#api_version}",
6846
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#api_version HelmProvider#api_version}",
6840
6847
  "stability": "stable",
6841
6848
  "summary": "API version for the exec plugin."
6842
6849
  },
@@ -6853,7 +6860,7 @@
6853
6860
  {
6854
6861
  "abstract": true,
6855
6862
  "docs": {
6856
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#command HelmProvider#command}",
6863
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#command HelmProvider#command}",
6857
6864
  "stability": "stable",
6858
6865
  "summary": "Command to run for Kubernetes exec plugin."
6859
6866
  },
@@ -6870,7 +6877,7 @@
6870
6877
  {
6871
6878
  "abstract": true,
6872
6879
  "docs": {
6873
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#args HelmProvider#args}",
6880
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#args HelmProvider#args}",
6874
6881
  "stability": "stable",
6875
6882
  "summary": "Arguments for the exec plugin."
6876
6883
  },
@@ -6893,7 +6900,7 @@
6893
6900
  {
6894
6901
  "abstract": true,
6895
6902
  "docs": {
6896
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#env HelmProvider#env}",
6903
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#env HelmProvider#env}",
6897
6904
  "stability": "stable",
6898
6905
  "summary": "Environment variables for the exec plugin."
6899
6906
  },
@@ -6934,7 +6941,7 @@
6934
6941
  {
6935
6942
  "abstract": true,
6936
6943
  "docs": {
6937
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#password HelmProvider#password}",
6944
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#password HelmProvider#password}",
6938
6945
  "stability": "stable",
6939
6946
  "summary": "The password to use for the OCI HTTP basic authentication when accessing the Kubernetes master endpoint."
6940
6947
  },
@@ -6951,7 +6958,7 @@
6951
6958
  {
6952
6959
  "abstract": true,
6953
6960
  "docs": {
6954
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#url HelmProvider#url}",
6961
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#url HelmProvider#url}",
6955
6962
  "stability": "stable",
6956
6963
  "summary": "OCI URL in form of oci://host:port or oci://host."
6957
6964
  },
@@ -6968,7 +6975,7 @@
6968
6975
  {
6969
6976
  "abstract": true,
6970
6977
  "docs": {
6971
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs#username HelmProvider#username}",
6978
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs#username HelmProvider#username}",
6972
6979
  "stability": "stable",
6973
6980
  "summary": "The username to use for the OCI HTTP basic authentication when accessing the Kubernetes master endpoint."
6974
6981
  },
@@ -6990,13 +6997,13 @@
6990
6997
  "base": "cdktn.TerraformResource",
6991
6998
  "docs": {
6992
6999
  "stability": "stable",
6993
- "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release helm_release}."
7000
+ "summary": "Represents a {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release helm_release}."
6994
7001
  },
6995
7002
  "fqn": "@cdktn/provider-helm.release.Release",
6996
7003
  "initializer": {
6997
7004
  "docs": {
6998
7005
  "stability": "stable",
6999
- "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release helm_release} Resource."
7006
+ "summary": "Create a new {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release helm_release} Resource."
7000
7007
  },
7001
7008
  "locationInModule": {
7002
7009
  "filename": "src/release/index.ts",
@@ -7067,7 +7074,7 @@
7067
7074
  },
7068
7075
  {
7069
7076
  "docs": {
7070
- "remarks": "Refer to the {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#import import section} in the documentation of this resource for the id to use",
7071
7078
  "summary": "The id of the existing Release that should be imported."
7072
7079
  },
7073
7080
  "name": "importFromId",
@@ -9553,7 +9560,7 @@
9553
9560
  {
9554
9561
  "abstract": true,
9555
9562
  "docs": {
9556
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#chart Release#chart}",
9563
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#chart Release#chart}",
9557
9564
  "stability": "stable",
9558
9565
  "summary": "Chart name to be installed. A path may be used."
9559
9566
  },
@@ -9570,7 +9577,7 @@
9570
9577
  {
9571
9578
  "abstract": true,
9572
9579
  "docs": {
9573
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#name Release#name}",
9580
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}",
9574
9581
  "stability": "stable",
9575
9582
  "summary": "Release name. The length must not be longer than 53 characters."
9576
9583
  },
@@ -9587,7 +9594,7 @@
9587
9594
  {
9588
9595
  "abstract": true,
9589
9596
  "docs": {
9590
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#atomic Release#atomic}",
9597
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#atomic Release#atomic}",
9591
9598
  "stability": "stable",
9592
9599
  "summary": "If set, installation process purges chart on fail. The wait flag will be set automatically if atomic is used."
9593
9600
  },
@@ -9614,7 +9621,7 @@
9614
9621
  {
9615
9622
  "abstract": true,
9616
9623
  "docs": {
9617
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#cleanup_on_fail Release#cleanup_on_fail}",
9618
9625
  "stability": "stable",
9619
9626
  "summary": "Allow deletion of new resources created in this upgrade when upgrade fails."
9620
9627
  },
@@ -9641,7 +9648,7 @@
9641
9648
  {
9642
9649
  "abstract": true,
9643
9650
  "docs": {
9644
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#create_namespace Release#create_namespace}",
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}",
9645
9652
  "stability": "stable",
9646
9653
  "summary": "Create the namespace if it does not exist."
9647
9654
  },
@@ -9668,7 +9675,7 @@
9668
9675
  {
9669
9676
  "abstract": true,
9670
9677
  "docs": {
9671
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#dependency_update Release#dependency_update}",
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}",
9672
9679
  "stability": "stable",
9673
9680
  "summary": "Run helm dependency update before installing the chart."
9674
9681
  },
@@ -9695,7 +9702,7 @@
9695
9702
  {
9696
9703
  "abstract": true,
9697
9704
  "docs": {
9698
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#description Release#description}",
9705
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#description Release#description}",
9699
9706
  "stability": "stable",
9700
9707
  "summary": "Add a custom description."
9701
9708
  },
@@ -9713,7 +9720,7 @@
9713
9720
  {
9714
9721
  "abstract": true,
9715
9722
  "docs": {
9716
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#devel Release#devel}",
9723
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#devel Release#devel}",
9717
9724
  "stability": "stable",
9718
9725
  "summary": "Use chart development versions, too. Equivalent to version '>0.0.0-0'. If 'version' is set, this is ignored."
9719
9726
  },
@@ -9740,7 +9747,7 @@
9740
9747
  {
9741
9748
  "abstract": true,
9742
9749
  "docs": {
9743
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#disable_crd_hooks Release#disable_crd_hooks}",
9744
9751
  "stability": "stable",
9745
9752
  "summary": "Prevent CRD hooks from running, but run other hooks. See helm install --no-crd-hook."
9746
9753
  },
@@ -9767,7 +9774,7 @@
9767
9774
  {
9768
9775
  "abstract": true,
9769
9776
  "docs": {
9770
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#disable_openapi_validation Release#disable_openapi_validation}",
9771
9778
  "stability": "stable",
9772
9779
  "summary": "If set, the installation process will not validate rendered templates against the Kubernetes OpenAPI Schema."
9773
9780
  },
@@ -9794,7 +9801,7 @@
9794
9801
  {
9795
9802
  "abstract": true,
9796
9803
  "docs": {
9797
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#disable_webhooks Release#disable_webhooks}",
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}",
9798
9805
  "stability": "stable",
9799
9806
  "summary": "Prevent hooks from running."
9800
9807
  },
@@ -9821,7 +9828,7 @@
9821
9828
  {
9822
9829
  "abstract": true,
9823
9830
  "docs": {
9824
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#force_update Release#force_update}",
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}",
9825
9832
  "stability": "stable",
9826
9833
  "summary": "Force resource update through delete/recreate if needed."
9827
9834
  },
@@ -9848,7 +9855,7 @@
9848
9855
  {
9849
9856
  "abstract": true,
9850
9857
  "docs": {
9851
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#keyring Release#keyring}",
9858
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#keyring Release#keyring}",
9852
9859
  "stability": "stable",
9853
9860
  "summary": "Location of public keys used for verification, Used only if 'verify is true'."
9854
9861
  },
@@ -9866,7 +9873,7 @@
9866
9873
  {
9867
9874
  "abstract": true,
9868
9875
  "docs": {
9869
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#lint Release#lint}",
9876
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#lint Release#lint}",
9870
9877
  "stability": "stable",
9871
9878
  "summary": "Run helm lint when planning."
9872
9879
  },
@@ -9893,7 +9900,7 @@
9893
9900
  {
9894
9901
  "abstract": true,
9895
9902
  "docs": {
9896
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#max_history Release#max_history}",
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}",
9897
9904
  "stability": "stable",
9898
9905
  "summary": "Limit the maximum number of revisions saved per release. Use 0 for no limit."
9899
9906
  },
@@ -9911,7 +9918,7 @@
9911
9918
  {
9912
9919
  "abstract": true,
9913
9920
  "docs": {
9914
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#namespace Release#namespace}",
9921
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#namespace Release#namespace}",
9915
9922
  "stability": "stable",
9916
9923
  "summary": "Namespace to install the release into."
9917
9924
  },
@@ -9929,7 +9936,7 @@
9929
9936
  {
9930
9937
  "abstract": true,
9931
9938
  "docs": {
9932
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#pass_credentials Release#pass_credentials}",
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}",
9933
9940
  "stability": "stable",
9934
9941
  "summary": "Pass credentials to all domains."
9935
9942
  },
@@ -9956,7 +9963,7 @@
9956
9963
  {
9957
9964
  "abstract": true,
9958
9965
  "docs": {
9959
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#postrender Release#postrender}",
9966
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#postrender Release#postrender}",
9960
9967
  "stability": "stable",
9961
9968
  "summary": "Postrender command config."
9962
9969
  },
@@ -9974,7 +9981,7 @@
9974
9981
  {
9975
9982
  "abstract": true,
9976
9983
  "docs": {
9977
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#recreate_pods Release#recreate_pods}",
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}",
9978
9985
  "stability": "stable",
9979
9986
  "summary": "Perform pods restart during upgrade/rollback."
9980
9987
  },
@@ -10001,7 +10008,7 @@
10001
10008
  {
10002
10009
  "abstract": true,
10003
10010
  "docs": {
10004
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#render_subchart_notes Release#render_subchart_notes}",
10005
10012
  "stability": "stable",
10006
10013
  "summary": "If set, render subchart notes along with the parent."
10007
10014
  },
@@ -10028,7 +10035,7 @@
10028
10035
  {
10029
10036
  "abstract": true,
10030
10037
  "docs": {
10031
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#replace Release#replace}",
10038
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#replace Release#replace}",
10032
10039
  "stability": "stable",
10033
10040
  "summary": "Re-use the given name, even if that name is already used. This is unsafe in production."
10034
10041
  },
@@ -10055,7 +10062,7 @@
10055
10062
  {
10056
10063
  "abstract": true,
10057
10064
  "docs": {
10058
- "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.1/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.1.2/docs/resources/release#repository Release#repository}",
10059
10066
  "stability": "stable",
10060
10067
  "summary": "Repository where to locate the requested chart."
10061
10068
  },
@@ -10073,7 +10080,7 @@
10073
10080
  {
10074
10081
  "abstract": true,
10075
10082
  "docs": {
10076
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#repository_ca_file Release#repository_ca_file}",
10077
10084
  "stability": "stable",
10078
10085
  "summary": "The Repositories CA file."
10079
10086
  },
@@ -10091,7 +10098,7 @@
10091
10098
  {
10092
10099
  "abstract": true,
10093
10100
  "docs": {
10094
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#repository_cert_file Release#repository_cert_file}",
10095
10102
  "stability": "stable",
10096
10103
  "summary": "The repositories cert file."
10097
10104
  },
@@ -10109,7 +10116,7 @@
10109
10116
  {
10110
10117
  "abstract": true,
10111
10118
  "docs": {
10112
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#repository_key_file Release#repository_key_file}",
10113
10120
  "stability": "stable",
10114
10121
  "summary": "The repositories cert key file."
10115
10122
  },
@@ -10127,7 +10134,7 @@
10127
10134
  {
10128
10135
  "abstract": true,
10129
10136
  "docs": {
10130
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#repository_password Release#repository_password}",
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}",
10131
10138
  "stability": "stable",
10132
10139
  "summary": "Password for HTTP basic authentication."
10133
10140
  },
@@ -10145,7 +10152,7 @@
10145
10152
  {
10146
10153
  "abstract": true,
10147
10154
  "docs": {
10148
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#repository_username Release#repository_username}",
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}",
10149
10156
  "stability": "stable",
10150
10157
  "summary": "Username for HTTP basic authentication."
10151
10158
  },
@@ -10163,7 +10170,7 @@
10163
10170
  {
10164
10171
  "abstract": true,
10165
10172
  "docs": {
10166
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#reset_values Release#reset_values}",
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}",
10167
10174
  "stability": "stable",
10168
10175
  "summary": "When upgrading, reset the values to the ones built into the chart."
10169
10176
  },
@@ -10190,7 +10197,7 @@
10190
10197
  {
10191
10198
  "abstract": true,
10192
10199
  "docs": {
10193
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#reuse_values Release#reuse_values}",
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}",
10194
10201
  "stability": "stable",
10195
10202
  "summary": "When upgrading, reuse the last release's values and merge in any overrides. If 'reset_values' is specified, this is ignored."
10196
10203
  },
@@ -10217,7 +10224,7 @@
10217
10224
  {
10218
10225
  "abstract": true,
10219
10226
  "docs": {
10220
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#set Release#set}",
10227
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#set Release#set}",
10221
10228
  "stability": "stable",
10222
10229
  "summary": "Custom values to be merged with the values."
10223
10230
  },
@@ -10249,7 +10256,7 @@
10249
10256
  {
10250
10257
  "abstract": true,
10251
10258
  "docs": {
10252
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#set_list Release#set_list}",
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}",
10253
10260
  "stability": "stable",
10254
10261
  "summary": "Custom sensitive values to be merged with the values."
10255
10262
  },
@@ -10281,7 +10288,7 @@
10281
10288
  {
10282
10289
  "abstract": true,
10283
10290
  "docs": {
10284
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#set_sensitive Release#set_sensitive}",
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}",
10285
10292
  "stability": "stable",
10286
10293
  "summary": "Custom sensitive values to be merged with the values."
10287
10294
  },
@@ -10313,7 +10320,7 @@
10313
10320
  {
10314
10321
  "abstract": true,
10315
10322
  "docs": {
10316
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#set_wo Release#set_wo}",
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}",
10317
10324
  "stability": "stable",
10318
10325
  "summary": "Custom values to be merged with the values."
10319
10326
  },
@@ -10345,7 +10352,7 @@
10345
10352
  {
10346
10353
  "abstract": true,
10347
10354
  "docs": {
10348
- "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.1/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.1.2/docs/resources/release#set_wo_revision Release#set_wo_revision}",
10349
10356
  "stability": "stable",
10350
10357
  "summary": "The current revision of the write-only \"set_wo\" attribute."
10351
10358
  },
@@ -10363,7 +10370,7 @@
10363
10370
  {
10364
10371
  "abstract": true,
10365
10372
  "docs": {
10366
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#skip_crds Release#skip_crds}",
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}",
10367
10374
  "stability": "stable",
10368
10375
  "summary": "If set, no CRDs will be installed. By default, CRDs are installed if not already present."
10369
10376
  },
@@ -10390,7 +10397,7 @@
10390
10397
  {
10391
10398
  "abstract": true,
10392
10399
  "docs": {
10393
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#take_ownership Release#take_ownership}",
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}",
10394
10401
  "stability": "stable",
10395
10402
  "summary": "If set, Helm will take ownership of resources not already annotated by this release. Useful for migrations or recovery."
10396
10403
  },
@@ -10417,7 +10424,7 @@
10417
10424
  {
10418
10425
  "abstract": true,
10419
10426
  "docs": {
10420
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#timeout Release#timeout}",
10427
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#timeout Release#timeout}",
10421
10428
  "stability": "stable",
10422
10429
  "summary": "Time in seconds to wait for any individual kubernetes operation."
10423
10430
  },
@@ -10436,7 +10443,7 @@
10436
10443
  "abstract": true,
10437
10444
  "docs": {
10438
10445
  "stability": "stable",
10439
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#timeouts Release#timeouts}."
10446
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#timeouts Release#timeouts}."
10440
10447
  },
10441
10448
  "immutable": true,
10442
10449
  "locationInModule": {
@@ -10452,7 +10459,7 @@
10452
10459
  {
10453
10460
  "abstract": true,
10454
10461
  "docs": {
10455
- "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.1/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.1.2/docs/resources/release#upgrade_install Release#upgrade_install}",
10456
10463
  "stability": "stable",
10457
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."
10458
10465
  },
@@ -10479,7 +10486,7 @@
10479
10486
  {
10480
10487
  "abstract": true,
10481
10488
  "docs": {
10482
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#values Release#values}",
10489
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#values Release#values}",
10483
10490
  "stability": "stable",
10484
10491
  "summary": "List of values in raw YAML format to pass to helm."
10485
10492
  },
@@ -10502,7 +10509,7 @@
10502
10509
  {
10503
10510
  "abstract": true,
10504
10511
  "docs": {
10505
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#verify Release#verify}",
10512
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#verify Release#verify}",
10506
10513
  "stability": "stable",
10507
10514
  "summary": "Verify the package before installing it."
10508
10515
  },
@@ -10529,7 +10536,7 @@
10529
10536
  {
10530
10537
  "abstract": true,
10531
10538
  "docs": {
10532
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#version Release#version}",
10539
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#version Release#version}",
10533
10540
  "stability": "stable",
10534
10541
  "summary": "Specify the exact chart version to install. If this is not specified, the latest version is installed."
10535
10542
  },
@@ -10547,7 +10554,7 @@
10547
10554
  {
10548
10555
  "abstract": true,
10549
10556
  "docs": {
10550
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#wait Release#wait}",
10557
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#wait Release#wait}",
10551
10558
  "stability": "stable",
10552
10559
  "summary": "Will wait until all resources are in a ready state before marking the release as successful."
10553
10560
  },
@@ -10574,7 +10581,7 @@
10574
10581
  {
10575
10582
  "abstract": true,
10576
10583
  "docs": {
10577
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/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.1.2/docs/resources/release#wait_for_jobs Release#wait_for_jobs}",
10578
10585
  "stability": "stable",
10579
10586
  "summary": "If wait is enabled, will wait until all Jobs have been completed before marking the release as successful."
10580
10587
  },
@@ -10836,7 +10843,7 @@
10836
10843
  {
10837
10844
  "abstract": true,
10838
10845
  "docs": {
10839
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#binary_path Release#binary_path}",
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}",
10840
10847
  "stability": "stable",
10841
10848
  "summary": "The common binary path."
10842
10849
  },
@@ -10853,7 +10860,7 @@
10853
10860
  {
10854
10861
  "abstract": true,
10855
10862
  "docs": {
10856
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#args Release#args}",
10863
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#args Release#args}",
10857
10864
  "stability": "stable",
10858
10865
  "summary": "An argument to the post-renderer (can specify multiple)."
10859
10866
  },
@@ -11043,7 +11050,7 @@
11043
11050
  "abstract": true,
11044
11051
  "docs": {
11045
11052
  "stability": "stable",
11046
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#name Release#name}."
11053
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11047
11054
  },
11048
11055
  "immutable": true,
11049
11056
  "locationInModule": {
@@ -11059,7 +11066,7 @@
11059
11066
  "abstract": true,
11060
11067
  "docs": {
11061
11068
  "stability": "stable",
11062
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#type Release#type}."
11069
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
11063
11070
  },
11064
11071
  "immutable": true,
11065
11072
  "locationInModule": {
@@ -11076,7 +11083,7 @@
11076
11083
  "abstract": true,
11077
11084
  "docs": {
11078
11085
  "stability": "stable",
11079
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#value Release#value}."
11086
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11080
11087
  },
11081
11088
  "immutable": true,
11082
11089
  "locationInModule": {
@@ -11223,7 +11230,7 @@
11223
11230
  "abstract": true,
11224
11231
  "docs": {
11225
11232
  "stability": "stable",
11226
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#name Release#name}."
11233
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11227
11234
  },
11228
11235
  "immutable": true,
11229
11236
  "locationInModule": {
@@ -11239,7 +11246,7 @@
11239
11246
  "abstract": true,
11240
11247
  "docs": {
11241
11248
  "stability": "stable",
11242
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#value Release#value}."
11249
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11243
11250
  },
11244
11251
  "immutable": true,
11245
11252
  "locationInModule": {
@@ -11738,7 +11745,7 @@
11738
11745
  "abstract": true,
11739
11746
  "docs": {
11740
11747
  "stability": "stable",
11741
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#name Release#name}."
11748
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
11742
11749
  },
11743
11750
  "immutable": true,
11744
11751
  "locationInModule": {
@@ -11754,7 +11761,7 @@
11754
11761
  "abstract": true,
11755
11762
  "docs": {
11756
11763
  "stability": "stable",
11757
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#value Release#value}."
11764
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
11758
11765
  },
11759
11766
  "immutable": true,
11760
11767
  "locationInModule": {
@@ -11770,7 +11777,7 @@
11770
11777
  "abstract": true,
11771
11778
  "docs": {
11772
11779
  "stability": "stable",
11773
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#type Release#type}."
11780
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
11774
11781
  },
11775
11782
  "immutable": true,
11776
11783
  "locationInModule": {
@@ -12101,7 +12108,7 @@
12101
12108
  "abstract": true,
12102
12109
  "docs": {
12103
12110
  "stability": "stable",
12104
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#name Release#name}."
12111
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#name Release#name}."
12105
12112
  },
12106
12113
  "immutable": true,
12107
12114
  "locationInModule": {
@@ -12117,7 +12124,7 @@
12117
12124
  "abstract": true,
12118
12125
  "docs": {
12119
12126
  "stability": "stable",
12120
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#value Release#value}."
12127
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#value Release#value}."
12121
12128
  },
12122
12129
  "immutable": true,
12123
12130
  "locationInModule": {
@@ -12133,7 +12140,7 @@
12133
12140
  "abstract": true,
12134
12141
  "docs": {
12135
12142
  "stability": "stable",
12136
- "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#type Release#type}."
12143
+ "summary": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#type Release#type}."
12137
12144
  },
12138
12145
  "immutable": true,
12139
12146
  "locationInModule": {
@@ -12463,7 +12470,7 @@
12463
12470
  {
12464
12471
  "abstract": true,
12465
12472
  "docs": {
12466
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#create Release#create}",
12473
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#create Release#create}",
12467
12474
  "stability": "stable",
12468
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)."
12469
12476
  },
@@ -12481,7 +12488,7 @@
12481
12488
  {
12482
12489
  "abstract": true,
12483
12490
  "docs": {
12484
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#delete Release#delete}",
12491
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#delete Release#delete}",
12485
12492
  "stability": "stable",
12486
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."
12487
12494
  },
@@ -12499,7 +12506,7 @@
12499
12506
  {
12500
12507
  "abstract": true,
12501
12508
  "docs": {
12502
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#read Release#read}",
12509
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#read Release#read}",
12503
12510
  "stability": "stable",
12504
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."
12505
12512
  },
@@ -12517,7 +12524,7 @@
12517
12524
  {
12518
12525
  "abstract": true,
12519
12526
  "docs": {
12520
- "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.1/docs/resources/release#update Release#update}",
12527
+ "remarks": "Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/helm/3.1.2/docs/resources/release#update Release#update}",
12521
12528
  "stability": "stable",
12522
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)."
12523
12530
  },
@@ -12760,6 +12767,6 @@
12760
12767
  "symbolId": "src/release/index:ReleaseTimeoutsOutputReference"
12761
12768
  }
12762
12769
  },
12763
- "version": "14.0.0",
12764
- "fingerprint": "7Yxpx+WX4FUKodHNFPfVdtrM/g1akplxBCbKso/4GSk="
12770
+ "version": "14.0.3",
12771
+ "fingerprint": "QmA3uKJaqDjUyjoOsesr4u1EefOXAQGt1zIcryTffno="
12765
12772
  }