Skip to content

Commit d92be76

Browse files
committed
Setup Python 3.10.9 in cpg image and updating Chart.lock
1 parent 4806046 commit d92be76

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

.github/workflows/deploy_images.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,11 @@ jobs:
101101
with:
102102
java-version: 11
103103
distribution: temurin
104+
- name: Set up Python 3.10.9
105+
id: python
106+
uses: actions/setup-python@v3.0.0
107+
with:
108+
python-version: 3.10.9
104109
- name: Install system packages
105110
# libcurl is needed for ktor-client-curl
106111
run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev

save-cloud-charts/save-cloud/Chart.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ dependencies:
44
version: 6.49.0
55
- name: prometheus
66
repository: https://prometheus-community.github.io/helm-charts
7-
version: 19.2.2
7+
version: 19.3.0
88
- name: promtail
99
repository: https://grafana.github.io/helm-charts
10-
version: 6.7.4
10+
version: 6.8.1
1111
- name: loki
1212
repository: https://grafana.github.io/helm-charts
13-
version: 3.8.0
13+
version: 3.8.1
1414
- name: neo4j
1515
repository: https://helm.neo4j.com/neo4j
1616
version: 5.3.0
17-
digest: sha256:38cef66aa6f85d7d99c0e21afbc025122c03f353cbc24bc3604537441969fcd8
18-
generated: "2023-01-02T10:44:34.941097715Z"
17+
digest: sha256:35a9342e94f2ec21d5cec98f5766f948c615c8ff4e393be911eb609595d4f7c9
18+
generated: "2023-01-09T01:42:37.700599599Z"

0 commit comments

Comments
 (0)