This PR contains the following updates: | Package | Update | Change | |---|---|---| | [gitea/gitea](https://togithub.com/go-gitea/gitea) | patch | `1.21.2-rootless` -> `1.21.3-rootless` | --- > [!WARNING] > Some dependencies could not be looked up. Check the Dependency Dashboard for more information. --- ### Release Notes <details> <summary>go-gitea/gitea (gitea/gitea)</summary> ### [`v1.21.3`](https://togithub.com/go-gitea/gitea/releases/tag/v1.21.3) [Compare Source](https://togithub.com/go-gitea/gitea/compare/v1.21.2...v1.21.3) - SECURITY - Update golang.org/x/crypto ([#​28519](https://togithub.com/go-gitea/gitea/issues/28519)) - API - chore(api): support ignore password if login source type is LDAP for creating user API ([#​28491](https://togithub.com/go-gitea/gitea/issues/28491)) ([#​28525](https://togithub.com/go-gitea/gitea/issues/28525)) - Add endpoint for not implemented Docker auth ([#​28457](https://togithub.com/go-gitea/gitea/issues/28457)) ([#​28462](https://togithub.com/go-gitea/gitea/issues/28462)) - ENHANCEMENTS - Add option to disable ambiguous unicode characters detection ([#​28454](https://togithub.com/go-gitea/gitea/issues/28454)) ([#​28499](https://togithub.com/go-gitea/gitea/issues/28499)) - Refactor SSH clone URL generation code ([#​28421](https://togithub.com/go-gitea/gitea/issues/28421)) ([#​28480](https://togithub.com/go-gitea/gitea/issues/28480)) - Polyfill SubmitEvent for PaleMoon ([#​28441](https://togithub.com/go-gitea/gitea/issues/28441)) ([#​28478](https://togithub.com/go-gitea/gitea/issues/28478)) - BUGFIXES - Fix the issue ref rendering for wiki ([#​28556](https://togithub.com/go-gitea/gitea/issues/28556)) ([#​28559](https://togithub.com/go-gitea/gitea/issues/28559)) - Fix duplicate ID when deleting repo ([#​28520](https://togithub.com/go-gitea/gitea/issues/28520)) ([#​28528](https://togithub.com/go-gitea/gitea/issues/28528)) - Only check online runner when detecting matching runners in workflows ([#​28286](https://togithub.com/go-gitea/gitea/issues/28286)) ([#​28512](https://togithub.com/go-gitea/gitea/issues/28512)) - Initalize stroage for orphaned repository doctor ([#​28487](https://togithub.com/go-gitea/gitea/issues/28487)) ([#​28490](https://togithub.com/go-gitea/gitea/issues/28490)) - Fix possible nil pointer access ([#​28428](https://togithub.com/go-gitea/gitea/issues/28428)) ([#​28440](https://togithub.com/go-gitea/gitea/issues/28440)) - Don't show unnecessary citation JS error on UI ([#​28433](https://togithub.com/go-gitea/gitea/issues/28433)) ([#​28437](https://togithub.com/go-gitea/gitea/issues/28437)) - DOCS - Update actions document about comparsion as Github Actions ([#​28560](https://togithub.com/go-gitea/gitea/issues/28560)) ([#​28564](https://togithub.com/go-gitea/gitea/issues/28564)) - Fix documents for "custom/public/assets/" ([#​28465](https://togithub.com/go-gitea/gitea/issues/28465)) ([#​28467](https://togithub.com/go-gitea/gitea/issues/28467)) - MISC - Fix inperformant query on retrifing review from database. ([#​28552](https://togithub.com/go-gitea/gitea/issues/28552)) ([#​28562](https://togithub.com/go-gitea/gitea/issues/28562)) - Improve the prompt for "ssh-keygen sign" ([#​28509](https://togithub.com/go-gitea/gitea/issues/28509)) ([#​28510](https://togithub.com/go-gitea/gitea/issues/28510)) - Update docs for DISABLE_QUERY_AUTH_TOKEN ([#​28485](https://togithub.com/go-gitea/gitea/issues/28485)) ([#​28488](https://togithub.com/go-gitea/gitea/issues/28488)) - Fix Chinese translation of config cheat sheet\[API] ([#​28472](https://togithub.com/go-gitea/gitea/issues/28472)) ([#​28473](https://togithub.com/go-gitea/gitea/issues/28473)) - Retry SSH key verification with additional CRLF if it failed ([#​28392](https://togithub.com/go-gitea/gitea/issues/28392)) ([#​28464](https://togithub.com/go-gitea/gitea/issues/28464)) 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 - "before 10pm on monday" in timezone Europe/Amsterdam, 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://togithub.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIn0=-->
133 lines
2.6 KiB
YAML
133 lines
2.6 KiB
YAML
image:
|
|
repository: gitea/gitea
|
|
tag: 1.21.3-rootless@sha256:00677d8d32eddb4c9c61ef2834ee89d9b269036c6918081c3971a6009e7ed2c0
|
|
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:
|
|
username: giteaadmin
|
|
password: r8sA8CPHD9!bt6d
|
|
email: "gitea@local.domain"
|
|
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
|
|
portal:
|
|
open:
|
|
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
|