Update base image to use stable branch 'release-0.23'

Signed-off-by: Automated Release <release@submariner.io>
This commit is contained in:
Automated Release
2026-02-09 15:44:03 +00:00
parent c28d8eb1d4
commit cc65b0693f
7 changed files with 11 additions and 11 deletions
+2 -2
View File
@@ -11,6 +11,6 @@ jobs:
name: PR targets branch
runs-on: ubuntu-latest
steps:
- name: Check that the PR targets devel
if: ${{ github.base_ref != 'devel' }}
- name: Check that the PR targets release-0.23
if: ${{ github.base_ref != 'release-0.23' }}
run: exit 1
+1 -1
View File
@@ -10,7 +10,7 @@ permissions:
jobs:
trigger-review:
uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@devel
uses: submariner-io/submariner-bot/.github/workflows/coderabbit-trigger.yml@release-0.23
with:
pr_number: ${{ github.event.pull_request.number }}
secrets: inherit
+2 -2
View File
@@ -29,11 +29,11 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
with:
k8s_version: ${{ matrix.k8s_version }}
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23
+2 -2
View File
@@ -16,8 +16,8 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23
+2 -2
View File
@@ -24,10 +24,10 @@ jobs:
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
- name: Run E2E deployment and tests
uses: submariner-io/shipyard/gh-actions/e2e@devel
uses: submariner-io/shipyard/gh-actions/e2e@release-0.23
with:
using: ${{ matrix.cable_driver }} ${{ matrix.globalnet }} ${{ matrix.lighthouse }}
- name: Post mortem
if: failure()
uses: submariner-io/shipyard/gh-actions/post-mortem@devel
uses: submariner-io/shipyard/gh-actions/post-mortem@release-0.23
+1 -1
View File
@@ -4,7 +4,7 @@ name: Release Charts
on:
push:
branches:
- devel
- release-0.23
permissions:
contents: write