constants: Switch to rhel-86

This commit is contained in:
Sanne Raymaekers 2022-05-12 11:13:53 +02:00 committed by jkozol
parent 90d15807a6
commit 070e507933

View file

@ -1,6 +1,6 @@
export const IMAGE_BUILDER_API = '/api/image-builder/v1';
export const RHSM_API = '/api/rhsm/v2';
export const RHEL_8 = 'rhel-85';
export const RHEL_8 = 'rhel-86';
export const UNIT_KIB = 1024 ** 1;
export const UNIT_MIB = 1024 ** 2;