Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ jobs:
--workdir /workdir \
quay.io/helmpack/chart-testing:v3.10.1 sh -c 'git config --global --add safe.directory /workdir \
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
&& helm repo add apisix https://charts.apiseven.com \
&& helm repo add jaegertracing https://jaegertracing.github.io/helm-charts \
&& ct lint \
--charts charts/api7 \
Expand All @@ -49,7 +48,6 @@ jobs:
--workdir /workdir \
quay.io/helmpack/chart-testing:v3.10.1 sh -c '
helm repo add bitnami https://charts.bitnami.com/bitnami && \
helm repo add apisix https://charts.apiseven.com && \
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts && \
for chart_dir in charts/*/; do
if [ -f "${chart_dir}Chart.lock" ]; then
Expand All @@ -75,7 +73,6 @@ jobs:
--workdir /workdir \
quay.io/helmpack/chart-testing:v3.10.1 sh -c 'git config --global --add safe.directory /workdir \
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
&& helm repo add apisix https://charts.apiseven.com \
&& helm repo add jaegertracing https://jaegertracing.github.io/helm-charts \
&& ct install \
--charts charts/api7 \
Expand All @@ -92,7 +89,6 @@ jobs:
--workdir /workdir \
quay.io/helmpack/chart-testing:v3.10.1 sh -c 'git config --global --add safe.directory /workdir \
&& helm repo add bitnami https://charts.bitnami.com/bitnami \
&& helm repo add apisix https://charts.apiseven.com \
&& helm repo add jaegertracing https://jaegertracing.github.io/helm-charts \
&& ct install \
--charts charts/gateway --helm-extra-set-args "--set etcd.enabled=true --set apisix.extraEnvVars[0].name=API7_SKIP_FIRST_HEARTBEAT_DEBUG --set-string apisix.extraEnvVars[0].value=true"'
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ jobs:
- name: Add Helm repo
run: |
helm repo add bitnami https://charts.bitnami.com/bitnami
helm repo add apisix https://charts.apiseven.com
helm repo add jaegertracing https://jaegertracing.github.io/helm-charts

- name: Run chart-releaser
Expand Down
Loading