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.
|
# We use recreate to make sure only one instance with one version is running, because Forgejo might break or data gets inconsistant.
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
type: Recreate
|
||||||
|
|
@ -174,10 +173,8 @@ service:
|
||||||
|
|
||||||
image:
|
image:
|
||||||
pullPolicy: "IfNotPresent"
|
pullPolicy: "IfNotPresent"
|
||||||
# Overrides the image tag whose default is the chart appVersion.
|
# DB has v15a/v15b migrations from workflow-webhook build.
|
||||||
#tag: "8.0.3"
|
# Using that image until a proper v15+ EDP release is cut.
|
||||||
# Adds -rootless suffix to image name
|
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:workflow-webhook-20260305
|
||||||
# rootless: true
|
|
||||||
fullOverride: edp.buildth.ing/devfw-cicd/edp-forgejo:14.0.2-edp1-rootless
|
|
||||||
|
|
||||||
forgejo: {}
|
forgejo: {}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue