Skip to content

Commit 144da03

Browse files
author
markschenk
committed
Upgraded to version 2 since we have migrated to Helm V3
1 parent e2573e4 commit 144da03

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
PLUGIN_NAME := outdated
22

3-
# TODO: Should grep this value from plugin.yaml: $(shell grep -Eo "(\d+\.)+\d+" plugin.yaml); however this doesn't return a value in github actions on ubuntu
43
VERSION = $(shell cat <plugin.yaml | grep version: | cut -d: -f2 | tr -d ' "')
54
$(info Executing make for Helm outdated ${VERSION})
65

plugin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: "outdated"
2-
version: "1.2.8"
2+
version: "2.0.0"
33
usage: "Manage outdated dependencies of a helm chart"
44
description: "This plugin helps to find and update outdated dependencies of a helm chart"
55
command: "$HELM_PLUGIN_DIR/bin/helm-outdated"

0 commit comments

Comments
 (0)