We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d65d3f commit d1ab661Copy full SHA for d1ab661
src/common/github-service.ts
@@ -305,7 +305,7 @@ export class GitHubService {
305
* Find commits which updated the production environment and extract the deployed Kibana SHAs
306
*/
307
public async getServerlessReleases(): Promise<ServerlessRelease[]> {
308
- const envSearch = 'production-noncanary-ds-1';
+ const envSearch = 'production-canary-ds-1';
309
const serverlessGitOpsRepo = 'serverless-gitops';
310
const versionsFilePath = 'services/kibana/versions.yaml';
311
this.setLoading?.(true);
0 commit comments