diff --git a/gocd/templates/jsonnetfile.json b/gocd/templates/jsonnetfile.json index 2270013c6b..d1833c4148 100644 --- a/gocd/templates/jsonnetfile.json +++ b/gocd/templates/jsonnetfile.json @@ -8,7 +8,7 @@ "subdir": "libs" } }, - "version": "v2.19.0" + "version": "v3.0.0" } ], "legacyImports": true diff --git a/gocd/templates/jsonnetfile.lock.json b/gocd/templates/jsonnetfile.lock.json index 5b9146f3e7..c01259b313 100644 --- a/gocd/templates/jsonnetfile.lock.json +++ b/gocd/templates/jsonnetfile.lock.json @@ -8,8 +8,8 @@ "subdir": "libs" } }, - "version": "56cc4d91cbaac4569b37b4911998b48c2f9c2ac4", - "sum": "J0D//go/146qfReWFTTL5xWWCVlkTjqhnALYPH4Z9rE=" + "version": "3465d94bb68e41c24d93a80d0b3f0ab8168d26c6", + "sum": "SbALpMwOdnmqi5w6cJKPOWDp3gcuafqk7JCninnrrLA=" } ], "legacyImports": false diff --git a/gocd/templates/pipelines/snuba-py.libsonnet b/gocd/templates/pipelines/snuba-py.libsonnet index 16d4c505bc..89d159d534 100644 --- a/gocd/templates/pipelines/snuba-py.libsonnet +++ b/gocd/templates/pipelines/snuba-py.libsonnet @@ -195,7 +195,7 @@ function(region) { checks: { elastic_profile_id: 'snuba', environment_variables: { - PIPELINE_FIRST_STEP: 'deploy-snuba-py-s4s', + PIPELINE_FIRST_STEP: 'deploy-snuba-py-s4s2', }, tasks: [ gocdtasks.script(importstr '../bash/check-github.sh'), diff --git a/gocd/templates/pipelines/snuba-rs.libsonnet b/gocd/templates/pipelines/snuba-rs.libsonnet index af4badeb54..87f7141363 100644 --- a/gocd/templates/pipelines/snuba-rs.libsonnet +++ b/gocd/templates/pipelines/snuba-rs.libsonnet @@ -177,7 +177,7 @@ function(region) { checks: { elastic_profile_id: 'snuba', environment_variables: { - PIPELINE_FIRST_STEP: 'deploy-snuba-rs-s4s', + PIPELINE_FIRST_STEP: 'deploy-snuba-rs-s4s2', }, tasks: [ gocdtasks.script(importstr '../bash/check-github.sh'),