Skip to content

Commit aab1fb4

Browse files
authored
Merge pull request #189 from relu/helm-3.4
Helm dependency update to v3.4.0
2 parents 7ef207a + adb9f86 commit aab1fb4

File tree

2 files changed

+164
-27
lines changed

2 files changed

+164
-27
lines changed

go.mod

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,16 @@ require (
1717
github.com/fluxcd/source-controller/api v0.2.1
1818
github.com/go-git/go-billy/v5 v5.0.0
1919
github.com/go-git/go-git/v5 v5.1.0
20-
github.com/go-logr/logr v0.1.0
20+
github.com/go-logr/logr v0.2.1
21+
github.com/go-logr/zapr v0.2.0 // indirect
2122
github.com/minio/minio-go/v7 v7.0.5
2223
github.com/onsi/ginkgo v1.12.1
2324
github.com/onsi/gomega v1.10.1
2425
golang.org/x/sync v0.0.0-20190911185100-cd5d95a43a6e
25-
helm.sh/helm/v3 v3.3.4
26-
k8s.io/api v0.18.9
27-
k8s.io/apimachinery v0.18.9
28-
k8s.io/client-go v0.18.9
26+
helm.sh/helm/v3 v3.4.0
27+
k8s.io/api v0.19.2
28+
k8s.io/apimachinery v0.19.2
29+
k8s.io/client-go v0.19.2
2930
sigs.k8s.io/controller-runtime v0.6.3
3031
sigs.k8s.io/yaml v1.2.0
3132
)

0 commit comments

Comments
 (0)