1
0
Fork 0
mirror of synced 2024-07-03 13:30:46 +12:00

Helm chart CI automation

This commit is contained in:
Martin McKeaveney 2021-08-16 21:47:08 +01:00
parent 6de3b65244
commit ab8ae7b7c9
2 changed files with 7 additions and 3 deletions

View file

@ -50,3 +50,10 @@ jobs:
env: env:
DOCKER_USER: ${{ secrets.DOCKER_USERNAME }} DOCKER_USER: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }} DOCKER_PASSWORD: ${{ secrets.DOCKER_API_KEY }}
- name: Run chart-releaser
uses: helm/chart-releaser-action@v1.1.0
with:
charts_dir: docs
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

View file

@ -101,18 +101,15 @@ services:
proxy: proxy:
port: 10000 port: 10000
replicaCount: 1 replicaCount: 1
storage: 100Mi
apps: apps:
port: 4002 port: 4002
replicaCount: 1 replicaCount: 1
storage: 100Mi
logLevel: info logLevel: info
worker: worker:
port: 4001 port: 4001
replicaCount: 1 replicaCount: 1
storage: 100Mi
couchdb: couchdb:
replicaCount: 3 replicaCount: 3