This repository has been archived on 2024-04-06. You can view files and clone it, but cannot push or open issues or pull requests.
core-old/skaffold.yml
Dawid Wysokiński b23658ec2b
All checks were successful
continuous-integration/drone/push Build is passing
chore: skaffold - run make generate before image build
2022-12-20 06:34:42 +01:00

42 lines
974 B
YAML

apiVersion: skaffold/v3
kind: Config
build:
tagPolicy:
customTemplate:
template: latest
artifacts:
- image: twhelp
hooks:
before:
- command: [ "sh", "-c", "make generate" ]
os: [ darwin, linux ]
context: .
docker:
dockerfile: ./build/docker/twhelp/dev/Dockerfile
manifests:
kustomize:
paths:
- k8s/overlays/dev
deploy:
helm:
releases:
- name: twhelpdb
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: twhelp
auth.password: twhelp
auth.database: twhelp
- name: twhelprmq
repo: https://charts.bitnami.com/bitnami
remoteChart: rabbitmq
version: 11.1.4
wait: true
setValues:
auth.username: twhelp
auth.password: twhelp
kubectl: {}