mirror of
https://github.com/dragonflydb/dragonfly.git
synced 2024-12-15 17:51:06 +00:00
fix(ci/helm): Stick to v0.73.0 version of prom operator (#2893)
This commit is contained in:
parent
1dd068c9a6
commit
0f613d8f85
1 changed files with 1 additions and 2 deletions
3
.github/actions/lint-test-chart/action.yml
vendored
3
.github/actions/lint-test-chart/action.yml
vendored
|
@ -48,8 +48,7 @@ runs:
|
||||||
- name: Install Dependencies
|
- name: Install Dependencies
|
||||||
shell: bash
|
shell: bash
|
||||||
run: |
|
run: |
|
||||||
LATEST=$(curl -s https://api.github.com/repos/prometheus-operator/prometheus-operator/releases/latest | jq -cr .tag_name)
|
curl -sL https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.73.0/bundle.yaml | kubectl create -f -
|
||||||
curl -sL https://github.com/prometheus-operator/prometheus-operator/releases/download/${LATEST}/bundle.yaml | kubectl create -f -
|
|
||||||
|
|
||||||
- name: Getting cluster ready
|
- name: Getting cluster ready
|
||||||
shell: bash
|
shell: bash
|
||||||
|
|
Loading…
Reference in a new issue