Skip to content

Commit

Permalink
Merge pull request #49 from fluxcd/helm-v3.3.0
Browse files Browse the repository at this point in the history
Update Helm package to v3.3.0
  • Loading branch information
stefanprodan authored Aug 12, 2020
2 parents b3d8ef3 + d398185 commit 442085e
Show file tree
Hide file tree
Showing 3 changed files with 197 additions and 33 deletions.
4 changes: 2 additions & 2 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ resources:
- ../crd
- ../rbac
- ../manager
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.7
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.7
- github.com/fluxcd/source-controller/config//crd?ref=v0.0.8
- github.com/fluxcd/source-controller/config//manager?ref=v0.0.8
- namespace.yaml
6 changes: 3 additions & 3 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ go 1.14

require (
github.com/fluxcd/pkg v0.0.3
github.com/fluxcd/source-controller v0.0.7
github.com/fluxcd/source-controller v0.0.8
github.com/go-logr/logr v0.1.0
github.com/onsi/ginkgo v1.12.1
github.com/onsi/gomega v1.10.1
go.uber.org/zap v1.10.0
helm.sh/helm/v3 v3.2.4
go.uber.org/zap v1.13.0
helm.sh/helm/v3 v3.3.0
k8s.io/api v0.18.4
k8s.io/apiextensions-apiserver v0.18.4
k8s.io/apimachinery v0.18.4
Expand Down
Loading

0 comments on commit 442085e

Please sign in to comment.