refactor: turn staging into default environment
This commit is contained in:
parent
841bc4d66a
commit
d2a56c4334
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -86,7 +86,7 @@ jobs:
|
|||||||
- run: echo "IMAGE_TAG=ocelot-${{ inputs.ocelot_version }}--branded-sha-$(echo $GITHUB_SHA | cut -c 1-7)" >> $GITHUB_ENV
|
- 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
|
- uses: helmfile/helmfile-action@80fbb6408b98822310f94d8d1321a2cacf87f78f #v1.9.2
|
||||||
with:
|
with:
|
||||||
helmfile-args: apply --environment staging
|
helmfile-args: apply
|
||||||
helmfile-workdirectory: ./helmfile
|
helmfile-workdirectory: ./helmfile
|
||||||
helm-plugins: >
|
helm-plugins: >
|
||||||
https://github.com/databus23/helm-diff,
|
https://github.com/databus23/helm-diff,
|
||||||
|
|||||||
@ -1,8 +1,8 @@
|
|||||||
---
|
---
|
||||||
environments:
|
environments:
|
||||||
staging:
|
default:
|
||||||
values:
|
values:
|
||||||
- ./environments/staging.yaml.gotmpl
|
- ./environments/default.yaml.gotmpl
|
||||||
---
|
---
|
||||||
repositories:
|
repositories:
|
||||||
- name: ocelot-social
|
- name: ocelot-social
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user