-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.estafette.yaml
54 lines (46 loc) · 1.02 KB
/
.estafette.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
labels:
app-group: jarvis
language: rust
version:
semver:
major: 0
minor: 2
stages:
build-lint-and-package:
parallelStages:
lint-helm-chart:
image: extensions/helm:stable
action: lint
package-helm-chart:
image: extensions/helm:stable
action: package
clone-charts-repo:
image: extensions/git-clone:stable
repo: helm-charts
branch: master
publish-helm-chart:
image: extensions/helm:stable
action: publish
repoUrl: https://helm.jorritsalverda.com/
bake:
image: extensions/docker:dev
action: build
repositories:
- jsalverda
push-to-docker-hub:
image: extensions/docker:dev
action: push
repositories:
- jsalverda
# test-helm-chart:
# services:
# - name: kubernetes
# image: bsycorp/kind:latest-1.17
# readiness:
# path: /kubernetes-ready
# port: 10080
# image: extensions/helm:stable
# action: test
# values: |-
# secret:
# gcpServiceAccountKeyfile: '{}'