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: jobs:
check-and-test: check-and-test:
runs-on: ubuntu-latest runs-on: ubuntu-latest
container: commitlint/commitlint:20.5.3 container: commitlint/commitlint:20.5.2
steps: steps:
- uses: actions/checkout@v6 - uses: actions/checkout@v6
- name: check PR title - name: check PR title

View File

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

8
pnpm-lock.yaml generated
View File

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

View File

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

View File

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