Skip to content

Commit

Permalink
test: implem new tag for testing tls
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico-dl05 authored and jdongo-aneo committed Dec 30, 2024
1 parent fe4dd68 commit a8859b7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions infrastructure/quick-deploy/aws/parameters.tfvars
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ logging_level = "Debug"

# Parameters of control plane
control_plane = {
tag = "0.29.0-jgtls.11.2f24ff0d"
tag = "0.29.0-jgtls.17.b7adee05"
limits = {
cpu = "1000m"
memory = "2048Mi"
Expand Down Expand Up @@ -592,7 +592,7 @@ compute_plane = {
worker = [
{
image = "dockerhubaneo/armonik_core_stream_test_worker"
tag = "0.29.0-jgtls.11.2f24ff0d"
tag = "0.29.0-jgtls.17.b7adee05"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -638,7 +638,7 @@ compute_plane = {
replicas = 1
# ArmoniK polling agent
polling_agent = {
tag = "0.29.0-jgtls.11.2f24ff0d"
tag = "0.29.0-jgtls.17.b7adee05"
limits = {
cpu = "2000m"
memory = "2048Mi"
Expand All @@ -652,7 +652,7 @@ compute_plane = {
worker = [
{
image = "dockerhubaneo/armonik_core_htcmock_test_worker"
tag = "0.29.0-jgtls.11.2f24ff0d"
tag = "0.29.0-jgtls.17.b7adee05"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down Expand Up @@ -704,7 +704,7 @@ compute_plane = {
worker = [
{
image = "dockerhubaneo/armonik_core_bench_test_worker"
tag = "0.29.0-jgtls.11.2f24ff0d"
tag = "0.29.0-jgtls.17.b7adee05"
limits = {
cpu = "1000m"
memory = "1024Mi"
Expand Down

0 comments on commit a8859b7

Please sign in to comment.