mirror of
https://github.com/datahub-project/datahub.git
synced 2025-08-18 14:16:48 +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.
|
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)}
|
||||||
/>
|
/>
|
||||||
|
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user