Skip to content

Commit

Permalink
feat(metrics-operator): add helm chart for metrics operator (#2189)
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <anna.reale@dynatrace.com>
Signed-off-by: RealAnna <89971034+RealAnna@users.noreply.github.com>
Co-authored-by: Giovanni Liva <giovanni.liva@dynatrace.com>
  • Loading branch information
RealAnna and thisthat committed Sep 29, 2023
1 parent de2604f commit a5ae3de
Show file tree
Hide file tree
Showing 39 changed files with 1,227 additions and 2,888 deletions.
10 changes: 6 additions & 4 deletions .github/actions/deploy-klt-on-cluster/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,10 +102,6 @@ runs:
--set lifecycleOperator.manager.imagePullPolicy=Never \
--set lifecycleOperator.manager.image.tag=${{ inputs.runtime_tag }} \
--set lifecycleOperator.manager.image.repository="localhost:5000/keptn/lifecycle-operator" \
--set metricsOperator.manager.imagePullPolicy=Never \
--set metricsOperator.manager.env.enableKeptnAnalysis="true" \
--set metricsOperator.manager.image.tag=${{ inputs.runtime_tag }} \
--set metricsOperator.manager.image.repository="localhost:5000/keptn/metrics-operator" \
--set lifecycleOperator.manager.env.functionRunnerImage=localhost:5000/keptn/deno-runtime:${{ inputs.runtime_tag }} \
--set lifecycleOperator.manager.env.pythonRunnerImage=localhost:5000/keptn/python-runtime:${{ inputs.runtime_tag }} \
Expand All @@ -114,3 +110,9 @@ runs:
--set image.tag=${{ inputs.runtime_tag }} \
--set image.repository="localhost:5000/keptn/certificate-operator" \
--debug --wait --timeout 1m
helm install -n keptn-lifecycle-toolkit-system metrics-operator --create-namespace ./metrics-operator/chart \
--set imagePullPolicy=Never \
--set env.enableKeptnAnalysis="true" \
--set image.tag=${{ inputs.runtime_tag }} \
--set image.repository="localhost:5000/keptn/metrics-operator" \
--debug --wait --timeout 1m
Loading

0 comments on commit a5ae3de

Please sign in to comment.