From abe5d58ae2dd848ea2123cc948f8f643156f8af2 Mon Sep 17 00:00:00 2001 From: nvim Date: Mon, 20 Jan 2025 17:20:36 +0100 Subject: [PATCH 1/3] Update validator-api service in compose file --- compose.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compose.yml b/compose.yml index 08219e9..510efd2 100644 --- a/compose.yml +++ b/compose.yml @@ -62,7 +62,7 @@ services: mem_limit: 100m restart: unless-stopped validator-api: - image: pavelrozhkov/wrapper:6.3.11 + image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot environment: SESSION_CACHE_DURATION: -1 volumes: From 637190caa466699e7f4ea040d5f3361533b5f709 Mon Sep 17 00:00:00 2001 From: nvim Date: Mon, 20 Jan 2025 17:24:43 +0100 Subject: [PATCH 2/3] Update validator-api image in infra and backup --- backup/deployments.yaml | 2 +- .../templates/deployments/validator-api.deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/deployments.yaml b/backup/deployments.yaml index 79a4710..f217234 100644 --- a/backup/deployments.yaml +++ b/backup/deployments.yaml @@ -149,7 +149,7 @@ spec: mountPath: /home/igs containers: - name: validator-api - image: pavelrozhkov/wrapper:6.3.11 + image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot imagePullPolicy: Always ports: - containerPort: 3500 diff --git a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml index 5c753dd..748bd2a 100644 --- a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml +++ b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml @@ -33,7 +33,7 @@ spec: mountPath: /home/igs containers: - name: validator-api - image: pavelrozhkov/wrapper:6.3.11 + image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot imagePullPolicy: Always ports: - containerPort: 3500 @@ -47,4 +47,4 @@ spec: cpu: "250m" # Minimum CPU required for scheduling limits: memory: "1Gi" # Maximum memory usage allowed - cpu: "500m" # Maximum CPU usage allowed \ No newline at end of file + cpu: "500m" # Maximum CPU usage allowed From c3f8f313ea8b77228acd48b0a0d06430a2e8ad03 Mon Sep 17 00:00:00 2001 From: nvim Date: Tue, 21 Jan 2025 10:51:27 +0100 Subject: [PATCH 3/3] Use image from beda.software namespace --- backup/deployments.yaml | 2 +- compose.yml | 2 +- .../inferno/templates/deployments/validator-api.deployment.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backup/deployments.yaml b/backup/deployments.yaml index f217234..5c8147e 100644 --- a/backup/deployments.yaml +++ b/backup/deployments.yaml @@ -149,7 +149,7 @@ spec: mountPath: /home/igs containers: - name: validator-api - image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot + image: ghcr.io/beda-software/validator-wrapper:latest imagePullPolicy: Always ports: - containerPort: 3500 diff --git a/compose.yml b/compose.yml index 510efd2..86215fd 100644 --- a/compose.yml +++ b/compose.yml @@ -62,7 +62,7 @@ services: mem_limit: 100m restart: unless-stopped validator-api: - image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot + image: ghcr.io/beda-software/validator-wrapper:latest environment: SESSION_CACHE_DURATION: -1 volumes: diff --git a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml index 748bd2a..5ff554f 100644 --- a/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml +++ b/infra/helm/inferno/templates/deployments/validator-api.deployment.yaml @@ -33,7 +33,7 @@ spec: mountPath: /home/igs containers: - name: validator-api - image: ghcr.io/projkov/validator-wrapper:1.0.62-snapshot + image: ghcr.io/beda-software/validator-wrapper:latest imagePullPolicy: Always ports: - containerPort: 3500