@@ -64,12 +64,12 @@ jobs:
64
64
repo-token : ${{ secrets.CHART_RELEASE_TOKEN }}
65
65
wait-interval : 10
66
66
67
- - name : checkout terraform-lmc
67
+ - name : checkout terraform-lmcontainer-kubernetes
68
68
uses : actions/checkout@v3
69
69
with :
70
- repository : vkumbhar94 /terraform-lm-lmc
70
+ repository : logicmonitor /terraform-lmcontainer-kubernetes
71
71
fetch-depth : 0
72
- path : terraform-lm-lmc
72
+ path : terraform-lmcontainer-kubernetes
73
73
ref : main
74
74
- name : Pull Charts and Generate UI Template
75
75
if : ${{ steps.get_chart.outputs.chartname == 'lm-container' }}
78
78
helm pull logicmonitor-qa/lm-container --untar --version ${{ steps.get_chart.outputs.chartversion }}
79
79
./scripts/lmui/lmui > lm-container-ui-jsonpaths.json
80
80
cat lm-container-ui-jsonpaths.json
81
- ./scripts/lmtf/lmtf ./lm-container ./terraform-lm-lmc /templates/lmc-configuration.yaml ./terraform-lm-lmc /variables.tf
82
- echo "v${{ steps.get_chart.outputs.chartversion }}" > ./terraform-lm-lmc /version
81
+ ./scripts/lmtf/lmtf ./lm-container ./terraform-lmcontainer-kubernetes /templates/lmc-configuration.yaml ./terraform-lmcontainer-kubernetes /variables.tf
82
+ echo "v${{ steps.get_chart.outputs.chartversion }}" > ./terraform-lmcontainer-kubernetes /version
83
83
- name : Upload ui template to release asset
84
84
85
85
if : ${{ steps.get_chart.outputs.chartname == 'lm-container' }}
97
97
GITHUB_TOKEN : ${{ secrets.CHART_RELEASE_TOKEN }}
98
98
with :
99
99
branch : main
100
- repository : terraform-lm-lmc
100
+ repository : terraform-lmcontainer-kubernetes
101
101
commit_message : " release(*): releasing new version"
102
- file_pattern : " version templates/lmc-configuration.yaml variables.tf"
102
+ file_pattern : " version templates/lmc-configuration.yaml variables.tf"
0 commit comments