Skip to content

Commit

Permalink
Merge pull request #148 from biomage-org/lower-replicas
Browse files Browse the repository at this point in the history
Update ci.yaml
  • Loading branch information
kafkasl authored Apr 3, 2023
2 parents 758b0a4 + 1ba35cf commit c0bd493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ jobs:
export CHART_REF="$GITHUB_SHA"
export KUBERNETES_ENV="production"
export IMAGE_NAME=$IMAGE_TAG-pipeline-runner
export REPLICA_COUNT="3"
export REPLICA_COUNT="2"
export VERSION_NUMBER=${REF_ID/refs-tags-/}
export IMAGE_PATTERN="^refs-tags-(?P<version>[0-9]+\.[0-9]+\.[0-9]+)-pipeline-runner$"
export IMAGE_EXTRACT='$version'
Expand Down

0 comments on commit c0bd493

Please sign in to comment.