Skip to content

Commit

Permalink
switch to main branch of helm-charts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
JorritSalverda committed Sep 25, 2020
1 parent 03c0675 commit f6a030f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .estafette.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ stages:
build-lint-and-package:
parallelStages:
build:
image: golang:1.13.7-alpine3.11
image: golang:1.15.2-alpine3.12
env:
CGO_ENABLED: 0
GOOS: linux
Expand Down Expand Up @@ -66,7 +66,7 @@ stages:
test-helm-chart:
services:
- name: kubernetes
image: bsycorp/kind:latest-1.12
image: bsycorp/kind:latest-1.17
readiness:
path: /kubernetes-ready
port: 10080
Expand All @@ -78,11 +78,12 @@ stages:
clone-charts-repo:
image: extensions/git-clone:dev
repo: helm-charts
branch: master
branch: main

publish-helm-chart:
image: extensions/helm:dev
action: publish
repoBranch: main

slack-notify:
image: extensions/slack-build-status:dev
Expand All @@ -99,11 +100,12 @@ releases:
clone-charts-repo:
image: extensions/git-clone:dev
repo: helm-charts
branch: master
branch: main

purge-prerelease-helm-charts:
image: extensions/helm:dev
action: purge
repoBranch: main

create-github-release:
image: extensions/github-release:dev

0 comments on commit f6a030f

Please sign in to comment.