diff --git a/apps/apps/halo/helmchart.yaml b/apps/apps/halo/helmchart.yaml index 6c4f6d0..c79a27b 100644 --- a/apps/apps/halo/helmchart.yaml +++ b/apps/apps/halo/helmchart.yaml @@ -22,7 +22,7 @@ spec: namespaceSelector: {} image: repository: halohub/halo-pro - tag: 2.22.11 + tag: 2.22.12 service: type: ClusterIP ingress: diff --git a/apps/infra/devops/flux/flux-instance.yaml b/apps/infra/devops/flux/flux-instance.yaml new file mode 100644 index 0000000..0fb0e57 --- /dev/null +++ b/apps/infra/devops/flux/flux-instance.yaml @@ -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" \ No newline at end of file diff --git a/apps/infra/devops/gitea/configmap-custom.yaml b/apps/infra/devops/gitea/configmap-templates.yaml similarity index 95% rename from apps/infra/devops/gitea/configmap-custom.yaml rename to apps/infra/devops/gitea/configmap-templates.yaml index 623467c..89ed57c 100644 --- a/apps/infra/devops/gitea/configmap-custom.yaml +++ b/apps/infra/devops/gitea/configmap-templates.yaml @@ -16,7 +16,7 @@ data:

{{AppName}}

-

dev.cm - Git {{ctx.Locale.Tr "repository"}}

+

Dev.cm - Git {{ctx.Locale.Tr "repository"}}

diff --git a/apps/infra/devops/gitea/helmchart.yaml b/apps/infra/devops/gitea/helmchart.yaml index 4c6bf10..8e50a7d 100644 --- a/apps/infra/devops/gitea/helmchart.yaml +++ b/apps/infra/devops/gitea/helmchart.yaml @@ -57,7 +57,7 @@ spec: podAnnotations: backup.velero.io/backup-volumes: data config: - APP_NAME: Git.dev.cm + APP_NAME: Git Dev.cm RUN_MODE: prod server: DOMAIN: git.dev.cm @@ -96,21 +96,22 @@ spec: SHOW_FOOTER_POWERED_BY: false log: 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: enabled: false extraVolumes: - name: gitea-custom-templates-volume configMap: name: gitea-custom-templates - items: - - key: home.tmpl - path: home.tmpl - - key: extra_links.tmpl - path: custom/extra_links.tmpl extraContainerVolumeMounts: - name: gitea-custom-templates-volume - readOnly: true - mountPath: /data/gitea/templates + subPath: home.tmpl + mountPath: /data/gitea/templates/home.tmpl + - name: gitea-custom-templates-volume + subPath: extra_links.tmpl + mountPath: /data/gitea/templates/custom/extra_links.tmpl