From 25ecc0a1ef5c3fed318b5e18e5bb3cfe571740fd Mon Sep 17 00:00:00 2001 From: nikhilsbhat Date: Sat, 3 Aug 2024 23:19:19 +0530 Subject: [PATCH] Update plugin version to 0.1.6 --- pkg/k8s/k8s.go | 2 +- plugin.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pkg/k8s/k8s.go b/pkg/k8s/k8s.go index 45fc3e0..6d55460 100644 --- a/pkg/k8s/k8s.go +++ b/pkg/k8s/k8s.go @@ -438,7 +438,7 @@ func (dep *ConfigMap) Get(dataMap string, imageRegex string, log *logrus.Logger) } if imageFound { - images.Image = append(images.Image, key) + images.Image = append(images.Image, value) } } } diff --git a/plugin.yaml b/plugin.yaml index 35ec8b2..13bb143 100644 --- a/plugin.yaml +++ b/plugin.yaml @@ -1,5 +1,5 @@ name: "images" -version: "0.1.5" +version: "0.1.6" usage: "Lists all/selected docker images that are part of deployment" description: "Lists all/selected docker images that would be part of deployment of selected chart" useTunnel: true