Skip to content

Commit

Permalink
added new RTR containers to zip (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmoss-enq authored Aug 27, 2024
1 parent ead9efe commit e2aae6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-github-draft-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ on:
paths:
description: "paths - A CSV string detailing which files and directories should be included in the artifact. If not provided only the standard artifacts will be created."
type: string
default: "charts/modernization-api, charts/nbs-gateway, charts/dataingestion-service, charts/nginx-ingress, charts/elasticsearch-efs, charts/nifi-efs, charts/page-builder-api, charts/keycloak, k8-manifests/cluster-issuer-prod.yaml"
default: "charts/modernization-api, charts/nbs-gateway, charts/dataingestion-service, charts/nginx-ingress, charts/elasticsearch-efs, charts/nifi-efs, charts/page-builder-api, charts/keycloak, charts/liquibase, charts/nnd-service, charts/investigation-reporting-service, charts/ldfdata-reporting-service, charts/observation-reporting-service, charts/organization-reporting-service, charts/person-reporting-service, charts/post-processing-reporting-service, charts/kafka-connect-sink, charts/debezium, k8-manifests/cluster-issuer-prod.yaml"
required: false
excluded_paths:
description: "excluded_paths - A CSV list detailing specific files and directories to exclude from the provided paths (this variable serves only to limit scope of the paths variable)."
type: string
default: "charts/modernization-api/values-*, charts/nbs-gateway/values-*, charts/dataingestion-service/values-*, charts/elasticsearch-efs/values-*, charts/nifi-efs/values-*, charts/page-builder-api/values-*"
default: "charts/modernization-api/values-*, charts/nbs-gateway/values-*, charts/dataingestion-service/values-*, charts/elasticsearch-efs/values-*, charts/nifi-efs/values-*, charts/page-builder-api/values-*, charts/liquibase/values-*, charts/nnd-service/values-*, charts/investigation-reporting-service/values-*, charts/ldfdata-reporting-service/values-*, charts/observation-reporting-service/values-*, charts/organization-reporting-service/values-*, charts/person-reporting-service/values-*, charts/post-processing-reporting-service/values-*, charts/kafka-connect-sink/values-*, charts/debezium/values-*"
required: false
secrets:
GIT_USER_EMAIL:
Expand Down

0 comments on commit e2aae6c

Please sign in to comment.