-
Type: Bug
-
Status: Resolved
-
Priority: Minor
-
Resolution: Fixed
-
Affects Version/s: ADDONS_10.10, ADDONS_11.1, ADDONS_2021
-
Fix Version/s: ADDONS_10.10, ADDONS_11.1, ADDONS_2021
-
Component/s: CI/CD
-
Environment:Docker
Jenkins
Kubernetes
-
Tags:
-
Sprint:nxApps 2021 Cycle 6
-
Story Points:1
the chart requirement file seems to be committed in the case of RC
for example https://github.com/nuxeo/nuxeo-coldstorage/blob/v2021.0.12-rc.24/ci/helm/preview/requirements.yaml
it shouldn’t be the case otherwise the release job will fail (when trying to deploy Nuxeo preview)
Fix:
https://github.com/nuxeo/nuxeo-coldstorage/blob/master/ci/jenkinsfiles/build.groovy#L263
nxKube.helmBuildChart("${CHART_DIR}", 'values.yaml') nxNapps.gitCheckout("${CHART_DIR}/requirements.yaml")
- is required by
-
NXP-30492 [CI/CD] Add ColdStorage Release Job
- Resolved
- Is referenced in