Skip to content

Commit 9733005

Browse files
committed
chore: rebase on main, keep version intact to reduce distance with main
[skip ci]
1 parent 7dbf46f commit 9733005

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
name: Build PRs and main when updated
22

33
on:
4+
schedule:
5+
# daily run
6+
- cron: '0 0 * * *'
47
push:
58
branches:
6-
- "main"
9+
- "next-fabric8-version"
710
paths-ignore:
811
- '.gitignore'
912
- 'CODEOWNERS'

build-parent/pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
</properties>
1919
<dependencyManagement>
2020
<dependencies>
21+
<dependency>
22+
<groupId>io.fabric8</groupId>
23+
<artifactId>kubernetes-client-bom</artifactId>
24+
<version>6.8-SNAPSHOT</version>
25+
<type>pom</type>
26+
<scope>import</scope>
27+
</dependency>
2128
<dependency>
2229
<groupId>io.quarkiverse.operatorsdk</groupId>
2330
<artifactId>quarkus-operator-sdk-bom</artifactId>

0 commit comments

Comments
 (0)