Skip to content

Commit 727b397

Browse files
authored
Merge pull request #192 from ethosengine/dev
fix(edge): use floating hApp tag in build.env for K8s manifest substi…
2 parents 35b1ae5 + 47c0c58 commit 727b397

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

holochain/Jenkinsfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,8 @@ spec:
377377
def storageTag = computeTag(versionMap['STORAGE_VERSION'] ?: '1.0.0')
378378
def happInstallerTag = computeTag(versionMap['HAPP_INSTALLER_VERSION'] ?: '1.0.0')
379379
def doorwayAppTag = computeTag(versionMap['DOORWAY_APP_VERSION'] ?: '1.0.0')
380-
def happTag = computeTag(versionMap['HAPP_VERSION'] ?: '1.0.0')
380+
// hApp is built by DNA pipeline — use floating tag, not commit-specific
381+
def happTag = getHappFloatingTag()
381382

382383
// Backward compat: IMAGE_TAG = edgenode tag (primary image)
383384
def baseVersion = versionMap['HAPP_VERSION'] ?: versionMap['APP_VERSION'] ?: '1.0.0'

0 commit comments

Comments
 (0)