Skip to content

Commit

Permalink
Bumping gocd-jsonnet version
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed May 28, 2024
1 parent 79da5b1 commit fd70533
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion gocd/templates/chartcuterie.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ local pipedream = import 'github.com/getsentry/gocd-jsonnet/libs/pipedream.libso
// configuration options here: https://github.com/getsentry/gocd-jsonnet#readme
local pipedream_config = {
name: 'chartcuterie',
auto_deploy: false,
auto_deploy: true,
materials: {
chartcuterie_repo: {
git: 'git@github.com:getsentry/chartcuterie.git',
Expand All @@ -19,6 +19,7 @@ local pipedream_config = {
stage: 'deploy-primary',
elastic_profile_id: 'chartcuterie',
},
exclude_regions: ['s4s', 'customer-1', 'customer-2', 'customer-3', 'customer-3', 'customer-4', 'customer-6', 'customer-7'],
};

pipedream.render(pipedream_config, chartcuterie)
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.8"
"version": "v2.10.0"
}
],
"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": "172de74e6347127957707d990f20f3e99c6c1c46",
"sum": "pBB9Jio0EnAgB7811tnly/S1B5fz6BeYoi4hQ7KgsHM="
"version": "74ae5728e2d7ed39fdd43cf3b2d28dde7e4567a1",
"sum": "AKMGYALLyaVVVjTNnZy64PoCDA8QjxTbHBe5dCnE4tE="
}
],
"legacyImports": false
Expand Down

0 comments on commit fd70533

Please sign in to comment.