Skip to content

Commit d1ab661

Browse files
authored
switch back to canary prod (#56)
1 parent 6d65d3f commit d1ab661

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/github-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ export class GitHubService {
305305
* Find commits which updated the production environment and extract the deployed Kibana SHAs
306306
*/
307307
public async getServerlessReleases(): Promise<ServerlessRelease[]> {
308-
const envSearch = 'production-noncanary-ds-1';
308+
const envSearch = 'production-canary-ds-1';
309309
const serverlessGitOpsRepo = 'serverless-gitops';
310310
const versionsFilePath = 'services/kibana/versions.yaml';
311311
this.setLoading?.(true);

0 commit comments

Comments
 (0)