Skip to content

Commit

Permalink
Update plugin version to 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhilsbhat committed Aug 3, 2024
1 parent 589b360 commit 25ecc0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/k8s/k8s.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 25ecc0a

Please sign in to comment.