Skip to content

Commit

Permalink
gitea 1.21 needs new assets path
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Dec 2, 2023
1 parent 0eb1c80 commit c9a64b1
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 34 deletions.
6 changes: 3 additions & 3 deletions helm/gitea/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.7.0
version: 0.7.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "1.20.5"
appVersion: "1.21.1"

sources:
- https://github.com/highcanfly-club/helm-repo/tree/main/charts/gitea
Expand All @@ -32,4 +32,4 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
- name: redis
version: 18.2.0
repository: https://charts.bitnami.com/bitnami
repository: https://charts.bitnami.com/bitnami
62 changes: 31 additions & 31 deletions helm/gitea/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,34 +46,34 @@ gitea:
memory: 128Mi
cpu: 500m
extraEnvVars:
- name: GITEA_SMTP_ENABLED
value: "false"
- name: GITEA_CUSTOM
value: /opt/bitnami/gitea/custom
- name: GITEA_SMTP_FROM
value: "no-reply-gitea@sctg.eu.org"
- name: BACKUP_FROM
value: "backup-gitea@example.org"
- name: BACKUP_TO
value: "admin@example.org"
- name: FQDN
value: gitea.example.org
- name: GITEA_LFS_START_SERVER
value: "true"
- name: GITEA_REDIS
value: "true"
- name: GITEA_SMTP_ENABLED
value: "false"
- name: GITEA_CUSTOM
value: /opt/bitnami/gitea/custom
- name: GITEA_SMTP_FROM
value: "no-reply-gitea@sctg.eu.org"
- name: BACKUP_FROM
value: "backup-gitea@example.org"
- name: BACKUP_TO
value: "admin@example.org"
- name: FQDN
value: gitea.example.org
- name: GITEA_LFS_START_SERVER
value: "true"
- name: GITEA_REDIS
value: "true"
extraVolumes:
- name: "logo-svg"
configMap:
name: gitea-logo-configmap
- name: "templates"
configMap:
name: gitea-templates-configmap
- name: "logo-svg"
configMap:
name: gitea-logo-configmap
- name: "templates"
configMap:
name: gitea-templates-configmap
extraVolumeMounts:
- name: "logo-svg"
mountPath: /opt/bitnami/gitea/custom/public/img
- name: "templates"
mountPath: /opt/bitnami/gitea/custom/templates
- name: "logo-svg"
mountPath: /opt/bitnami/gitea/custom/public/assets/img
- name: "templates"
mountPath: /opt/bitnami/gitea/custom/templates
updateStrategy:
type: Recreate
rollingUpdate: null
Expand All @@ -99,10 +99,10 @@ pgadmin:
ingress:
enabled: true
hosts:
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
- host: chart-example.local
paths:
- path: /
pathType: ImplementationSpecific
tls: []
autoscaling:
enabled: false
Expand Down Expand Up @@ -174,4 +174,4 @@ cloudflared:
tag: latest
imagePullSecrets: []
nameOverride: ""
fullnameOverride: ""
fullnameOverride: ""

0 comments on commit c9a64b1

Please sign in to comment.