Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions jaws-journey-deploy/orb.yml
Original file line number Diff line number Diff line change
Expand Up @@ -962,6 +962,9 @@ jobs:
deploy_branch_name:
type: string
default: 'master'
manifest_repository:
type: string
default: "git@github.com:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME}"
update_build_tag:
type: boolean
default: true
Expand Down
2 changes: 1 addition & 1 deletion jaws-journey-deploy/scripts/update_helm.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ function deply_manifest {
mkdir -p /tmp/gitops

# Clone manifest repo
git clone -b << parameters.deploy_branch_name >> git@github.com:${CIRCLE_PROJECT_USERNAME}/${CIRCLE_PROJECT_REPONAME} /tmp/gitops
git clone -b << parameters.deploy_branch_name >> << parameters.manifest_repository >> /tmp/gitops
cd /tmp/gitops

# Update helm chart
Expand Down