You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
565 B
24 lines
565 B
2 years ago
|
kind: Config
|
||
|
apiVersion: skaffold/v2beta27
|
||
|
build:
|
||
|
artifacts:
|
||
|
- image: jld3103/nextcloud-push-proxy
|
||
|
context: packages/nextcloud_push_proxy
|
||
|
local:
|
||
|
useBuildkit: true
|
||
|
concurrency: 0
|
||
|
push: true
|
||
|
tagPolicy:
|
||
|
sha256: {}
|
||
|
deploy:
|
||
|
helm:
|
||
|
releases:
|
||
|
- name: nextcloud-neon
|
||
|
chartPath: helm/nextcloud-neon
|
||
|
namespace: nextcloud-neon
|
||
|
valuesFiles:
|
||
|
- helm/nextcloud-neon/values.yaml
|
||
|
artifactOverrides:
|
||
|
imageNextcloudPushProxy: jld3103/nextcloud-push-proxy
|
||
|
statusCheckDeadlineSeconds: 300
|