diff --git a/pypiserver/Chart.yaml b/pypiserver/Chart.yaml index b7d1f9d..8870e6e 100644 --- a/pypiserver/Chart.yaml +++ b/pypiserver/Chart.yaml @@ -1,5 +1,5 @@ apiVersion: v1 -appVersion: 1.4.2 +appVersion: 1.5.1 description: PyPI compatible server for pip or easy_install. home: https://github.com/pypiserver/pypiserver icon: https://raw.githubusercontent.com/pypiserver/pypiserver/master/pypiserver_logo.png @@ -11,4 +11,4 @@ sources: - https://github.com/owkin/charts/tree/master/pypiserver - https://github.com/pypiserver/pypiserver - https://pypi.org/project/pypiserver/ -version: 2.4.0 +version: 2.5.0 diff --git a/pypiserver/values.yaml b/pypiserver/values.yaml index 1a4f455..8bb23a4 100644 --- a/pypiserver/values.yaml +++ b/pypiserver/values.yaml @@ -3,7 +3,7 @@ replicaCount: 1 image: repository: pypiserver/pypiserver - tag: v1.4.2 + tag: v1.5.1 pullPolicy: IfNotPresent pullSecrets: []