forked from keptn-contrib/argo-service
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathskaffold.yaml
30 lines (30 loc) · 853 Bytes
/
skaffold.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
apiVersion: skaffold/v2beta23
kind: Config
build:
local:
useBuildkit: true
artifacts:
- image: keptncontrib/argo-service
docker:
dockerfile: Dockerfile
deploy:
helm:
flags:
upgrade: ["--reuse-values", "--install"]
releases:
- name: argo-service # needs to be the same name as currently used (check via helm ls -n keptn)
namespace: keptn # needs to be the same namespace as where the helm-chart is currently deployed
# upgradeOnChange: true
# recreatePods: false # don't recreate all pods
artifactOverrides:
image: keptncontrib/argo-service
imageStrategy:
helm: { }
overrides:
distributor:
image:
tag: 0.9.0
resources:
limits:
memory: 512Mi
chartPath: chart