From 1a3ce54dfcb95ae9429999455deb0689b89e8858 Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Sat, 26 Feb 2022 06:01:16 +0800 Subject: [PATCH] update to 1.16.2 (#293) replaces #290 Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/293 --- .drone.yml | 9 ++++----- Chart.yaml | 2 +- README.md | 2 +- values.yaml | 2 +- 4 files changed, 7 insertions(+), 8 deletions(-) diff --git a/.drone.yml b/.drone.yml index d1f2138..7af0bcf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -10,14 +10,14 @@ platform: steps: - name: helm lint pull: always - image: alpine:3.13 + image: alpine:3.15 commands: - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - helm lint - name: helm template pull: always - image: alpine:3.13 + image: alpine:3.15 commands: - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - helm dependency update @@ -58,7 +58,7 @@ trigger: steps: - name: generate-chart pull: always - image: alpine:3.13 + image: alpine:3.15 commands: - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm - apk add --no-cache curl @@ -74,8 +74,7 @@ steps: image: plugins/s3:latest settings: bucket: gitea-artifacts - endpoint: https://storage.gitea.io - path_style: true + endpoint: https://ams3.digitaloceanspaces.com access_key: from_secret: aws_access_key_id secret_key: diff --git a/Chart.yaml b/Chart.yaml index c4f4705..1215e01 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,7 +3,7 @@ name: gitea description: Gitea Helm chart for Kubernetes type: application version: 0.0.0 -appVersion: 1.15.10 +appVersion: 1.16.2 icon: https://docs.gitea.io/images/gitea.png keywords: diff --git a/README.md b/README.md index a6be3c2..560c008 100644 --- a/README.md +++ b/README.md @@ -698,7 +698,7 @@ gitea: | 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.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.rootless` | Wether or not to pull the rootless version of Gitea, only works on Gitea 1.14.x or higher | `false` | diff --git a/values.yaml b/values.yaml index a4487d6..55dc82a 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ clusterDomain: cluster.local image: repository: gitea/gitea - tag: 1.15.10 + tag: 1.16.2 pullPolicy: Always rootless: false # only possible when running 1.14 or later