chore(cli): update default cli version pinned in the UI based ingestion (#4150)

This commit is contained in:
Aseem Bansal 2022-02-16 04:13:18 +05:30 committed by GitHub
parent c6c71ac8bf
commit 68c840824f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -83,7 +83,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
Advanced: Provide a custom CLI version to use for ingestion. Advanced: Provide a custom CLI version to use for ingestion.
</Typography.Paragraph> </Typography.Paragraph>
<Input <Input
placeholder="0.8.19.1" placeholder="0.8.26.3"
value={state.config?.version || ''} value={state.config?.version || ''}
onChange={(event) => setVersion(event.target.value)} onChange={(event) => setVersion(event.target.value)}
/> />

View File

@ -26,7 +26,7 @@ authentication:
ingestion: ingestion:
enabled: ${UI_INGESTION_ENABLED:true} enabled: ${UI_INGESTION_ENABLED:true}
defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.23.1}' defaultCliVersion: '${UI_INGESTION_DEFAULT_CLI_VERSION:0.8.26.3}'
secretService: secretService:
encryptionKey: ${SECRET_SERVICE_ENCRYPTION_KEY:ENCRYPTION_KEY} encryptionKey: ${SECRET_SERVICE_ENCRYPTION_KEY:ENCRYPTION_KEY}