Skip to content

Commit

Permalink
chore(cli): update default cli version pinned in the UI based ingesti…
Browse files Browse the repository at this point in the history
  • Loading branch information
anshbansal authored and hevandro-veiga committed Feb 18, 2022
1 parent 616d960 commit 8f4232a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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)}
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 8f4232a

Please sign in to comment.