Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make modules information in publish workflow configurable - master #813

Merged
merged 12 commits into from
Sep 10, 2021
Merged
Prev Previous commit
small update in deploy workflow inputs descriptions
Signed-off-by: Michal Banik <[email protected]>
  • Loading branch information
Michal Banik committed Sep 10, 2021
commit 7de87061f1046891d6fdbe4b5bbf6adf242960d1
12 changes: 6 additions & 6 deletions .github/workflows/publish-docker-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ on:
description: Name of the application in `lighty-applications`
required: true
app-modules:
description: Name of the modules with format ':{module-name},...' required to build docker image, e.g.:":lighty-rnc-app,:lighty-rnc-app-docker,:lighty-rnc-module"
description: Name of the modules with format ':{module-name},...' required to build docker image, e.g. ":lighty-rnc-app,:lighty-rnc-app-docker,:lighty-rnc-module"
required: true
app-docker-pom-path:
description: Path to docker pom.xml file from repository root, e.g.:"lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml"
description: Path to docker pom.xml file from repository root, e.g. "lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-docker/pom.xml"
required: true
app-helm-values-path:
description: Path to Helm YAML values from repository root, e.g.:"lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-helm/helm/lighty-rnc-app-helm/values.yaml"
description: Path to Helm YAML values from repository root, e.g. "lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-helm/helm/lighty-rnc-app-helm/values.yaml"
required: true
app-helm-folder-path:
description: Path to Helm folder from repository root, e.g.:"lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-helm/helm/"
description: Path to Helm folder from repository root, e.g. "lighty-applications/lighty-rnc-app-aggregator/lighty-rnc-app-helm/helm/"
required: true
image-name:
description: Desired NAME of docker image, e.g.:"lighty-rnc"
description: Desired NAME of docker image, e.g. "lighty-rnc"
required: true
version:
description: Desired version of published docker image & helm charts, e.g.:"14.0.0"
description: Desired version of published docker image & helm charts, e.g. "14.0.0"
required: true
image-tag-latest:
description: Should be this docker labeled with tag latest? Enter `true` if the tag `latest` should be added for image.
Expand Down