From 70f25287657abb4a811c1211d9523d0391ff9e5f Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Thu, 31 Oct 2024 17:05:53 +0100 Subject: [PATCH] release 0.51.1 Signed-off-by: Markus Blaschke --- README.md | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60331f9..776e5ca 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ requires `sed` and `curl` for installation helm plugin install https://github.com/webdevops/helm-azure-tpl.git # Installation of specific version -helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.51.0 +helm plugin install https://github.com/webdevops/helm-azure-tpl.git --version=0.51.1 # Update to latest version helm plugin update azure-tpl diff --git a/plugin.yaml b/plugin.yaml index 43c1f41..186e591 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ --- name: "azure-tpl" -version: "0.51.0" +version: "0.51.1" usage: "applies azure information into your helm files" description: |- see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md