diff --git a/docs/kubernetes.core.helm_info_module.rst b/docs/kubernetes.core.helm_info_module.rst index 4b5ef7c0..967ea88c 100644 --- a/docs/kubernetes.core.helm_info_module.rst +++ b/docs/kubernetes.core.helm_info_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) - yaml (https://pypi.org/project/PyYAML/) @@ -268,7 +268,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html @@ -410,6 +410,23 @@ Common return values are documented `here + +   + +
+ release_values + +
+ dictionary +
+
added in 6.3.0
+ + always + +
Dict of Values used to deploy.
+
+ +   @@ -465,12 +482,13 @@ Common return values are documented `here values
- string + dictionary
always
Dict of Values used to deploy
+
This return value has been deprecated and will be removed in a release after 2027-01-08. Use RV(status.release_values) instead.

diff --git a/docs/kubernetes.core.helm_module.rst b/docs/kubernetes.core.helm_module.rst index 3896a82a..92aef3ba 100644 --- a/docs/kubernetes.core.helm_module.rst +++ b/docs/kubernetes.core.helm_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) - yaml (https://pypi.org/project/PyYAML/) @@ -660,7 +660,7 @@ Parameters -
When upgrading, Helm will ignore the check for helm annotations and take ownership of the existing resources
+
Helm will ignore the check for helm annotations and take ownership of the existing resources
This feature requires helm >= 3.17.0
@@ -920,7 +920,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html @@ -1026,6 +1026,23 @@ Common return values are documented `here + +   + +
+ release_values + +
+ dictionary +
+
added in 6.3.0
+ + always + +
Dict of Values used to deploy.
+
+ +   @@ -1081,12 +1098,13 @@ Common return values are documented `here values
- string + dictionary
always -
Dict of Values used to deploy
+
Dict of Values used to deploy.
+
This return value has been deprecated and will be removed in a release after 2027-01-08. Use RV(status.release_values) instead.

diff --git a/docs/kubernetes.core.helm_plugin_info_module.rst b/docs/kubernetes.core.helm_plugin_info_module.rst index ec0b7ce7..3fda9617 100644 --- a/docs/kubernetes.core.helm_plugin_info_module.rst +++ b/docs/kubernetes.core.helm_plugin_info_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) Parameters @@ -196,7 +196,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html diff --git a/docs/kubernetes.core.helm_plugin_module.rst b/docs/kubernetes.core.helm_plugin_module.rst index aae71899..3bcc4f49 100644 --- a/docs/kubernetes.core.helm_plugin_module.rst +++ b/docs/kubernetes.core.helm_plugin_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) Parameters @@ -231,6 +231,28 @@ Parameters

aliases: verify_ssl
+ + +
+ verify + +
+ boolean +
+
added in 6.4.0
+ + +
    Choices: +
  • no
  • +
  • yes ←
  • +
+ + +
Verify the plugin signature before installing.
+
This option requires helm version >= 4.0.0
+
Used with state=present.
+ +
@@ -272,7 +294,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html diff --git a/docs/kubernetes.core.helm_pull_module.rst b/docs/kubernetes.core.helm_pull_module.rst index faef8a7a..95137ef5 100644 --- a/docs/kubernetes.core.helm_pull_module.rst +++ b/docs/kubernetes.core.helm_pull_module.rst @@ -27,7 +27,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm >= 3.0, <4.0.0 (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) Parameters diff --git a/docs/kubernetes.core.helm_registry_auth_module.rst b/docs/kubernetes.core.helm_registry_auth_module.rst index 9f33ea4a..b3047520 100644 --- a/docs/kubernetes.core.helm_registry_auth_module.rst +++ b/docs/kubernetes.core.helm_registry_auth_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) >= 3.8.0, <4.0.0 +- helm (https://github.com/helm/helm/releases) >= 3.8.0 Parameters @@ -151,6 +151,27 @@ Parameters

aliases: repo_password
+ + +
+ plain_http + +
+ boolean +
+
added in 6.4.0
+ + +
    Choices: +
  • no ←
  • +
  • yes
  • +
+ + +
Use insecure HTTP connections for helm registry login.
+
Requires Helm >= 3.18.0
+ +
diff --git a/docs/kubernetes.core.helm_repository_module.rst b/docs/kubernetes.core.helm_repository_module.rst index d2a8ecf1..87f5c515 100644 --- a/docs/kubernetes.core.helm_repository_module.rst +++ b/docs/kubernetes.core.helm_repository_module.rst @@ -25,7 +25,7 @@ Requirements ------------ The below requirements are needed on the host that executes this module. -- helm (https://github.com/helm/helm/releases) +- helm >= 3.0.0 (https://github.com/helm/helm/releases) - yaml (https://pypi.org/project/PyYAML/) @@ -336,7 +336,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html diff --git a/docs/kubernetes.core.helm_template_module.rst b/docs/kubernetes.core.helm_template_module.rst index ffdc7cc5..93eba19e 100644 --- a/docs/kubernetes.core.helm_template_module.rst +++ b/docs/kubernetes.core.helm_template_module.rst @@ -20,6 +20,13 @@ Synopsis +Requirements +------------ +The below requirements are needed on the host that executes this module. + +- helm >= 3.0.0 (https://github.com/helm/helm/releases) +- yaml (https://pypi.org/project/PyYAML/) + Parameters ---------- @@ -430,7 +437,7 @@ Examples Return Values ------------- -Common return values are documented `here `_, the following are the fields unique to this module: +Common return values are documented `here `_, the following are the fields unique to this module: .. raw:: html diff --git a/tests/integration/targets/helm_v3_15_4/play.yaml b/tests/integration/targets/helm_v3_15_4/play.yaml index 5591456a..71724bc2 100644 --- a/tests/integration/targets/helm_v3_15_4/play.yaml +++ b/tests/integration/targets/helm_v3_15_4/play.yaml @@ -1,4 +1,4 @@ -- name: Run tests for Helm v4.0.0 +- name: Run tests for Helm v3.15.4 hosts: all connection: local gather_facts: true diff --git a/tests/integration/targets/helm_v3_16_0/play.yaml b/tests/integration/targets/helm_v3_16_0/play.yaml index 5591456a..afd3454f 100644 --- a/tests/integration/targets/helm_v3_16_0/play.yaml +++ b/tests/integration/targets/helm_v3_16_0/play.yaml @@ -1,4 +1,4 @@ -- name: Run tests for Helm v4.0.0 +- name: Run tests for Helm v3.16.0 hosts: all connection: local gather_facts: true diff --git a/tests/integration/targets/helm_v3_17_0/play.yaml b/tests/integration/targets/helm_v3_17_0/play.yaml index 5591456a..6388d2a0 100644 --- a/tests/integration/targets/helm_v3_17_0/play.yaml +++ b/tests/integration/targets/helm_v3_17_0/play.yaml @@ -1,4 +1,4 @@ -- name: Run tests for Helm v4.0.0 +- name: Run tests for Helm v3.17.0 hosts: all connection: local gather_facts: true