pypiserver: bump to v1.5.1, helm chart v2.5.0

This commit is contained in:
ace 2022-12-12 00:05:37 +03:00
parent eb9a483f97
commit 8768bc2ba6
No known key found for this signature in database
GPG Key ID: 2E47CC17BA7F8CF0
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

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