Skip to content
Snippets Groups Projects

GONRG-7118: Update auto-release pipeline

1 file
+ 3
2
Compare changes
  • Side-by-side
  • Inline
@@ -44,8 +44,9 @@ package-modified-helm-chart:
@@ -44,8 +44,9 @@ package-modified-helm-chart:
artifacts: true
artifacts: true
variables:
variables:
VERSION: "$SHORT_TAG.0-release-check"
VERSION: "$SHORT_TAG.0-release-check"
GC_HELM_DEPLOYMENT_DIR: "helm/osdu-infra-onprem"
script:
GC_HELM_PACKAGE_NAME: "osdu-gc-onprem"
- helm package helm/osdu-infra-onprem -u --version $VERSION --app-version $VERSION
 
- helm push osdu-gc-onprem-$VERSION.tgz oci://$CI_REGISTRY_IMAGE/gc-helm
.base-df-tf-release-branch:
.base-df-tf-release-branch:
extends: .base-df-tf-ci-check
extends: .base-df-tf-ci-check
Loading