refactor: turn staging into default environment

This commit is contained in:
Robert Schäfer 2024-10-27 20:48:46 +01:00
parent 841bc4d66a
commit d2a56c4334
3 changed files with 3 additions and 3 deletions

View File

@ -86,7 +86,7 @@ jobs:
- run: echo "IMAGE_TAG=ocelot-${{ inputs.ocelot_version }}--branded-sha-$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
- uses: helmfile/helmfile-action@80fbb6408b98822310f94d8d1321a2cacf87f78f #v1.9.2
with:
helmfile-args: apply --environment staging
helmfile-args: apply
helmfile-workdirectory: ./helmfile
helm-plugins: >
https://github.com/databus23/helm-diff,

View File

@ -1,8 +1,8 @@
---
environments:
staging:
default:
values:
- ./environments/staging.yaml.gotmpl
- ./environments/default.yaml.gotmpl
---
repositories:
- name: ocelot-social