diff --git a/helm-chart/Chart.yaml b/helm-chart/Chart.yaml index 9e6514f..7f6ec69 100644 --- a/helm-chart/Chart.yaml +++ b/helm-chart/Chart.yaml @@ -3,4 +3,4 @@ name: k8s-pulse description: A Helm chart for k8s-pulse, a Kubernetes cluster resource visualizer. type: application version: 0.1.0 -appVersion: "1.0.0" +appVersion: "1.0.4" diff --git a/requirements.txt b/requirements.txt index ac8d94a..a5fa2b4 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,5 @@ -flask==3.0.0 -kubernetes==28.1.0 -gunicorn==21.2.0 +flask==3.1.3 +kubernetes==31.0.0 +gunicorn==26.0.0 +urllib3==2.7.0 + diff --git a/version.ini b/version.ini index a61563f..4a20bdd 100644 --- a/version.ini +++ b/version.ini @@ -1,2 +1,2 @@ [metadata] -version = 0.3 +version = 0.4