From d92be7658e5c2ccc2534fe9e8e7397c7d0369ab1 Mon Sep 17 00:00:00 2001 From: Dmitry Morozovsky <27895587+icemachined@users.noreply.github.com> Date: Mon, 9 Jan 2023 19:02:16 +0800 Subject: [PATCH] Setup Python 3.10.9 in cpg image and updating Chart.lock --- .github/workflows/deploy_images.yml | 5 +++++ save-cloud-charts/save-cloud/Chart.lock | 10 +++++----- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/.github/workflows/deploy_images.yml b/.github/workflows/deploy_images.yml index 58b16b5932..ee3c0444f0 100644 --- a/.github/workflows/deploy_images.yml +++ b/.github/workflows/deploy_images.yml @@ -101,6 +101,11 @@ jobs: with: java-version: 11 distribution: temurin + - name: Set up Python 3.10.9 + id: python + uses: actions/setup-python@v3.0.0 + with: + python-version: 3.10.9 - name: Install system packages # libcurl is needed for ktor-client-curl run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev diff --git a/save-cloud-charts/save-cloud/Chart.lock b/save-cloud-charts/save-cloud/Chart.lock index 80905bca6b..f40c70c491 100644 --- a/save-cloud-charts/save-cloud/Chart.lock +++ b/save-cloud-charts/save-cloud/Chart.lock @@ -4,15 +4,15 @@ dependencies: version: 6.49.0 - name: prometheus repository: https://prometheus-community.github.io/helm-charts - version: 19.2.2 + version: 19.3.0 - name: promtail repository: https://grafana.github.io/helm-charts - version: 6.7.4 + version: 6.8.1 - name: loki repository: https://grafana.github.io/helm-charts - version: 3.8.0 + version: 3.8.1 - name: neo4j repository: https://helm.neo4j.com/neo4j version: 5.3.0 -digest: sha256:38cef66aa6f85d7d99c0e21afbc025122c03f353cbc24bc3604537441969fcd8 -generated: "2023-01-02T10:44:34.941097715Z" +digest: sha256:35a9342e94f2ec21d5cec98f5766f948c615c8ff4e393be911eb609595d4f7c9 +generated: "2023-01-09T01:42:37.700599599Z"