From e34b5ad8dac8cb9369536558b1ffe5dfe364957d Mon Sep 17 00:00:00 2001 From: sean-morris Date: Mon, 4 Mar 2024 16:02:24 -0800 Subject: [PATCH 1/2] [Cloudbank] El Camino - 3GB memory limit --- config/clusters/cloudbank/ccsf.values.yaml | 7 +++++++ config/clusters/cloudbank/elcamino.values.yaml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/clusters/cloudbank/ccsf.values.yaml b/config/clusters/cloudbank/ccsf.values.yaml index 6358bea5b5..0b97f14937 100644 --- a/config/clusters/cloudbank/ccsf.values.yaml +++ b/config/clusters/cloudbank/ccsf.values.yaml @@ -10,7 +10,14 @@ jupyterhub: # https://2i2c.freshdesk.com/a/tickets/567 guarantee: 384M limit: 1.5G + image: + repository: "your-registry/your-image" + tag: "latest" custom: + singleuserAdmin: + image: + repository: "your-registry/your-image" + tag: "latest" 2i2c: add_staff_user_ids_to_admin_users: true add_staff_user_ids_of_type: "google" diff --git a/config/clusters/cloudbank/elcamino.values.yaml b/config/clusters/cloudbank/elcamino.values.yaml index a733bd3171..4fb8a90f0e 100644 --- a/config/clusters/cloudbank/elcamino.values.yaml +++ b/config/clusters/cloudbank/elcamino.values.yaml @@ -26,7 +26,7 @@ jupyterhub: singleuser: memory: - limit: 2G + limit: 3G guarantee: 2G hub: config: From f651f86ba1ab85a01ad6ca53396fd5eecf70dc09 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 Mar 2024 00:03:10 +0000 Subject: [PATCH 2/2] Bump mdgreenwald/mozilla-sops-action in /.github/actions/setup-deploy Bumps [mdgreenwald/mozilla-sops-action](https://github.com/mdgreenwald/mozilla-sops-action) from 1.5.0 to 1.6.0. - [Release notes](https://github.com/mdgreenwald/mozilla-sops-action/releases) - [Commits](https://github.com/mdgreenwald/mozilla-sops-action/compare/v1.5.0...v1.6.0) --- updated-dependencies: - dependency-name: mdgreenwald/mozilla-sops-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/actions/setup-deploy/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/setup-deploy/action.yaml b/.github/actions/setup-deploy/action.yaml index 96eddf9dc5..01d67a3918 100644 --- a/.github/actions/setup-deploy/action.yaml +++ b/.github/actions/setup-deploy/action.yaml @@ -109,7 +109,7 @@ runs: # This action use the github official cache mechanism internally - name: Install sops - uses: mdgreenwald/mozilla-sops-action@v1.5.0 + uses: mdgreenwald/mozilla-sops-action@v1.6.0 # Install pre-requisite for "gcloud container clusters get-credentials" # command with a modern k8s client.