update to 1.16.2 (#293)

replaces #290

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/293
This commit is contained in:
techknowlogick 2022-02-26 06:01:16 +08:00
parent 6896c7caae
commit 1a3ce54dfc
4 changed files with 7 additions and 8 deletions

View file

@ -10,14 +10,14 @@ platform:
steps: steps:
- name: helm lint - name: helm lint
pull: always pull: always
image: alpine:3.13 image: alpine:3.15
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm lint - helm lint
- name: helm template - name: helm template
pull: always pull: always
image: alpine:3.13 image: alpine:3.15
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- helm dependency update - helm dependency update
@ -58,7 +58,7 @@ trigger:
steps: steps:
- name: generate-chart - name: generate-chart
pull: always pull: always
image: alpine:3.13 image: alpine:3.15
commands: commands:
- apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- apk add --no-cache curl - apk add --no-cache curl
@ -74,8 +74,7 @@ steps:
image: plugins/s3:latest image: plugins/s3:latest
settings: settings:
bucket: gitea-artifacts bucket: gitea-artifacts
endpoint: https://storage.gitea.io endpoint: https://ams3.digitaloceanspaces.com
path_style: true
access_key: access_key:
from_secret: aws_access_key_id from_secret: aws_access_key_id
secret_key: secret_key:

View file

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

View file

@ -698,7 +698,7 @@ gitea:
| Parameter | Description | Default | | Parameter | Description | Default |
| ------------------ | ----------------------------------------------------------------------------------------- | ------------- | | ------------------ | ----------------------------------------------------------------------------------------- | ------------- |
| `image.repository` | Image to start for this pod | `gitea/gitea` | | `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.15.10` | | `image.tag` | [Image tag](https://hub.docker.com/r/gitea/gitea/tags?page=1&ordering=last_updated) | `1.16.2` |
| `image.pullPolicy` | Image pull policy | `Always` | | `image.pullPolicy` | Image pull policy | `Always` |
| `image.rootless` | Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher | `false` | | `image.rootless` | Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher | `false` |

View file

@ -8,7 +8,7 @@ clusterDomain: cluster.local
image: image:
repository: gitea/gitea repository: gitea/gitea
tag: 1.15.10 tag: 1.16.2
pullPolicy: Always pullPolicy: Always
rootless: false # only possible when running 1.14 or later rootless: false # only possible when running 1.14 or later