1.13.1 #97

Merged
techknowlogick merged 3 commits from techknowlogick-patch-1 into master 2021-01-02 05:07:12 +00:00
3 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ name: gitea
description: Gitea Helm chart for Kubernetes
type: application
version: 0.0.0
appVersion: 1.13.0
appVersion: 1.13.1
icon: https://docs.gitea.io/images/gitea.png
keywords:

View File

@ -300,7 +300,7 @@ Annotations can be added to the Gitea pod.
| Parameter | Description | Default |
|---------------------|-----------------------------------|------------------------------|
|image.repository| Image to start for this pod | gitea/gitea |
|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.13.0 |
|image.tag| [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | 1.13.1 |
|image.pullPolicy| Image pull policy | Always |
### Persistence

View File

@ -8,7 +8,7 @@ clusterDomain: cluster.local
image:
repository: gitea/gitea
tag: 1.13.0
tag: 1.13.1
pullPolicy: Always
imagePullSecrets: []