A framework for building convergent cross-platform Nextcloud clients using Flutter.
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.
|
|
|
kind: Config
|
|
|
|
apiVersion: skaffold/v2beta27
|
|
|
|
build:
|
|
|
|
artifacts:
|
|
|
|
- image: provokateurin/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: provokateurin/nextcloud-push-proxy
|
|
|
|
statusCheckDeadlineSeconds: 300
|