Skip to content

Commit

Permalink
Revert "[8.15] Bump maximum supported package spec version to 3.2 (el…
Browse files Browse the repository at this point in the history
…astic#193574) (elastic#193727)"

This reverts commit 603b31b.
  • Loading branch information
jsoriano committed Sep 25, 2024
1 parent da3b27f commit 78aefd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/plugins/fleet/server/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import { BULK_CREATE_MAX_ARTIFACTS_BYTES } from './services/artifacts/artifacts'
const DEFAULT_BUNDLED_PACKAGE_LOCATION = path.join(__dirname, '../target/bundled_packages');
const DEFAULT_GPG_KEY_PATH = path.join(__dirname, '../target/keys/GPG-KEY-elasticsearch');

const REGISTRY_SPEC_MAX_VERSION = '3.2';
const REGISTRY_SPEC_MAX_VERSION = '3.0';

export const config: PluginConfigDescriptor = {
exposeToBrowser: {
Expand Down

0 comments on commit 78aefd1

Please sign in to comment.