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

Update GoCD Jsonnet library #1312

Merged
merged 1 commit into from
Sep 29, 2023
Merged
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
2 changes: 1 addition & 1 deletion gocd/templates/jsonnetfile.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"subdir": "libs"
}
},
"version": "v2.2.2"
"version": "v2.3.1"
}
],
"legacyImports": true
Expand Down
4 changes: 2 additions & 2 deletions gocd/templates/jsonnetfile.lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
"subdir": "libs"
}
},
"version": "54bb0adceffb690bf4aa744b23acdb7888c51fd5",
"sum": "stYmA7r5/MARC5qkFFR+94R1W5juwjmRNVQFOTxmwVA="
"version": "cfd0a0c54a580e1932e14368d0c99b2b5013c434",
"sum": "SFeCD13Z2qQftwrjVAKE19IjjgJAk8ninSJwePKhI8A="
}
],
"legacyImports": false
Expand Down
2 changes: 2 additions & 0 deletions gocd/templates/symbolicator.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ local pipedream_config = {
material_name: 'symbolicator_repo',
stage: 'deploy-primary',
elastic_profile_id: 'symbolicator',
// TODO: Remove the final_stage once we have several deploys with pipeline-complete stage
final_stage: 'deploy-primary',
},

// Set to true to auto-deploy changes (defaults to true)
Expand Down
Loading