Compare commits

...

3 Commits

Author SHA1 Message Date
d1fac6ce7d Gitea 1.12.5 (#38)
Gitea 1.12.5

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/38
Reviewed-by: Andrew Thornton <art27@cantab.net>
Reviewed-by: Lunny Xiao <xiaolunwen@gmail.com>
2020-10-02 14:06:19 +00:00
37bc343ca9 Use postgres v9.7.2 helm chart (#36)
Merge branch 'master' into postgres-version

Use postgres v9.7.2 helm chart

Co-authored-by: Matti R <matti@mdranta.net>
Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/36
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
Reviewed-by: luhahn <luhahn@noreply.gitea.io>
2020-09-29 17:15:00 +00:00
b96da586db use alpine package version of helm (#35)
use alpine package version of helm

Reviewed-on: https://gitea.com/gitea/helm-chart/pulls/35
Reviewed-by: lafriks <lafriks@noreply.gitea.io>
Reviewed-by: 6543 <6543@noreply.gitea.io>
2020-09-29 13:49:34 +00:00
3 changed files with 12 additions and 13 deletions

View File

@ -4,19 +4,19 @@ name: lint
platform: platform:
os: linux os: linux
arch: amd64 arch: arm64
steps: steps:
- name: lint - name: lint
pull: always pull: always
image: pelotech/drone-helm3 image: alpine:3.12
settings: commands:
helm_command: lint - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
chart: ./ - helm lint
- name: discord - name: discord
pull: always pull: always
image: appleboy/drone-discord:1.0.0 image: appleboy/drone-discord:1.2.4
environment: environment:
DISCORD_WEBHOOK_ID: DISCORD_WEBHOOK_ID:
from_secret: discord_webhook_id from_secret: discord_webhook_id
@ -44,8 +44,7 @@ steps:
pull: default pull: default
image: alpine:3.12 image: alpine:3.12
commands: commands:
- wget -q https://get.helm.sh/helm-v3.3.1-linux-arm64.tar.gz -O - | tar -xzO linux-arm64/helm > /usr/local/bin/helm - apk add --no-cache -X http://dl-cdn.alpinelinux.org/alpine/edge/testing helm
- chmod +x /usr/local/bin/helm
- helm dependency update - helm dependency update
- helm package ./ - helm package ./
- mkdir gitea - mkdir gitea

View File

@ -2,8 +2,8 @@ apiVersion: v2
name: gitea name: gitea
description: Gitea Helm chart for Kubernetes description: Gitea Helm chart for Kubernetes
type: application type: application
version: 1.5.2 version: 1.5.4
appVersion: 1.12.4 appVersion: 1.12.5
icon: https://docs.gitea.io/images/gitea.png icon: https://docs.gitea.io/images/gitea.png
keywords: keywords:
@ -37,9 +37,9 @@ dependencies:
condition: gitea.database.builtIn.mysql.enabled condition: gitea.database.builtIn.mysql.enabled
- name: postgresql - name: postgresql
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 9.7.3 version: 9.7.2
condition: gitea.database.builtIn.postgresql.enabled condition: gitea.database.builtIn.postgresql.enabled
- name: mariadb - name: mariadb
repository: https://charts.bitnami.com/bitnami repository: https://charts.bitnami.com/bitnami
version: 7.10.2 version: 7.10.2
condition: gitea.database.builtIn.mariadb.enabled condition: gitea.database.builtIn.mariadb.enabled

View File

@ -6,7 +6,7 @@ replicaCount: 1
image: image:
repository: gitea/gitea repository: gitea/gitea
version: 1.12.4 version: 1.12.5
pullPolicy: Always pullPolicy: Always
imagePullSecrets: [] imagePullSecrets: []