This PR contains the following updates: | Package | Update | Change | |---|---|---| | [docker.io/gitea/gitea](https://redirect.github.com/go-gitea/gitea) | patch | `37b3500` -> `fc76050` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. Add the preset `:preserveSemverRanges` to your config if you don't want to pin your dependencies. --- ### Release Notes <details> <summary>go-gitea/gitea (docker.io/gitea/gitea)</summary> ### [`v1.24.4`](https://redirect.github.com/go-gitea/gitea/releases/tag/v1.24.4) [Compare Source](https://redirect.github.com/go-gitea/gitea/compare/v1.24.3...v1.24.4) - BUGFIXES - Fix various bugs (1.24) ([#​35186](https://redirect.github.com/go-gitea/gitea/issues/35186)) - Fix migrate input box bug ([#​35166](https://redirect.github.com/go-gitea/gitea/issues/35166)) ([#​35171](https://redirect.github.com/go-gitea/gitea/issues/35171)) - Only hide dropzone when no files have been uploaded ([#​35156](https://redirect.github.com/go-gitea/gitea/issues/35156)) ([#​35167](https://redirect.github.com/go-gitea/gitea/issues/35167)) - Fix review comment/dimiss comment x reference can be refereced back ([#​35094](https://redirect.github.com/go-gitea/gitea/issues/35094)) ([#​35099](https://redirect.github.com/go-gitea/gitea/issues/35099)) - Fix submodule nil check ([#​35096](https://redirect.github.com/go-gitea/gitea/issues/35096)) ([#​35098](https://redirect.github.com/go-gitea/gitea/issues/35098)) - MISC - Don't use full-file highlight when there is a git diff textconv ([#​35114](https://redirect.github.com/go-gitea/gitea/issues/35114)) ([#​35119](https://redirect.github.com/go-gitea/gitea/issues/35119)) - Increase gap on latest commit ([#​35104](https://redirect.github.com/go-gitea/gitea/issues/35104)) ([#​35113](https://redirect.github.com/go-gitea/gitea/issues/35113)) Instances on **[Gitea Cloud](https://cloud.gitea.com)** will be automatically upgraded to this version during the specified maintenance window. </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://redirect.github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0MS40NS4wIiwidXBkYXRlZEluVmVyIjoiNDEuNDUuMCIsInRhcmdldEJyYW5jaCI6Im1hc3RlciIsImxhYmVscyI6WyJhdXRvbWVyZ2UiLCJyZW5vdmF0ZS9jb250YWluZXIiLCJ0eXBlL3BhdGNoIl19-->
134 lines
2.7 KiB
YAML
134 lines
2.7 KiB
YAML
image:
|
|
repository: docker.io/gitea/gitea
|
|
tag: 1.24.4-rootless@sha256:fc76050d5f78fb0f59fdd859bab9a671cc6c0c43e3478dddf25d594d90a74034
|
|
pullPolicy: IfNotPresent
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 10037
|
|
targetPort: 3000
|
|
ssh:
|
|
enabled: true
|
|
ports:
|
|
ssh:
|
|
enabled: true
|
|
port: 2222
|
|
targetPort: 2222
|
|
persistence:
|
|
data:
|
|
enabled: true
|
|
mountPath: "/data"
|
|
targetSelectAll: true
|
|
varlib:
|
|
enabled: true
|
|
mountPath: "/var/lib/gitea"
|
|
type: emptyDir
|
|
# Configure commit/action signing prerequisites
|
|
signing:
|
|
enabled: true
|
|
gpgHome: /data/git/.gnupg
|
|
|
|
admin:
|
|
# existingSecret: gitea-admin-secret
|
|
username: giteaadmin
|
|
password: r8sA8CPHD9!bt6d
|
|
email: "gitea@local.domain"
|
|
passwordMode: keepUpdated # Options: initialOnlyNoReset, initialOnlyRequireReset, or keepUpdated
|
|
metrics:
|
|
main:
|
|
enabled: true
|
|
type: "servicemonitor"
|
|
endpoints:
|
|
- port: main
|
|
path: /metrics
|
|
ldap:
|
|
enabled: false
|
|
# name:
|
|
# securityProtocol:
|
|
# host:
|
|
# port:
|
|
# userSearchBase:
|
|
# userFilter:
|
|
# adminFilter:
|
|
# emailAttribute:
|
|
# bindDn:
|
|
# bindPassword:
|
|
# usernameAttribute:
|
|
# sshPublicKeyAttribute:
|
|
oauth:
|
|
enabled: false
|
|
# name:
|
|
# provider:
|
|
# key:
|
|
# secret:
|
|
# autoDiscoverUrl:
|
|
# useCustomUrls:
|
|
# customAuthUrl:
|
|
# customTokenUrl:
|
|
# customProfileUrl:
|
|
# customEmailUrl:
|
|
config:
|
|
APP_NAME: "Gitea: Git with a cup of tea"
|
|
RUN_MODE: dev
|
|
ALLOWED_HOST_LIST: "127.0.0.1"
|
|
nodeIP: 127.0.0.1
|
|
customConfig: []
|
|
# - name: test
|
|
# keys:
|
|
# - name: testkey
|
|
# value: testvalue
|
|
|
|
# Enabled postgres
|
|
cnpg:
|
|
main:
|
|
enabled: true
|
|
user: gitea
|
|
database: gitea
|
|
# -- memcached dependency settings
|
|
memcached:
|
|
enabled: true
|
|
|
|
securityContext:
|
|
container:
|
|
runAsUser: 1000
|
|
runAsGroup: 1000
|
|
fsGroup: 1000
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
initContainers:
|
|
1-init-directories:
|
|
enabled: true
|
|
imageSelector: image
|
|
type: init
|
|
command:
|
|
- "/usr/sbin/init_directory_structure.sh"
|
|
securityContext:
|
|
runAsUser: 0
|
|
runAsNonRoot: false
|
|
envFrom:
|
|
- configMapRef:
|
|
name: gitea-env
|
|
2-configure-gitea:
|
|
enabled: true
|
|
imageSelector: image
|
|
type: init
|
|
command:
|
|
- "/usr/sbin/configure_gitea.sh"
|
|
envFrom:
|
|
- configMapRef:
|
|
name: gitea-env
|
|
containers:
|
|
main:
|
|
probes:
|
|
liveness:
|
|
type: tcp
|
|
readiness:
|
|
type: tcp
|
|
startup:
|
|
type: tcp
|
|
envFrom:
|
|
- configMapRef:
|
|
name: gitea-env
|