Skip to content

Commit 9d02adf

Browse files
committed
Update CI python version to 3.10
Signed-off-by: Matej Feder <[email protected]>
1 parent fd7302e commit 9d02adf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
- name: Set up Python
4848
uses: actions/setup-python@v5
4949
with:
50-
python-version: 3.6
50+
python-version: '3.10'
5151

5252
- name: Install Chartpress
5353
run: |

chart/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ apiVersion: v2
1717
name: dnation-kubernetes-monitoring-stack
1818
version: 3.6.0
1919
appVersion: 2.7.0 # dnation-kubernetes-monitoring
20-
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, promtail and dnation-kubernetes-monitoring.
20+
description: An umbrella helm chart for Kubernetes monitoring based on kube-prometheus-stack, thanos, loki, promtail and dnation-kubernetes-monitoring
2121
keywords:
2222
- dnation
2323
- kubernetes

0 commit comments

Comments
 (0)