Skip to content
Snippets Groups Projects
Unverified Commit 99d4dd26 authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Updated gitea chart to use latest dependencies (#123)

parent 06599503
No related branches found
No related tags found
No related merge requests found
dependencies: dependencies:
- name: mariadb - name: mariadb
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.1.5 version: 0.2.0
- name: postgres - name: postgres
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.1.3 version: 0.2.0
- name: redis - name: redis
repository: https://groundhog2k.github.io/helm-charts repository: https://groundhog2k.github.io/helm-charts
version: 0.1.2 version: 0.2.0
digest: sha256:1208361a2b8fe146093eb729dd3e4ed18bd43abe065f149d542d32e65aec4580 digest: sha256:af6eae5c008d192ad641787586c71f96d4bdf3893e00fc3df087dd09ec951655
generated: "2020-11-29T11:18:31.882046+01:00" generated: "2020-12-11T20:00:57.6829646+01:00"
...@@ -8,21 +8,21 @@ maintainers: ...@@ -8,21 +8,21 @@ maintainers:
- name: groundhog2k - name: groundhog2k
# This is the chart version # This is the chart version
version: 0.1.2 version: 0.2.0
# This is the version number of the application being deployed. # This is the version number of the application being deployed.
appVersion: "1.13.0" appVersion: "1.13.0"
dependencies: dependencies:
- name: mariadb - name: mariadb
version: 0.1.5 version: 0.2.0
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: mariadb.enabled condition: mariadb.enabled
- name: postgres - name: postgres
version: 0.1.3 version: 0.2.0
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: postgres.enabled condition: postgres.enabled
- name: redis - name: redis
version: 0.1.2 version: 0.2.0
repository: "https://groundhog2k.github.io/helm-charts" repository: "https://groundhog2k.github.io/helm-charts"
condition: redis.enabled condition: redis.enabled
# Gitea # Gitea
![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square) ![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.13.0](https://img.shields.io/badge/AppVersion-1.13.0-informational?style=flat-square)
A Helm chart for Gitea on Kubernetes A Helm chart for Gitea on Kubernetes
...@@ -15,7 +15,7 @@ $ helm install my-release groundhog2k/gitea ...@@ -15,7 +15,7 @@ $ helm install my-release groundhog2k/gitea
This chart uses the original [Gitea from Docker](https://hub.docker.com/r/gitea/gitea) to deploy Gitea in Kubernetes. This chart uses the original [Gitea from Docker](https://hub.docker.com/r/gitea/gitea) to deploy Gitea in Kubernetes.
It allows fully supports deployment of the [ARM64v8 image of Gitea](https://hub.docker.com/layers/gitea/gitea/linux-arm64/images/sha256-21cf22dace8dcd3ccd3188a65380ae028b9dc891a9385caeb0db27b62c3d7a42?context=explore) on a ARM64 based Kubernetes cluster just by exchanging the existing `node.selector` value. It fully supports deployment of arm64v8 and amd64 multi-architecture docker image. Just set the `nodeSelector` value to `kubernetes.io/arch: "arm64"` (default is `"amd64"`)
## Prerequisites ## Prerequisites
...@@ -43,9 +43,9 @@ $ helm uninstall my-release ...@@ -43,9 +43,9 @@ $ helm uninstall my-release
| Repository | Name | Version | | Repository | Name | Version |
|------------|------|---------| |------------|------|---------|
| @groundhog2k | mariadb | 0.1.5 | | @groundhog2k | mariadb | 0.2.0 |
| @groundhog2k | postgres | 0.1.3 | | @groundhog2k | postgres | 0.2.0 |
| @groundhog2k | redis | 0.1.2 | | @groundhog2k | redis | 0.2.0 |
## Common parameters ## Common parameters
......
File deleted
File added
File deleted
File added
File deleted
File added
## Default values for Gitea deployment ## Default values for Gitea deployment
## Gitea docker image ## Gitea docker image
## use tag *-linux-arm64 for the same image on ARM64v8
image: image:
repository: gitea/gitea repository: gitea/gitea
pullPolicy: IfNotPresent pullPolicy: IfNotPresent
...@@ -104,7 +103,7 @@ readinessProbe: ...@@ -104,7 +103,7 @@ readinessProbe:
periodSeconds: 10 periodSeconds: 10
## Default node type for the image ## Default node type for the image
## use arm64v8 for the *-linux-arm64 image ## use arm64 for the arm64 image
nodeSelector: nodeSelector:
kubernetes.io/arch: amd64 kubernetes.io/arch: amd64
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment