Compare commits
11 Commits
dev-newcha
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 816ff471cb | |||
| 826884baff | |||
| 0b1258bebe | |||
| a1acf02233 | |||
| bae6a260f0 | |||
| 4876cdc866 | |||
| c2bdc364c0 | |||
| 596c4102ed | |||
| d862f7c132 | |||
| 7cbab35102 | |||
| 8b85ba35fa |
@@ -6,7 +6,7 @@ jobs:
|
|||||||
Explore-Gitea-Actions:
|
Explore-Gitea-Actions:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
env:
|
env:
|
||||||
HELM_CHART_VERSION: "1.0.34"
|
HELM_CHART_VERSION: "1.1.2"
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- name: Set up Helm
|
- name: Set up Helm
|
||||||
|
|||||||
@@ -112,10 +112,16 @@ spec:
|
|||||||
{{- else }}
|
{{- else }}
|
||||||
{{- if .Values.storage.cloud.active }}
|
{{- if .Values.storage.cloud.active }}
|
||||||
{{- range .Values.storage.folders }}
|
{{- range .Values.storage.folders }}
|
||||||
|
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
|
||||||
|
- name: local
|
||||||
|
mountPath: "/app/{{ . }}"
|
||||||
|
subPath: "{{ . }}"
|
||||||
|
{{- else }}
|
||||||
- name: cloud
|
- name: cloud
|
||||||
mountPath: "/app/web/app/{{ . }}"
|
mountPath: "/app/web/app/{{ . }}"
|
||||||
subPath: "{{ . }}"
|
subPath: "{{ . }}"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
|||||||
@@ -81,12 +81,12 @@ secrets:
|
|||||||
|
|
||||||
storage:
|
storage:
|
||||||
kubernetes:
|
kubernetes:
|
||||||
- name: "pull-secret"
|
# - name: "pull-secret"
|
||||||
type: "secret"
|
# type: "secret"
|
||||||
files:
|
# files:
|
||||||
- name: .dockerconfigjson
|
# - name: .dockerconfigjson
|
||||||
content: |
|
# content: |
|
||||||
{"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
|
# {"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
|
||||||
# - name: "secret01"
|
# - name: "secret01"
|
||||||
# type: "secret"
|
# type: "secret"
|
||||||
# files:
|
# files:
|
||||||
@@ -140,6 +140,17 @@ init:
|
|||||||
# url: "https://url.to/content.zip"
|
# url: "https://url.to/content.zip"
|
||||||
|
|
||||||
email:
|
email:
|
||||||
|
relay:
|
||||||
|
enabled: false
|
||||||
|
relayName: "smtp-relay"
|
||||||
|
relayHost: "relay.domain.com"
|
||||||
|
relayPort: 2525
|
||||||
|
# Generate automatically
|
||||||
|
# relayUser: "relayuser"
|
||||||
|
# relayPassword: "relaypassword"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
smtpHost: ""
|
smtpHost: ""
|
||||||
smtpPort: ""
|
smtpPort: ""
|
||||||
smtpAuth: false
|
smtpAuth: false
|
||||||
|
|||||||
Reference in New Issue
Block a user