1
0
mirror of https://gitea.com/gitea/helm-chart synced 2025-10-05 16:32:41 +02:00

Merge branch 'main' into renovate/helm-unittest-helm-unittest-1.x

This commit is contained in:
Lunny Xiao
2025-08-08 22:58:32 +00:00
5 changed files with 6 additions and 7 deletions

View File

@@ -21,7 +21,7 @@ jobs:
- name: Install helm
env:
# renovate: datasource=docker depName=alpine/helm
HELM_VERSION: "3.18.3"
HELM_VERSION: "3.18.4"
run: |
curl --fail --location --output /dev/stdout --silent --show-error https://get.helm.sh/helm-v${HELM_VERSION}-linux-$(dpkg --print-architecture).tar.gz | tar --extract --gzip --file /dev/stdin
mv linux-$(dpkg --print-architecture)/helm /usr/local/bin/

View File

@@ -15,7 +15,7 @@ env:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: alpine/helm:3.18.3
container: alpine/helm:3.18.4
steps:
- name: install tools
run: |

View File

@@ -1 +1 @@
charts/* @justusbunsi @pat-s
charts/*

View File

@@ -27,10 +27,6 @@ maintainers:
email: konrad.lother@novum-rgi.de
- name: Lucas Hahn
email: lucas.hahn@novum-rgi.de
- name: Steven Kriegler
email: sk.bunsenbrenner@gmail.com
- name: Patrick Schratz
email: patrick.schratz@gmail.com
dependencies:
# https://github.com/bitnami/charts/blob/main/bitnami/postgresql

View File

@@ -63,6 +63,9 @@
[Gitea](https://gitea.com) is a community managed lightweight code hosting solution written in Go.
It is published under the MIT license.
> :warning: This chart is currently unmaintained and in desperate need of a new maintainer.\
If you want to apply as a maintainer, please comment on [#916](https://gitea.com/gitea/helm-gitea/issues/916)
## Introduction
This helm chart has taken some inspiration from [jfelten's helm chart](https://github.com/jfelten/gitea-helm-chart).