Skip to content

Commit 1b35755

Browse files
authored
Merge pull request #6 from HamzaZo/feat/fix-containerd
Feat/fix containerd
2 parents 71d759f + 505fa1b commit 1b35755

File tree

5 files changed

+111
-34
lines changed

5 files changed

+111
-34
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[![Licence](https://img.shields.io/badge/licence-Apache%202.0-green)]()
2-
[![Helm](https://img.shields.io/badge/release-0.1.0-brightgreen)]()
2+
[![Helm](https://img.shields.io/badge/release-0.3.1-brightgreen)]()
33

44
# helm-val
55

@@ -19,7 +19,7 @@ $ helm plugin update val
1919
```
2020
Install a specific version
2121
```shell
22-
$ helm plugin install https://github.com/HamzaZo/helm-val --version 0.3.0
22+
$ helm plugin install https://github.com/HamzaZo/helm-val --version 0.3.1
2323
```
2424
You can also verify it's been installed using
2525
```shell

cmd/fetch.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,10 @@ func runFetch(args []string) (map[string]interface{}, error) {
122122
var previousRelease int
123123
if revision == 0 {
124124
previousRelease = rel.Version - 1
125+
} else {
126+
previousRelease = revision
125127
}
128+
fmt.Println(previousRelease)
126129
gVal := action.NewGetValues(ac)
127130
gVal.Version = previousRelease
128131
gVal.AllValues = true

go.mod

Lines changed: 15 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -27,16 +27,17 @@ require (
2727
github.com/Masterminds/semver/v3 v3.1.1 // indirect
2828
github.com/Masterminds/sprig/v3 v3.2.2 // indirect
2929
github.com/Masterminds/squirrel v1.5.0 // indirect
30-
github.com/Microsoft/go-winio v0.4.17 // indirect
31-
github.com/Microsoft/hcsshim v0.8.23 // indirect
30+
github.com/Microsoft/go-winio v0.5.1 // indirect
31+
github.com/Microsoft/hcsshim v0.9.2 // indirect
3232
github.com/PuerkitoBio/purell v1.1.1 // indirect
3333
github.com/PuerkitoBio/urlesc v0.0.0-20170810143723-de5bf2ad4578 // indirect
3434
github.com/asaskevich/govalidator v0.0.0-20200428143746-21a406dcc535 // indirect
3535
github.com/beorn7/perks v1.0.1 // indirect
3636
github.com/cespare/xxhash/v2 v2.1.1 // indirect
37-
github.com/containerd/containerd v1.5.8 // indirect
38-
github.com/containerd/continuity v0.1.0 // indirect
39-
github.com/cyphar/filepath-securejoin v0.2.2 // indirect
37+
github.com/containerd/cgroups v1.0.3 // indirect
38+
github.com/containerd/containerd v1.5.9 // indirect
39+
github.com/containerd/continuity v0.2.2 // indirect
40+
github.com/cyphar/filepath-securejoin v0.2.3 // indirect
4041
github.com/davecgh/go-spew v1.1.1 // indirect
4142
github.com/docker/cli v20.10.7+incompatible // indirect
4243
github.com/docker/distribution v2.7.1+incompatible // indirect
@@ -57,10 +58,10 @@ require (
5758
github.com/gogo/protobuf v1.3.2 // indirect
5859
github.com/golang/protobuf v1.5.2 // indirect
5960
github.com/google/btree v1.0.1 // indirect
60-
github.com/google/go-cmp v0.5.5 // indirect
61+
github.com/google/go-cmp v0.5.6 // indirect
6162
github.com/google/gofuzz v1.1.0 // indirect
6263
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect
63-
github.com/google/uuid v1.2.0 // indirect
64+
github.com/google/uuid v1.3.0 // indirect
6465
github.com/googleapis/gnostic v0.5.5 // indirect
6566
github.com/gorilla/mux v1.8.0 // indirect
6667
github.com/gosuri/uitable v0.0.4 // indirect
@@ -71,7 +72,7 @@ require (
7172
github.com/jmoiron/sqlx v1.3.1 // indirect
7273
github.com/josharian/intern v1.0.0 // indirect
7374
github.com/json-iterator/go v1.1.11 // indirect
74-
github.com/klauspost/compress v1.11.13 // indirect
75+
github.com/klauspost/compress v1.14.2 // indirect
7576
github.com/lann/builder v0.0.0-20180802200727-47ae307949d0 // indirect
7677
github.com/lann/ps v0.0.0-20150810152359-62de8c46ede0 // indirect
7778
github.com/lib/pq v1.10.0 // indirect
@@ -93,7 +94,7 @@ require (
9394
github.com/morikuni/aec v1.0.0 // indirect
9495
github.com/opencontainers/go-digest v1.0.0 // indirect
9596
github.com/opencontainers/image-spec v1.0.2 // indirect
96-
github.com/opencontainers/runc v1.0.2 // indirect
97+
github.com/opencontainers/runc v1.1.0 // indirect
9798
github.com/peterbourgon/diskv v2.0.1+incompatible // indirect
9899
github.com/pkg/errors v0.9.1 // indirect
99100
github.com/pmezard/go-difflib v1.0.0 // indirect
@@ -112,15 +113,15 @@ require (
112113
github.com/xlab/treeprint v0.0.0-20181112141820-a009c3971eca // indirect
113114
go.starlark.net v0.0.0-20200306205701-8dd3e2ee1dd5 // indirect
114115
golang.org/x/crypto v0.0.0-20210513164829-c07d793c2f9a // indirect
115-
golang.org/x/net v0.0.0-20210520170846-37e1c6afe023 // indirect
116+
golang.org/x/net v0.0.0-20210825183410-e898025ed96a // indirect
116117
golang.org/x/oauth2 v0.0.0-20210402161424-2e8d93401602 // indirect
117118
golang.org/x/sync v0.0.0-20210220032951-036812b2e83c // indirect
118-
golang.org/x/sys v0.0.0-20210616094352-59db8d763f22 // indirect
119+
golang.org/x/sys v0.0.0-20211216021012-1d35b9e2eb4e // indirect
119120
golang.org/x/term v0.0.0-20210220032956-6a3ed077a48d // indirect
120-
golang.org/x/text v0.3.6 // indirect
121+
golang.org/x/text v0.3.7 // indirect
121122
golang.org/x/time v0.0.0-20210723032227-1f47c861a9ac // indirect
122-
google.golang.org/genproto v0.0.0-20210602131652-f16073e35f0c // indirect
123-
google.golang.org/grpc v1.38.0 // indirect
123+
google.golang.org/genproto v0.0.0-20220202230416-2a053f022f0d // indirect
124+
google.golang.org/grpc v1.44.0 // indirect
124125
google.golang.org/protobuf v1.27.1 // indirect
125126
gopkg.in/gorp.v1 v1.7.2 // indirect
126127
gopkg.in/inf.v0 v0.9.1 // indirect

0 commit comments

Comments
 (0)