Skip to content

Commit

Permalink
upgraded yq
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jun 17, 2024
1 parent 6e956a4 commit 571e33b
Show file tree
Hide file tree
Showing 17 changed files with 21,813 additions and 23,510 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,16 @@ jobs:
env:
GO111MODULE: on
run: |
go install golang.org/x/lint/golint@latest
go install golang.org/x/lint/golint@latest
go install github.com/kisielk/errcheck@latest
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.51.2
curl -L -o operator-sdk "https://github.com/operator-framework/operator-sdk/releases/download/v1.0.0/operator-sdk-v1.0.0-x86_64-linux-gnu"
go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.59.1
curl -L -o operator-sdk "https://github.com/operator-framework/operator-sdk/releases/download/v1.34.2/operator-sdk_linux_amd64"
chmod +x operator-sdk
sudo mv operator-sdk /bin/
- name: lint and test
env:
GO111MODULE: on
run: |
export PATH=$PATH:$(go env GOPATH)/bin # temporary fix. See https://github.com/actions/setup-go/issues/14
go get github.com/VictoriaMetrics/operator/api
make lint
make test
- name: Set output variables
Expand Down
322 changes: 174 additions & 148 deletions Makefile

Large diffs are not rendered by default.

6,930 changes: 3,359 additions & 3,571 deletions config/crd/bases/operator.victoriametrics.com_vmagents.yaml

Large diffs are not rendered by default.

5,207 changes: 2,463 additions & 2,744 deletions config/crd/bases/operator.victoriametrics.com_vmalertmanagerconfigs.yaml

Large diffs are not rendered by default.

2,427 changes: 1,190 additions & 1,237 deletions config/crd/bases/operator.victoriametrics.com_vmalertmanagers.yaml

Large diffs are not rendered by default.

3,415 changes: 1,648 additions & 1,767 deletions config/crd/bases/operator.victoriametrics.com_vmalerts.yaml

Large diffs are not rendered by default.

2,350 changes: 1,139 additions & 1,211 deletions config/crd/bases/operator.victoriametrics.com_vmauths.yaml

Large diffs are not rendered by default.

5,662 changes: 2,763 additions & 2,899 deletions config/crd/bases/operator.victoriametrics.com_vmclusters.yaml

Large diffs are not rendered by default.

1,641 changes: 785 additions & 856 deletions config/crd/bases/operator.victoriametrics.com_vmnodescrapes.yaml

Large diffs are not rendered by default.

1,786 changes: 848 additions & 938 deletions config/crd/bases/operator.victoriametrics.com_vmpodscrapes.yaml

Large diffs are not rendered by default.

1,758 changes: 843 additions & 915 deletions config/crd/bases/operator.victoriametrics.com_vmprobes.yaml

Large diffs are not rendered by default.

321 changes: 159 additions & 162 deletions config/crd/bases/operator.victoriametrics.com_vmrules.yaml

Large diffs are not rendered by default.

6,419 changes: 3,033 additions & 3,386 deletions config/crd/bases/operator.victoriametrics.com_vmscrapeconfigs.yaml

Large diffs are not rendered by default.

1,817 changes: 862 additions & 955 deletions config/crd/bases/operator.victoriametrics.com_vmservicescrapes.yaml

Large diffs are not rendered by default.

2,786 changes: 1,362 additions & 1,424 deletions config/crd/bases/operator.victoriametrics.com_vmsingles.yaml

Large diffs are not rendered by default.

1,626 changes: 772 additions & 854 deletions config/crd/bases/operator.victoriametrics.com_vmstaticscrapes.yaml

Large diffs are not rendered by default.

848 changes: 410 additions & 438 deletions config/crd/bases/operator.victoriametrics.com_vmusers.yaml

Large diffs are not rendered by default.

0 comments on commit 571e33b

Please sign in to comment.