Skip to content

Commit cc65b06

Browse files
author
Automated Release
committed
Update base image to use stable branch 'release-0.23'
Signed-off-by: Automated Release <release@submariner.io>
1 parent c28d8eb commit cc65b06

File tree

7 files changed

+11
-11
lines changed

7 files changed

+11
-11
lines changed

.github/workflows/branch.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
name: PR targets branch
1212
runs-on: ubuntu-latest
1313
steps:
14-
- name: Check that the PR targets devel
15-
if: ${{ github.base_ref != 'devel' }}
14+
- name: Check that the PR targets release-0.23
15+
if: ${{ github.base_ref != 'release-0.23' }}
1616
run: exit 1

.github/workflows/coderabbit-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
trigger-review:
13-
uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@devel
13+
uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@release-0.23
1414
with:
1515
pr_number: ${{ github.event.pull_request.number }}
1616
secrets: inherit

.github/workflows/e2e-full.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,11 +29,11 @@ jobs:
2929
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3030

3131
- name: Run E2E deployment and tests
32-
uses: submariner-io/shipyard/gh-actions/e2e@devel
32+
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
3333
with:
3434
k8s_version: ${{ matrix.k8s_version }}
3535
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
3636

3737
- name: Post mortem
3838
if: failure()
39-
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
39+
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23

.github/workflows/e2e.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717

1818
- name: Run E2E deployment and tests
19-
uses: submariner-io/shipyard/gh-actions/e2e@devel
19+
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
2020

2121
- name: Post mortem
2222
if: failure()
23-
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
23+
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23

.github/workflows/flake_finder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2525

2626
- name: Run E2E deployment and tests
27-
uses: submariner-io/shipyard/gh-actions/e2e@devel
27+
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
2828
with:
2929
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
3030

3131
- name: Post mortem
3232
if: failure()
33-
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
33+
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ name: Release Charts
44
on:
55
push:
66
branches:
7-
- devel
7+
- release-0.23
88

99
permissions:
1010
contents: write

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
BASE_BRANCH ?= devel
1+
BASE_BRANCH ?= release-0.23
22
export BASE_BRANCH
33
export HELM_REPO_LOCATION=./helm_repo
44

0 commit comments

Comments
 (0)