mirror of
https://github.com/malarinv/iperf3-monitor.git
synced 2026-03-08 05:22:35 +00:00
Compare commits
5 Commits
v0.2.1
...
c73a0bc481
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c73a0bc481 | ||
| 6d6714c2c9 | |||
|
|
e0e6882ea3 | ||
|
|
ab5b9c1f90 | ||
|
|
309f6ccca9 |
18
.github/workflows/release.yml
vendored
18
.github/workflows/release.yml
vendored
@@ -22,15 +22,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
version: v3.10.0
|
version: v3.10.0
|
||||||
|
|
||||||
- name: Add Helm repositories
|
|
||||||
run: |
|
|
||||||
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts/ --force-update
|
|
||||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts --force-update
|
|
||||||
helm repo update
|
|
||||||
|
|
||||||
- name: Build Helm chart dependencies
|
|
||||||
run: helm dependency build ./charts/iperf3-monitor
|
|
||||||
|
|
||||||
- name: Helm Lint
|
- name: Helm Lint
|
||||||
run: helm lint ./charts/iperf3-monitor
|
run: helm lint ./charts/iperf3-monitor
|
||||||
|
|
||||||
@@ -95,15 +86,6 @@ jobs:
|
|||||||
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
sudo wget https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64 -O /usr/bin/yq &&\
|
||||||
sudo chmod +x /usr/bin/yq
|
sudo chmod +x /usr/bin/yq
|
||||||
|
|
||||||
- name: Add Helm repositories
|
|
||||||
run: |
|
|
||||||
helm repo add bjw-s https://bjw-s-labs.github.io/helm-charts/ --force-update
|
|
||||||
helm repo add prometheus-community https://prometheus-community.github.io/helm-charts --force-update
|
|
||||||
helm repo update
|
|
||||||
|
|
||||||
- name: Build Helm chart dependencies
|
|
||||||
run: helm dependency build ./charts/iperf3-monitor
|
|
||||||
|
|
||||||
- name: Set Chart Version from Tag
|
- name: Set Chart Version from Tag
|
||||||
run: |
|
run: |
|
||||||
VERSION=$(echo "${{ github.ref_name }}" | sed 's/^v//')
|
VERSION=$(echo "${{ github.ref_name }}" | sed 's/^v//')
|
||||||
|
|||||||
Reference in New Issue
Block a user