Skip to content

Commit

Permalink
fix: agent update image (#1017)
Browse files Browse the repository at this point in the history
  • Loading branch information
robot9706 committed Dec 3, 2024
1 parent 3d6f652 commit 7c9084d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/crux/src/config/app.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const configSchema = yup.object({
ENCRYPTION_DEPRECATED_KEY: encryptionKeyRule.optional(),

CRUX_AGENT_ADDRESS: yup.string().required(),
CRUX_AGENT_IMAGE: yup.string().default('latest').required(),
CRUX_AGENT_IMAGE: yup.string(),
AGENT_INSTALL_SCRIPT_DISABLE_PULL: yup.bool().default(false).required(),

LOG_LEVEL: yup.string().oneOf(LOG_LEVEL_VALUES).required(),
Expand Down

0 comments on commit 7c9084d

Please sign in to comment.