fix
This commit is contained in:
@@ -215,8 +215,7 @@ spec:
|
||||
mountPath: /tmp
|
||||
- name: data
|
||||
mountPath: /data
|
||||
- mountPath: /data/gitea/public/css
|
||||
name: gitea-themes
|
||||
|
||||
volumes:
|
||||
- name: init
|
||||
secret:
|
||||
@@ -226,9 +225,6 @@ spec:
|
||||
secret:
|
||||
secretName: gitea
|
||||
defaultMode: 110
|
||||
- configMap:
|
||||
name: gitea-themes
|
||||
name: gitea-themes
|
||||
- name: inline-config-sources
|
||||
secret:
|
||||
secretName: gitea-inline-config
|
||||
|
||||
@@ -56,7 +56,7 @@ data "kubernetes_ingress_v1" "authentik" {
|
||||
data "kustomization_overlay" "data" {
|
||||
common_labels = local.common_labels
|
||||
namespace = var.namespace
|
||||
resources = [for file in fileset(path.module, "*.yaml"): file if ! contains(["index.yaml", "v1_ConfigMap_gitea-themes.yaml"], file)]
|
||||
resources = [for file in fileset(path.module, "*.yaml"): file if ! contains(["index.yaml"], file)]
|
||||
patches {
|
||||
target {
|
||||
kind = "Secret"
|
||||
|
||||
@@ -1,5 +0,0 @@
|
||||
const NS=config.namespace;
|
||||
const SRC=src;
|
||||
fn pre_install() {
|
||||
shell(`kubectl create -n ${global::NS} -f ${global::SRC}/v1_ConfigMap_gitea-themes.yaml || :`);
|
||||
}
|
||||
@@ -161,7 +161,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -181,7 +181,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
postgresql:
|
||||
registry: ghcr.io
|
||||
repository: cloudnative-pg/postgresql
|
||||
@@ -202,7 +202,7 @@ options:
|
||||
pull_policy: IfNotPresent
|
||||
registry: docker.io
|
||||
repository: gitea/gitea
|
||||
tag: 1.21.11-rootless
|
||||
tag: 1.22.0-rootless
|
||||
properties:
|
||||
pull_policy:
|
||||
default: IfNotPresent
|
||||
@@ -218,7 +218,7 @@ options:
|
||||
default: gitea/gitea
|
||||
type: string
|
||||
tag:
|
||||
default: 1.21.11-rootless
|
||||
default: 1.22.0-rootless
|
||||
type: string
|
||||
type: object
|
||||
postgresql:
|
||||
@@ -493,9 +493,9 @@ options:
|
||||
- git
|
||||
type: string
|
||||
theme:
|
||||
default: gitea-modern
|
||||
default: gitea
|
||||
examples:
|
||||
- gitea-modern
|
||||
- gitea
|
||||
type: string
|
||||
timezone:
|
||||
default: Europe/Paris
|
||||
@@ -516,6 +516,7 @@ options:
|
||||
examples:
|
||||
- external
|
||||
- loopback
|
||||
- private
|
||||
- '*.yourdomain.com'
|
||||
type: string
|
||||
skip-tls-verify:
|
||||
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user