Skip to content

Commit d0f37b1

Browse files
Fix ci
1 parent 8e4291c commit d0f37b1

File tree

15 files changed

+31
-50
lines changed

15 files changed

+31
-50
lines changed

.ci/clusters/global_backend_config.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,10 @@ spec:
2121
affinity:
2222
nodeAffinity:
2323
preferredDuringSchedulingIgnoredDuringExecution:
24-
nodeSelectorTerms:
25-
- weight: 100
26-
preference:
27-
matchExpressions:
28-
- key: disktype
29-
operator: In
30-
values:
31-
- hdd
24+
- weight: 100
25+
preference:
26+
matchExpressions:
27+
- key: disktype
28+
operator: In
29+
values:
30+
- ssd

.ci/clusters/global_backend_config_without_env.yaml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,3 @@ spec:
88
liveness:
99
initialDelaySeconds: 10
1010
periodSeconds: 30
11-
labels:
12-
from: global-backendconfig
13-
tolerations:
14-
- key: disktype
15-
operator: Exists
16-
effect: NoExecute
17-
tolerationSeconds: 600
18-
affinity:
19-
nodeAffinity:
20-
preferredDuringSchedulingIgnoredDuringExecution:
21-
nodeSelectorTerms:
22-
- weight: 100
23-
preference:
24-
matchExpressions:
25-
- key: disktype
26-
operator: In
27-
values:
28-
- hdd

.github/workflows/bundle-release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,10 @@ jobs:
4949
username: ${{ secrets.DOCKER_USER }}
5050
password: ${{ secrets.DOCKER_PASSWORD }}
5151

52-
- name: Set up GO 1.23.7
52+
- name: Set up GO 1.23.8
5353
uses: actions/setup-go@v1
5454
with:
55-
go-version: 1.23.7
55+
go-version: 1.23.8
5656
id: go
5757

5858
- name: InstallKubebuilder
@@ -180,10 +180,10 @@ jobs:
180180
username: ${{ secrets.DOCKER_USER }}
181181
password: ${{ secrets.DOCKER_PASSWORD }}
182182

183-
- name: Set up GO 1.23.7
183+
- name: Set up GO 1.23.8
184184
uses: actions/setup-go@v1
185185
with:
186-
go-version: 1.23.7
186+
go-version: 1.23.8
187187
id: go
188188

189189
- name: InstallKubebuilder

.github/workflows/olm-verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
- name: checkout
3535
uses: actions/checkout@v2
3636

37-
- name: Set up GO 1.23.7
37+
- name: Set up GO 1.23.8
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.23.7
40+
go-version: 1.23.8
4141
id: go
4242

4343
- name: InstallKubebuilder

.github/workflows/project.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
go-version: [1.22.12, 1.23.7]
21+
go-version: [1.22.12, 1.23.8]
2222
steps:
2323
- name: Free Disk Space (Ubuntu)
2424
uses: jlumbroso/[email protected]

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ jobs:
3737
username: ${{ secrets.DOCKER_USER }}
3838
password: ${{ secrets.DOCKER_PASSWORD }}
3939

40-
- name: Set up GO 1.23.7
40+
- name: Set up GO 1.23.8
4141
uses: actions/setup-go@v1
4242
with:
43-
go-version: 1.23.7
43+
go-version: 1.23.8
4444
id: go
4545

4646
- name: InstallKubebuilder

.github/workflows/test-helm-charts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,11 @@ jobs:
8383
run: hack/kind-cluster-build.sh --name chart-testing -c 1 -v 10 --k8sVersion v1.23.17
8484
if: steps.list-changed.outputs.changed == 'true'
8585

86-
- name: Set up GO 1.23.7
86+
- name: Set up GO 1.23.8
8787
if: steps.list-changed.outputs.changed == 'true'
8888
uses: actions/setup-go@v1
8989
with:
90-
go-version: 1.23.7
90+
go-version: 1.23.8
9191
id: go
9292

9393
- name: setup kubebuilder 3.6.0

.github/workflows/trivy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ jobs:
3434
repository: ${{github.event.pull_request.head.repo.full_name}}
3535
ref: ${{ github.event.pull_request.head.sha }}
3636

37-
- name: Set up GO 1.23.7
37+
- name: Set up GO 1.23.8
3838
uses: actions/setup-go@v1
3939
with:
40-
go-version: 1.23.7
40+
go-version: 1.23.8
4141
id: go
4242

4343
- name: InstallKubebuilder

.github/workflows/trivy_scheduled_master.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@ jobs:
4545
repository: ${{github.event.pull_request.head.repo.full_name}}
4646
ref: ${{ github.event.pull_request.head.sha }}
4747

48-
- name: Set up GO 1.23.7
48+
- name: Set up GO 1.23.8
4949
uses: actions/setup-go@v1
5050
with:
51-
go-version: 1.23.7
51+
go-version: 1.23.8
5252
id: go
5353

5454
- name: InstallKubebuilder

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Build the manager binary
2-
FROM golang:1.23.7-bullseye as builder
2+
FROM golang:1.23.8-bullseye as builder
33

44
WORKDIR /workspace/api
55
COPY api/ .

0 commit comments

Comments
 (0)