Skip to content

Commit

Permalink
pipeline and chart bugfixes (#1513)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk authored Sep 19, 2024
1 parent 56af639 commit 8f41dcd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
1 change: 0 additions & 1 deletion .github/workflows/labeler.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ jobs:
permissions:
issues: write
pull-requests: write
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
Expand Down
5 changes: 2 additions & 3 deletions .github/workflows/update-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,10 @@ jobs:
--include="*.webp" \
--include="*.md" \
--exclude="*" \
charts/ ../__vm-repo/docs/helm/
cp *.md ../_vm-repo/docs/helm/
charts/ __vm-repo/docs/helm/
cp *.md __vm-repo/docs/helm/
echo "BUILDTIME=$(date +%s)" >> $GITHUB_OUTPUT
echo "SHORT_SHA=$(git rev-parse --short $GITHUB_SHA)" >> $GITHUB_OUTPUT
cp -f README.md ${{ runner.temp }}/README.md
for readme in $(find charts/*/README.md)
do
Expand Down
2 changes: 1 addition & 1 deletion charts/victoria-metrics-operator/templates/webhook.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ webhooks:
namespace: {{ include "vm.namespace" $ }}
name: {{ include "vm-operator.fullname" $ }}
path: /validate-operator-victoriametrics-com-v1beta1-{{ $name }}
port: {{ .Values.service.webhookPort }}
port: {{ $.Values.service.webhookPort }}
{{- if not $.Values.admissionWebhooks.certManager.enabled }}
caBundle: {{ $tls.caCert }}
{{- end }}
Expand Down

0 comments on commit 8f41dcd

Please sign in to comment.