Skip to content

Commit 442085e

Browse files
authored
Merge pull request #49 from fluxcd/helm-v3.3.0
Update Helm package to v3.3.0
2 parents b3d8ef3 + d398185 commit 442085e

File tree

3 files changed

+197
-33
lines changed

3 files changed

+197
-33
lines changed

config/default/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ resources:
55
- ../crd
66
- ../rbac
77
- ../manager
8-
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.7
9-
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.7
8+
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.8
9+
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.8
1010
- namespace.yaml

go.mod

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@ go 1.14
44

55
require (
66
github.com/fluxcd/pkg v0.0.3
7-
github.com/fluxcd/source-controller v0.0.7
7+
github.com/fluxcd/source-controller v0.0.8
88
github.com/go-logr/logr v0.1.0
99
github.com/onsi/ginkgo v1.12.1
1010
github.com/onsi/gomega v1.10.1
11-
go.uber.org/zap v1.10.0
12-
helm.sh/helm/v3 v3.2.4
11+
go.uber.org/zap v1.13.0
12+
helm.sh/helm/v3 v3.3.0
1313
k8s.io/api v0.18.4
1414
k8s.io/apiextensions-apiserver v0.18.4
1515
k8s.io/apimachinery v0.18.4

0 commit comments

Comments
 (0)