File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ kind: Plugin
3
3
metadata :
4
4
name : neat
5
5
spec :
6
- version : " v2.0.3 "
6
+ version : " v2.0.4 "
7
7
shortDescription : Remove clutter from Kubernetes manifests to make them more readable.
8
8
homepage : https://github.com/itaysk/kubectl-neat
9
9
description : |
@@ -18,27 +18,27 @@ spec:
18
18
matchLabels :
19
19
os : darwin
20
20
arch : amd64
21
- uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3 /kubectl-neat_darwin_amd64.tar.gz
21
+ uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4 /kubectl-neat_darwin_amd64.tar.gz
22
22
sha256 : ${sha256}
23
23
bin : " ./kubectl-neat"
24
24
- selector :
25
25
matchLabels :
26
26
os : darwin
27
27
arch : arm64
28
- uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3 /kubectl-neat_darwin_arm64.tar.gz
28
+ uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4 /kubectl-neat_darwin_arm64.tar.gz
29
29
sha256 : ${sha256}
30
30
bin : " ./kubectl-neat"
31
31
- selector :
32
32
matchLabels :
33
33
os : linux
34
34
arch : amd64
35
- uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3 /kubectl-neat_linux_amd64.tar.gz
35
+ uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4 /kubectl-neat_linux_amd64.tar.gz
36
36
sha256 : ${sha256}
37
37
bin : " ./kubectl-neat"
38
38
- selector :
39
39
matchLabels :
40
40
os : linux
41
41
arch : arm64
42
- uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.3 /kubectl-neat_linux_arm64.tar.gz
42
+ uri : https://github.com/itaysk/kubectl-neat/releases/download/v2.0.4 /kubectl-neat_linux_arm64.tar.gz
43
43
sha256 : ${sha256}
44
44
bin : " ./kubectl-neat"
You can’t perform that action at this time.
0 commit comments