mirror of
https://github.com/jlengrand/engine.git
synced 2026-03-10 08:11:21 +00:00
feat: increase kubernetes version for tests (#560)
This commit is contained in:
@@ -23,7 +23,7 @@ use crate::utilities::{build_platform_local_docker, FuncTestsSecrets};
|
||||
pub const AWS_REGION_FOR_S3: &str = "eu-west-3";
|
||||
pub const AWS_TEST_REGION: &str = "eu-west-3";
|
||||
pub const AWS_KUBERNETES_MAJOR_VERSION: u8 = 1;
|
||||
pub const AWS_KUBERNETES_MINOR_VERSION: u8 = 19;
|
||||
pub const AWS_KUBERNETES_MINOR_VERSION: u8 = 20;
|
||||
pub const AWS_KUBERNETES_VERSION: &'static str =
|
||||
formatcp!("{}.{}", AWS_KUBERNETES_MAJOR_VERSION, AWS_KUBERNETES_MINOR_VERSION);
|
||||
pub const AWS_DATABASE_INSTANCE_TYPE: &str = "db.t3.micro";
|
||||
|
||||
@@ -21,7 +21,7 @@ use tracing::error;
|
||||
|
||||
pub const SCW_TEST_ZONE: ScwZone = ScwZone::Paris2;
|
||||
pub const SCW_KUBERNETES_MAJOR_VERSION: u8 = 1;
|
||||
pub const SCW_KUBERNETES_MINOR_VERSION: u8 = 19;
|
||||
pub const SCW_KUBERNETES_MINOR_VERSION: u8 = 20;
|
||||
pub const SCW_KUBERNETES_VERSION: &'static str =
|
||||
formatcp!("{}.{}", SCW_KUBERNETES_MAJOR_VERSION, SCW_KUBERNETES_MINOR_VERSION);
|
||||
pub const SCW_MANAGED_DATABASE_INSTANCE_TYPE: &str = "db-dev-s";
|
||||
|
||||
Reference in New Issue
Block a user