File tree Expand file tree Collapse file tree 3 files changed +4
-8
lines changed
components/worker/cmd/app Expand file tree Collapse file tree 3 files changed +4
-8
lines changed Original file line number Diff line number Diff line change @@ -46,19 +46,14 @@ jobs:
4646 uses : LerianStudio/github-actions-shared-workflows/.github/workflows/gitops-update.yml@v1.13.1
4747 with :
4848 runner_type : " firmino-lxc-runners"
49- gitops_repository : " LerianStudio/midaz-firmino-gitops"
50- gitops_server : " firmino"
5149 app_name : " reporter"
5250 artifact_pattern : " gitops-tags-reporter-*"
53- gitops_file_dev : " gitops/environments/firmino/helmfile/applications/dev/reporter/values.yaml"
54- gitops_file_stg : " gitops/environments/firmino/helmfile/applications/stg/reporter/values.yaml"
55- gitops_file_prd : " gitops/environments/firmino/helmfile/applications/prd/reporter/values.yaml"
56- gitops_file_sandbox : " gitops/environments/firmino/helmfile/applications/sandbox/reporter/values.yaml"
51+ deploy_in_firmino : true
52+ deploy_in_clotilde : true
5753 yaml_key_mappings : ' {"reporter-manager.tag": ".manager.image.tag", "reporter-worker.tag": ".worker.image.tag"}'
5854 configmap_updates : ' {"reporter-manager.tag": ".manager.configmap.VERSION", "reporter-worker.tag": ".worker.configmap.VERSION"}'
5955 commit_message_prefix : " reporter"
6056 enable_argocd_sync : true
61- argocd_app_name : " firmino-reporter"
6257 use_dynamic_mapping : true
6358 secrets : inherit
6459
Original file line number Diff line number Diff line change 2727
2828jobs :
2929 security-scan :
30- uses : LerianStudio/github-actions-shared-workflows/.github/workflows/pr-security-scan.yml@v1.11.0
30+ uses : LerianStudio/github-actions-shared-workflows/.github/workflows/pr-security-scan.yml@v1.13.1
3131 with :
3232 runner_type : " blacksmith-4vcpu-ubuntu-2404"
3333 filter_paths : |-
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ import (
1313 libCommons "github.com/LerianStudio/lib-commons/v3/commons"
1414)
1515
16+
1617func main () {
1718 libCommons .InitLocalEnvConfig ()
1819
You can’t perform that action at this time.
0 commit comments