dcbot/skaffold.yml
Dawid Wysokiński c5547f5d42
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing
chore: update deps (#49)
Reviewed-on: #49
2022-11-24 05:42:55 +00:00

30 lines
625 B
YAML

apiVersion: skaffold/v3
kind: Config
build:
tagPolicy:
customTemplate:
template: latest
artifacts:
- image: dcbot
context: .
docker:
dockerfile: ./build/docker/dcbot/dev/Dockerfile
manifests:
kustomize:
paths:
- k8s/overlays/dev
deploy:
helm:
releases:
- name: twdcbotdb
repo: https://charts.bitnami.com/bitnami
remoteChart: postgresql
version: 11.9.13
wait: true
setValues:
image.tag: 14.6.0-debian-11-r4
auth.username: dcbot
auth.password: dcbot
auth.database: dcbot
kubectl: {}