mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-17 21:56:56 +00:00
chore(cli): update default cli version pinned in the UI based ingestion (#4150)
This commit is contained in:
parent
c6c71ac8bf
commit
68c840824f
@ -83,7 +83,7 @@ export const NameSourceStep = ({ state, updateState, prev, submit }: StepProps)
|
||||
Advanced: Provide a custom CLI version to use for ingestion.
|
||||
</Typography.Paragraph>
|
||||
<Input
|
||||
placeholder="0.8.19.1"
|
||||
placeholder="0.8.26.3"
|
||||
value={state.config?.version || ''}
|
||||
onChange={(event) => setVersion(event.target.value)}
|
||||
/>
|
||||
|
@ -26,7 +26,7 @@ authentication:
|
||||
|
||||
ingestion:
|
||||
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:
|
||||
encryptionKey: ${SECRET_SERVICE_ENCRYPTION_KEY:ENCRYPTION_KEY}
|
||||
|
Loading…
x
Reference in New Issue
Block a user