fix(forgejo): 🐛 use workflow-webhook image matching DB migration level (v15a/v15b)
DB was migrated to v15 schema by this image in March. The 14.0.2-edp1-rootless image cannot start against it. Today's automated pipeline sync triggered pod restart, exposing the mismatch.
This commit is contained in:
parent
a047be3aae
commit
9a7544418c
1 changed files with 3 additions and 6 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
||||
strategy:
|
||||
type: Recreate
|
||||
|
|
@ -174,10 +173,8 @@ service:
|
|||
|
||||
image:
|
||||
pullPolicy: "IfNotPresent"
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
#tag: "8.0.3"
|
||||
# Adds -rootless suffix to image name
|
||||
# rootless: true
|
||||
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:14.0.2-edp1-rootless
|
||||
# DB has v15a/v15b migrations from workflow-webhook build.
|
||||
# Using that image until a proper v15+ EDP release is cut.
|
||||
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:workflow-webhook-20260305
|
||||
|
||||
forgejo: {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue