1 Commits

Author SHA1 Message Date
0256a10d60 chore(deps): update lockfiles 2026-05-03 00:02:39 +00:00
5 changed files with 6 additions and 18 deletions

View File

@ -11,7 +11,7 @@ on:
jobs:
check-and-test:
runs-on: ubuntu-latest
container: commitlint/commitlint:20.5.3
container: commitlint/commitlint:20.5.2
steps:
- uses: actions/checkout@v6
- name: check PR title

View File

@ -25,7 +25,7 @@ jobs:
- name: Install pnpm
uses: pnpm/action-setup@v6
with:
version: 11
version: 10
- uses: actions/checkout@v6
- name: install chart dependencies
run: helm dependency build

8
pnpm-lock.yaml generated
View File

@ -340,8 +340,8 @@ packages:
wrappy@1.0.2:
resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==}
yaml@2.8.3:
resolution: {integrity: sha512-AvbaCLOO2Otw/lW5bmh9d/WEdcDFdQp2Z2ZUH3pX9U2ihyUY0nvLv7J6TrWowklRGPYbB/IuIMfYgxaCPg5Bpg==}
yaml@2.8.4:
resolution: {integrity: sha512-ml/JPOj9fOQK8RNnWojA67GbZ0ApXAUlN2UQclwv2eVgTgn7O9gg9o7paZWKMp4g0H3nTLtS9LVzhkpOFIKzog==}
engines: {node: '>= 14.6'}
hasBin: true
@ -353,7 +353,7 @@ snapshots:
dot-object: 2.1.5
lodash: 4.18.1
markdown-table: 2.0.0
yaml: 2.8.3
yaml: 2.8.4
'@types/debug@4.1.13':
dependencies:
@ -759,4 +759,4 @@ snapshots:
wrappy@1.0.2: {}
yaml@2.8.3: {}
yaml@2.8.4: {}

View File

@ -49,16 +49,6 @@ storageClassName: {{ $storageClass | quote }}
{{- end -}}
{{- end -}}
{{/*
Resource definitions
*/}}
{{- define "gitea.actions.runner.resources" -}}
{{- end -}}
{{- define "gitea.actions.dind.resources" -}}
{{- end -}}
{{/*
Common labels
*/}}

View File

@ -75,7 +75,6 @@ statefulset:
digest: ""
pullPolicy: IfNotPresent
fullOverride: ""
resources: {}
extraVolumeMounts: []
extraEnvs:
[]
@ -105,7 +104,6 @@ statefulset:
digest: ""
pullPolicy: IfNotPresent
fullOverride: ""
resources: {}
extraVolumeMounts: []
# If the container keeps crashing in your environment, you might have to add the `DOCKER_IPTABLES_LEGACY` environment variable.