Skip to content
This repository has been archived by the owner on Mar 13, 2021. It is now read-only.

Commit

Permalink
Use our fork of kubernetes/charts for k8s-testflight
Browse files Browse the repository at this point in the history
concourse/concourse#1731

Signed-off-by: Divya Dadlani <ddadlani@pivotal.io>
  • Loading branch information
Rui Yang committed Jul 6, 2018
1 parent 9c626f8 commit 6a8da10
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ci.concourse-ci.org/concourse.yml
Expand Up @@ -962,8 +962,11 @@ jobs:
- get: version
passed: [bin-docker]
trigger: true
- get: k8s-helm-chart
trigger: true
- task: k8s-testflight
file: concourse/ci/k8s-testflight.yml
input_mapping: {charts: k8s-helm-chart}
privileged: true
params:
KUBE_CONFIG: ((kube_config))
Expand Down Expand Up @@ -1418,6 +1421,12 @@ resources:
repository: dumb-init
access_token: ((concourse_github_dummy.access_token))

- name: k8s-helm-chart
type: git
source:
uri: https://github.com/concourse/charts
branch: develop

- name: ubuntu-image
type: docker-image
source:
Expand Down

0 comments on commit 6a8da10

Please sign in to comment.