Skip to content

Commit ee3f650

Browse files
authored
Merge branch 'main' into ci-update-thanos-to-15.14.1
2 parents 5c04bac + 886374a commit ee3f650

File tree

5 files changed

+78
-16
lines changed

5 files changed

+78
-16
lines changed

apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ appsInfo:
5555
integration: ExternalDNS is used by App Platform to make public service domains accessible by registering them with App Platform's load balancer CNAME or IP address. When ExternalDNS is not enabled (default), then App Platform will rely on nip.io to create host names for all services.
5656
gitea:
5757
title: Gitea Self-hosted GIT
58-
appVersion: 1.24.7
58+
appVersion: 1.25.4
5959
repo: https://github.com/go-gitea/gitea
6060
maintainers: Gitea
6161
relatedLinks:

chart/chart-index/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies:
3232
version: 1.20.0
3333
repository: https://kubernetes-sigs.github.io/external-dns
3434
- name: gitea
35-
version: 12.4.0
35+
version: 12.5.0
3636
repository: https://dl.gitea.io/charts
3737
- name: harbor
3838
version: 1.18.1

charts/gitea/Chart.yaml

Lines changed: 72 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,82 @@
11
annotations:
22
artifacthub.io/changes: |
3+
- kind: changed
4+
description: update dependency go-gitea/gitea to v1.25.4 (#1012)
35
- kind: fixed
4-
description: use bitnamilegacy images (#962)
6+
description: remove deployment.labels from selector.matchLabels (#1011)
7+
- kind: changed
8+
description: update lockfiles (#1009)
9+
- kind: changed
10+
description: update lockfiles (#1008)
11+
- kind: changed
12+
description: update lockfiles (#1006)
13+
- kind: changed
14+
description: update unittests/bash/test_helper/bats-mock digest to db2acdc (#1002)
15+
- kind: changed
16+
description: update unittests/bash/test_helper/bats-mock digest to c5674ff (#1000)
17+
- kind: changed
18+
description: update dependency go-gitea/gitea to v1.25.3 (#999)
19+
- kind: changed
20+
description: update dependency markdownlint-cli to ^0.47.0 (#998)
21+
- kind: changed
22+
description: update unittests/bash/test_helper/bats-mock digest to 1ce6b03 (#997)
23+
- kind: changed
24+
description: update lockfiles (#996)
25+
- kind: changed
26+
description: update workflow dependencies (minor & patch) (#995)
27+
- kind: changed
28+
description: update actions/checkout action to v6 (#989)
29+
- kind: changed
30+
description: update lockfiles (#994)
31+
- kind: changed
32+
description: update bats testing framework (#992)
33+
- kind: changed
34+
description: update dependency go-gitea/gitea to v1.25.2 (#990)
35+
- kind: changed
36+
description: update dependency markdownlint-cli to ^0.46.0 (#988)
537
- kind: changed
6-
description: update dependency helm-unittest/helm-unittest to v1.0.2 (#960)
38+
description: update unittests/bash/test_helper/bats-mock digest to 7839917 (#987)
739
- kind: changed
8-
description: update commitlint/commitlint docker tag to v20 (#957)
40+
description: update lockfiles (#986)
41+
- kind: changed
42+
description: update lockfiles (#985)
43+
- kind: changed
44+
description: update docker.io/thegeeklab/git-sv docker tag to v2.0.7 (#984)
45+
- kind: changed
46+
description: update bats testing framework (#983)
47+
- kind: changed
48+
description: update dependency go-gitea/gitea to v1.25.1 (#981)
49+
- kind: fixed
50+
description: add yamllint as dedicated target
51+
- kind: changed
52+
description: add missing new line
53+
- kind: fixed
54+
description: 'avoid duplicated nodeSelector #980'
55+
- kind: changed
56+
description: update unittests/bash/bats digest to f423e84 (#978)
57+
- kind: changed
58+
description: update dependency go-gitea/gitea to v1.25.0 (#976)
59+
- kind: changed
60+
description: update dependency go-gitea/gitea to v1.24.7 (#975)
61+
- kind: changed
62+
description: update docker.io/thegeeklab/git-sv docker tag to v2.0.6 (#974)
63+
- kind: changed
64+
description: update bats testing framework (#967)
65+
- kind: changed
66+
description: update lockfiles (#970)
67+
- kind: changed
68+
description: update lockfiles (#969)
69+
- kind: fixed
70+
description: add annotation 'artifacthub.io/links'
971
- kind: changed
10-
description: update lockfiles (#956)
72+
description: update dependency helm-unittest/helm-unittest to v1.0.3 (#964)
1173
- kind: changed
12-
description: update alpine/helm docker tag to v3.19.0 (#954)
74+
description: update lockfiles (#961)
75+
artifacthub.io/links: |
76+
- name: support
77+
url: https://gitea.com/gitea/helm-gitea/issues
1378
apiVersion: v2
14-
appVersion: 1.25.2
79+
appVersion: 1.25.4
1580
dependencies:
1681
- condition: postgresql.enabled
1782
name: postgresql
@@ -53,4 +118,4 @@ sources:
53118
- https://github.com/go-gitea/gitea
54119
- https://docker.gitea.com/gitea
55120
type: application
56-
version: 12.4.0
121+
version: 12.5.0

charts/gitea/templates/gitea/deployment.yaml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ spec:
2424
selector:
2525
matchLabels:
2626
{{- include "gitea.selectorLabels" . | nindent 6 }}
27-
{{- if .Values.deployment.labels }}
28-
{{- toYaml .Values.deployment.labels | nindent 6 }}
29-
{{- end }}
3027
template:
3128
metadata:
3229
annotations:
@@ -370,9 +367,9 @@ spec:
370367
hostAliases:
371368
{{- toYaml . | nindent 8 }}
372369
{{- end }}
373-
{{- range $key, $value := .Values.nodeSelector }}
370+
{{- with .Values.nodeSelector }}
374371
nodeSelector:
375-
{{ $key }}: {{ $value | quote }}
372+
{{- toYaml . | nindent 8 }}
376373
{{- end }}
377374
{{- with .Values.affinity }}
378375
affinity:
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{{- range .Values.extraDeploy }}
22
---
33
{{- if typeIs "string" . }}
4-
{{- tpl . $ }}
4+
{{ tpl . $ }}
55
{{- else }}
6-
{{- tpl (. | toYaml) $ }}
6+
{{ tpl (. | toYaml) $ }}
77
{{- end }}
88
{{- end }}

0 commit comments

Comments
 (0)