feat(gitea): 升级gitea版本

这个提交包含在:
2024-09-02 12:54:13 +08:00
未验证
父节点 88145a73e6
当前提交 8d148b942e
修改 2 个文件,包含 3 行新增3 行删除
+2 -2
查看文件
@@ -7,7 +7,7 @@ spec:
repo: https://dl.gitea.com/charts repo: https://dl.gitea.com/charts
chart: gitea chart: gitea
targetNamespace: infra-devops targetNamespace: infra-devops
version: 10.1.4 version: 10.4.0
valuesContent: |- valuesContent: |-
affinity: affinity:
podAffinity: podAffinity:
@@ -36,7 +36,7 @@ spec:
postgresql-ha: postgresql-ha:
enabled: false enabled: false
image: image:
tag: 1.22.0 tag: 1.22.1
ingress: ingress:
enabled: true enabled: true
className: nginx className: nginx
+1 -1
查看文件
@@ -1,7 +1,7 @@
mirrors: mirrors:
"docker.io": "docker.io":
endpoint: endpoint:
- "docker.m.daocloud.io" - "proxy.1panel.live"
"registry.k8s.io": "registry.k8s.io":
endpoint: endpoint:
- "k8s.m.daocloud.io" - "k8s.m.daocloud.io"