Compare commits
1 Commits
13dee4241b
...
f729a812df
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f729a812df |
@@ -11,7 +11,7 @@ metadata:
|
|||||||
annotations:
|
annotations:
|
||||||
argocd/app-name: nextcloud
|
argocd/app-name: nextcloud
|
||||||
argocd/app-namespace: nextcloud
|
argocd/app-namespace: nextcloud
|
||||||
backstage.io/techdocs-ref: dir:.
|
backstage.io/techdocs-ref: value
|
||||||
spec:
|
spec:
|
||||||
type: service
|
type: service
|
||||||
lifecycle: production
|
lifecycle: production
|
||||||
|
|||||||
@@ -1 +0,0 @@
|
|||||||
# NextCloud
|
|
||||||
@@ -48,7 +48,6 @@ patches:
|
|||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
data:
|
data:
|
||||||
accounts.admin: "apiKey, login"
|
accounts.admin: "apiKey, login"
|
||||||
accounts.backstage.enabled: "true"
|
|
||||||
admin.enabled: "true"
|
admin.enabled: "true"
|
||||||
kustomize.buildOptions: --enable-helm
|
kustomize.buildOptions: --enable-helm
|
||||||
url: https://cd.dgse.cloud
|
url: https://cd.dgse.cloud
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: mailu
|
- name: mailu
|
||||||
repo: https://mailu.github.io/helm-charts/
|
repo: https://mailu.github.io/helm-charts/
|
||||||
version: 2.6.1
|
version: 2.6.0
|
||||||
releaseName: mailu
|
releaseName: mailu
|
||||||
namespace: mailu
|
namespace: mailu
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: nextcloud
|
- name: nextcloud
|
||||||
repo: https://nextcloud.github.io/helm/
|
repo: https://nextcloud.github.io/helm/
|
||||||
version: 8.5.2
|
version: 8.5.1
|
||||||
releaseName: nextcloud
|
releaseName: nextcloud
|
||||||
namespace: nextcloud
|
namespace: nextcloud
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
site_name: "Nextcloud"
|
|
||||||
site_description: "Self-hosted file hosting service"
|
|
||||||
nav:
|
|
||||||
- Introduction: index.md
|
|
||||||
plugins:
|
|
||||||
- techdocs-core
|
|
||||||
Reference in New Issue
Block a user