update pypiserver to v1.4.2

This commit is contained in:
ace 2021-06-15 03:30:45 +03:00
parent 9a1c4d95d7
commit 842b16b38f
No known key found for this signature in database
GPG Key ID: 32989872B72276A0
2 changed files with 3 additions and 3 deletions

View File

@ -1,5 +1,5 @@
apiVersion: v1
appVersion: 1.3.2
appVersion: 1.4.2
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.2.1
version: 2.3.0

View File

@ -3,7 +3,7 @@ replicaCount: 1
image:
repository: pypiserver/pypiserver
tag: v1.3.2
tag: v1.4.2
pullPolicy: IfNotPresent
pullSecrets: []