From ccda337a9715859de7e4200b85d2b0a2cefa0d75 Mon Sep 17 00:00:00 2001 From: Markus Blaschke Date: Sat, 2 Sep 2023 15:38:12 +0200 Subject: [PATCH] release 0.44.0 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 2210402..f4fd904 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 # Installation of specific version -helm plugin install https://github.com/webdevops/helm-azure-tpl --version=0.43.0 +helm plugin install https://github.com/webdevops/helm-azure-tpl --version=0.44.0 # Update to latest version helm plugin update azure-tpl diff --git a/plugin.yaml b/plugin.yaml index e73a1a4..1fef79e 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,6 +1,6 @@ --- name: "azure-tpl" -version: "0.43.0" +version: "0.44.0" usage: "applies azure information into your helm files" description: |- see https://github.com/webdevops/helm-azure-tpl/blob/main/README.md