Skip to content

Commit 137dcf0

Browse files
committed
chore: CI fixes
1 parent 0b25cef commit 137dcf0

20 files changed

Lines changed: 7 additions & 22 deletions

.github/workflows/release.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,7 @@ jobs:
5151
with:
5252
token: ${{ secrets.GITHUB_TOKEN }}
5353
charts_dir: chart
54-
charts_url: https://charts.spectrocloud-labs.io
5554
owner: spectrocloud-labs
56-
repository: charts
5755
branch: main
5856
commit_username: spectrocloud-labs-bot
5957
commit_email: bot@noreply.spectrocloud-labs.io

.github/workflows/test.yaml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
name: Run tests
22

33
on:
4-
pull_request:
5-
branches:
6-
- main
4+
push:
75
workflow_dispatch:
86

97
env:

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,3 @@ Dockerfile.cross
2525
*.swp
2626
*.swo
2727
*~
28-
29-
# secrets
30-
*.netrc

Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM golang:1.20 AS builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

6-
ADD .netrc /root/.netrc
7-
RUN chmod 600 /root/.netrc
8-
96
WORKDIR /workspace
107
# Copy the Go Modules manifests
118
COPY go.mod go.mod

Dockerfile.devspace

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@ FROM golang:alpine3.17 as builder
33
ARG TARGETOS
44
ARG TARGETARCH
55

6-
ADD .netrc /root/.netrc
7-
RUN chmod 600 /root/.netrc
8-
96
RUN apk add --no-cache git bash
107

118
# Install Delve for debugging

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,10 +191,10 @@ helm-build: helm helmify manifests kustomize
191191

192192
.PHONY: helm-package
193193
helm-package: generate manifests
194-
$(HELM) package --version $(CHART_VERSION) chart/operator/
194+
$(HELM) package --version $(CHART_VERSION) chart/valid8or-plugin-aws/
195195
mkdir -p charts && mv valid8or-*.tgz charts
196-
$(HELM) repo index --url https://charts.spectrocloud-labs.io/charts charts
197-
mv charts/operator/index.yaml index.yaml
196+
$(HELM) repo index --url https://github.com/spectrocloud-labs/valid8or-plugin-aws charts
197+
mv charts/valid8or-plugin-aws/index.yaml index.yaml
198198

199199
.PHONY: frigate
200200
frigate:
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ valid8or-plugin-aws performs a variety of validations against your AWS account
99

1010
The following table lists the configurable parameters of the Valid8or-plugin-aws chart and their default values.
1111

12-
<!---x-release-please-start-version-->
1312
| Parameter | Description | Default |
1413
| ------------------------ | ----------------------- | -------------- |
1514
| `controllerManager.kubeRbacProxy.args` | | `["--secure-listen-address=0.0.0.0:8443", "--upstream=http://127.0.0.1:8080/", "--logtostderr=true", "--v=0"]` |
@@ -35,7 +34,6 @@ The following table lists the configurable parameters of the Valid8or-plugin-aws
3534
| `kubernetesClusterDomain` | | `"cluster.local"` |
3635
| `metricsService.ports` | | `[{"name": "https", "port": 8443, "protocol": "TCP", "targetPort": "https"}]` |
3736
| `metricsService.type` | | `"ClusterIP"` |
38-
<!---x-release-please-end-->
3937

4038
---
4139
_Documentation generated by [Frigate](https://frigate.readthedocs.io)._
File renamed without changes.

0 commit comments

Comments
 (0)