11 Commits

Author SHA1 Message Date
816ff471cb Fix unquoted certificates error
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-02-27 08:32:25 +00:00
826884baff Fixed default vaule
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-02-27 08:29:08 +00:00
0b1258bebe Update version to 1.1
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 3s
2024-02-27 08:27:32 +00:00
a1acf02233 Add secret fields to specification
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 5s
2024-02-26 16:01:05 +00:00
bae6a260f0 Merge branch 'dev-newchart'
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-02-26 15:51:54 +00:00
4876cdc866 Update Chart/templates/deployment.yaml 2024-02-23 18:16:32 +00:00
c2bdc364c0 Update Chart/templates/deployment.yaml 2024-02-22 15:12:52 +00:00
596c4102ed Changed to tag
All checks were successful
Upload Helm Chart / Explore-Gitea-Actions (push) Successful in 2s
2024-01-06 12:01:46 +01:00
d862f7c132 Added helm chart upload 2024-01-06 11:59:34 +01:00
7cbab35102 Merge branch 'dev-newchart' 2024-01-06 11:50:35 +01:00
8b85ba35fa Disabled job template 2023-09-05 17:28:56 +02:00
3 changed files with 24 additions and 7 deletions

View File

@@ -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

View File

@@ -112,10 +112,16 @@ 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 }}

View File

@@ -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