feat(helm): update image tag to 2.22.12 and modify app name in config; add Flux instance manifest
这个提交包含在:
@@ -22,7 +22,7 @@ spec:
|
|||||||
namespaceSelector: {}
|
namespaceSelector: {}
|
||||||
image:
|
image:
|
||||||
repository: halohub/halo-pro
|
repository: halohub/halo-pro
|
||||||
tag: 2.22.11
|
tag: 2.22.12
|
||||||
service:
|
service:
|
||||||
type: ClusterIP
|
type: ClusterIP
|
||||||
ingress:
|
ingress:
|
||||||
|
|||||||
@@ -0,0 +1,22 @@
|
|||||||
|
apiVersion: fluxcd.controlplane.io/v1
|
||||||
|
kind: FluxInstance
|
||||||
|
metadata:
|
||||||
|
name: flux
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
distribution:
|
||||||
|
version: "2.x"
|
||||||
|
registry: "ghcr.io/fluxcd"
|
||||||
|
artifact: "oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests"
|
||||||
|
components:
|
||||||
|
- source-controller
|
||||||
|
- source-watcher
|
||||||
|
- kustomize-controller
|
||||||
|
- helm-controller
|
||||||
|
- notification-controller
|
||||||
|
cluster:
|
||||||
|
type: kubernetes
|
||||||
|
size: small
|
||||||
|
multitenant: false
|
||||||
|
networkPolicy: true
|
||||||
|
domain: "cluster.local"
|
||||||
+1
-1
@@ -16,7 +16,7 @@ data:
|
|||||||
<h1 class="ui icon header title">
|
<h1 class="ui icon header title">
|
||||||
{{AppName}}
|
{{AppName}}
|
||||||
</h1>
|
</h1>
|
||||||
<h2><a href="https://dev.cm">dev.cm</a> - Git {{ctx.Locale.Tr "repository"}}</h2>
|
<h2><a href="https://dev.cm">Dev.cm</a> - Git {{ctx.Locale.Tr "repository"}}</h2>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
@@ -57,7 +57,7 @@ spec:
|
|||||||
podAnnotations:
|
podAnnotations:
|
||||||
backup.velero.io/backup-volumes: data
|
backup.velero.io/backup-volumes: data
|
||||||
config:
|
config:
|
||||||
APP_NAME: Git.dev.cm
|
APP_NAME: Git Dev.cm
|
||||||
RUN_MODE: prod
|
RUN_MODE: prod
|
||||||
server:
|
server:
|
||||||
DOMAIN: git.dev.cm
|
DOMAIN: git.dev.cm
|
||||||
@@ -96,21 +96,22 @@ spec:
|
|||||||
SHOW_FOOTER_POWERED_BY: false
|
SHOW_FOOTER_POWERED_BY: false
|
||||||
log:
|
log:
|
||||||
LEVEL: Info
|
LEVEL: Info
|
||||||
|
ui:
|
||||||
|
THEMES: gitea-auto, gitea-light, gitea-dark, github-auto, github-light, github-dark, github-soft-dark
|
||||||
|
DEFAULT_THEME: github-auto
|
||||||
valkey-cluster:
|
valkey-cluster:
|
||||||
enabled: false
|
enabled: false
|
||||||
extraVolumes:
|
extraVolumes:
|
||||||
- name: gitea-custom-templates-volume
|
- name: gitea-custom-templates-volume
|
||||||
configMap:
|
configMap:
|
||||||
name: gitea-custom-templates
|
name: gitea-custom-templates
|
||||||
items:
|
|
||||||
- key: home.tmpl
|
|
||||||
path: home.tmpl
|
|
||||||
- key: extra_links.tmpl
|
|
||||||
path: custom/extra_links.tmpl
|
|
||||||
extraContainerVolumeMounts:
|
extraContainerVolumeMounts:
|
||||||
- name: gitea-custom-templates-volume
|
- name: gitea-custom-templates-volume
|
||||||
readOnly: true
|
subPath: home.tmpl
|
||||||
mountPath: /data/gitea/templates
|
mountPath: /data/gitea/templates/home.tmpl
|
||||||
|
- name: gitea-custom-templates-volume
|
||||||
|
subPath: extra_links.tmpl
|
||||||
|
mountPath: /data/gitea/templates/custom/extra_links.tmpl
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
在新议题中引用
屏蔽一个用户