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:
|
||||
runs-on: ubuntu-latest
|
||||
env:
|
||||
HELM_CHART_VERSION: "1.0.34"
|
||||
HELM_CHART_VERSION: "1.1.2"
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up Helm
|
||||
|
||||
@@ -112,12 +112,18 @@ spec:
|
||||
{{- else }}
|
||||
{{- if .Values.storage.cloud.active }}
|
||||
{{- range .Values.storage.folders }}
|
||||
{{- if or ( eq . "certificates" ) ( eq . "secrets" ) }}
|
||||
- name: local
|
||||
mountPath: "/app/{{ . }}"
|
||||
subPath: "{{ . }}"
|
||||
{{- else }}
|
||||
- name: cloud
|
||||
mountPath: "/app/web/app/{{ . }}"
|
||||
subPath: "{{ . }}"
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
@@ -81,12 +81,12 @@ secrets:
|
||||
|
||||
storage:
|
||||
kubernetes:
|
||||
- name: "pull-secret"
|
||||
type: "secret"
|
||||
files:
|
||||
- name: .dockerconfigjson
|
||||
content: |
|
||||
{"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
|
||||
# - name: "pull-secret"
|
||||
# type: "secret"
|
||||
# files:
|
||||
# - name: .dockerconfigjson
|
||||
# content: |
|
||||
# {"auths":{"ghcr.io":{"username":"ghcr.io","password":"ghcr.io","auth":"ghcr.io"}}}
|
||||
# - name: "secret01"
|
||||
# type: "secret"
|
||||
# files:
|
||||
@@ -140,6 +140,17 @@ init:
|
||||
# url: "https://url.to/content.zip"
|
||||
|
||||
email:
|
||||
relay:
|
||||
enabled: false
|
||||
relayName: "smtp-relay"
|
||||
relayHost: "relay.domain.com"
|
||||
relayPort: 2525
|
||||
# Generate automatically
|
||||
# relayUser: "relayuser"
|
||||
# relayPassword: "relaypassword"
|
||||
|
||||
|
||||
|
||||
smtpHost: ""
|
||||
smtpPort: ""
|
||||
smtpAuth: false
|
||||
|
||||
Reference in New Issue
Block a user