From e112417d4c438e00fa1a35312994b77aef2e34b6 Mon Sep 17 00:00:00 2001 From: Elliot Blackburn Date: Fri, 21 May 2021 08:52:02 +0100 Subject: [PATCH] Correct helm_info return type docs for app_version (#97) --- docs/kubernetes.core.helm_info_module.rst | 2 +- plugins/modules/helm_info.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kubernetes.core.helm_info_module.rst b/docs/kubernetes.core.helm_info_module.rst index bdf1d28f..f74546b2 100644 --- a/docs/kubernetes.core.helm_info_module.rst +++ b/docs/kubernetes.core.helm_info_module.rst @@ -242,7 +242,7 @@ Common return values are documented `here  
- appversion + app_version
string diff --git a/plugins/modules/helm_info.py b/plugins/modules/helm_info.py index e4ccf6cc..02d73523 100644 --- a/plugins/modules/helm_info.py +++ b/plugins/modules/helm_info.py @@ -55,7 +55,7 @@ status: description: A dictionary of status output returned: only when release exists contains: - appversion: + app_version: type: str returned: always description: Version of app deployed