Skip to content

Commit

Permalink
Merge pull request #157 from fluxcd/helm-v3.3.0
Browse files Browse the repository at this point in the history
Update controllers for Helm v3.3.0
  • Loading branch information
stefanprodan authored Aug 13, 2020
2 parents 2584b6c + 8d1dddf commit d98578f
Show file tree
Hide file tree
Showing 5 changed files with 183 additions and 10 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
uses: actions/checkout@v1
- name: Copy assets
env:
SOURCE_VER: ${{ 'v0.0.7' }}
SOURCE_VER: ${{ 'v0.0.8' }}
KUSTOMIZE_VER: ${{ 'v0.0.7' }}
HELM_VER: ${{ 'v0.0.1' }}
HELM_VER: ${{ 'v0.0.2' }}
NOTIFICATION_VER: ${{ 'v0.0.6' }}
run: |
# source-controller CRDs
Expand Down
4 changes: 2 additions & 2 deletions go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ go 1.14

require (
github.com/blang/semver v3.5.1+incompatible
github.com/fluxcd/helm-controller v0.0.1
github.com/fluxcd/helm-controller v0.0.2
github.com/fluxcd/kustomize-controller v0.0.7
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/manifoldco/promptui v0.7.0
github.com/spf13/cobra v1.0.0
golang.org/x/net v0.0.0-20200602114024-627f9648deb9 // indirect
Expand Down
Loading

0 comments on commit d98578f

Please sign in to comment.