From e38b7b6f4ea80595f0fef055df375c3d9e4edfa5 Mon Sep 17 00:00:00 2001 From: Colin Slater Date: Thu, 27 Jun 2024 16:03:00 -0700 Subject: [PATCH] Container version bump. --- applications/plot-navigator/Chart.yaml | 2 +- applications/plot-navigator/templates/deployment.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/plot-navigator/Chart.yaml b/applications/plot-navigator/Chart.yaml index d7389843ef..2d5ac17db9 100644 --- a/applications/plot-navigator/Chart.yaml +++ b/applications/plot-navigator/Chart.yaml @@ -4,4 +4,4 @@ description: Panel-based plot viewer version: 1.0.0 sources: - https://github.com/lsst-dm/pipetask-plot-navigator -appVersion: "0.11.0" +appVersion: "0.11.2" diff --git a/applications/plot-navigator/templates/deployment.yaml b/applications/plot-navigator/templates/deployment.yaml index 64f042b062..9f293a465b 100644 --- a/applications/plot-navigator/templates/deployment.yaml +++ b/applications/plot-navigator/templates/deployment.yaml @@ -71,8 +71,8 @@ spec: limits: cpu: "2" memory: "3Gi" - ephemeral-storage: "50Mi" + ephemeral-storage: "100Mi" requests: cpu: "1" memory: "2Gi" - ephemeral-storage: "100Mi" + ephemeral-storage: "50Mi"