Compare commits
1 Commits
renovate/v
...
865fec34c8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
865fec34c8 |
@@ -7,7 +7,7 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: 📥Checkout
|
- name: 📥Checkout
|
||||||
uses: actions/checkout@v6
|
uses: actions/checkout@v5
|
||||||
- name: 🚀Validating the manifests
|
- name: 🚀Validating the manifests
|
||||||
uses: frenck/action-yamllint@v1.5.0
|
uses: frenck/action-yamllint@v1.5.0
|
||||||
with:
|
with:
|
||||||
|
|||||||
@@ -1,26 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Domain
|
|
||||||
metadata:
|
|
||||||
name: dgse-cloud
|
|
||||||
description: "Infrastructure for DGSE Cloud services."
|
|
||||||
spec:
|
|
||||||
owner: dgse-cloud
|
|
||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Location
|
|
||||||
metadata:
|
|
||||||
name: artemis-cluster
|
|
||||||
description: A collection of all entities running on the Artemis cluster
|
|
||||||
spec:
|
|
||||||
targets:
|
|
||||||
- ./clusters/artemis/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/argocd/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/cnpg/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/digital-garden/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/external-secrets/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/gitea/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/gitea-runners/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/immich/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/mailu/catalog.yaml
|
|
||||||
- ./clusters/artemis/apps/nextcloud/catalog.yaml
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: argocd
|
|
||||||
description: "ArgoCD is a declarative, GitOps continuous delivery tool for Kubernetes."
|
|
||||||
links:
|
|
||||||
- url: https://cd.dgse.cloud
|
|
||||||
title: Dashboard
|
|
||||||
icon: dashboard
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: argocd
|
|
||||||
argocd/app-namespace: argocd
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: cnpg
|
|
||||||
description: "CloudNativePG is a Kubernetes operator that manages PostgreSQL databases in a cloud-native way."
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: cnpg
|
|
||||||
argocd/app-namespace: cnpg-system
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: digital-garden
|
|
||||||
description: "A collection of notes, essays, and other writing that is published on the web."
|
|
||||||
links:
|
|
||||||
- url: https://groothuis.io
|
|
||||||
title: Public Website
|
|
||||||
icon: web
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: digital-garden
|
|
||||||
argocd/app-namespace: digital-garden
|
|
||||||
spec:
|
|
||||||
type: website
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,14 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: external-secrets
|
|
||||||
description: "Vault Secrets Operator to sync secrets from Vault to Kubernetes"
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: external-secrets
|
|
||||||
argocd/app-namespace: external-secrets
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: gitea-runners
|
|
||||||
description: "Gitea Action Runners"
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: gitea-runners
|
|
||||||
argocd/app-namespace: gitea-runners
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
dependencyOf:
|
|
||||||
- component:gitea
|
|
||||||
@@ -1,20 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: gitea
|
|
||||||
description: "Self-hosted Git Server"
|
|
||||||
links:
|
|
||||||
- url: https://git.dgse.cloud
|
|
||||||
title: Git Server
|
|
||||||
icon: web
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: gitea
|
|
||||||
argocd/app-namespace: gitea
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
dependsOn:
|
|
||||||
- Component:gitea-runners
|
|
||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: immich
|
|
||||||
description: "Self-hosted photo and video backup solution directly from your mobile phone."
|
|
||||||
links:
|
|
||||||
- url: https://photos.dgse.cloud
|
|
||||||
title: Git Server
|
|
||||||
icon: web
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: immich
|
|
||||||
argocd/app-namespace: immich
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -2,15 +2,15 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: AppProject
|
kind: AppProject
|
||||||
metadata:
|
metadata:
|
||||||
name: osx
|
name: kener
|
||||||
spec:
|
spec:
|
||||||
description: osx container to proxy shortcuts
|
description: Monitoring tool
|
||||||
sourceRepos:
|
sourceRepos:
|
||||||
- '*'
|
- '*'
|
||||||
sourceNamespaces:
|
sourceNamespaces:
|
||||||
- '*'
|
- '*'
|
||||||
destinations:
|
destinations:
|
||||||
- namespace: 'osx'
|
- namespace: 'kener'
|
||||||
server: '*'
|
server: '*'
|
||||||
clusterResourceWhitelist:
|
clusterResourceWhitelist:
|
||||||
- group: '*'
|
- group: '*'
|
||||||
@@ -1,20 +1,20 @@
|
|||||||
apiVersion: argoproj.io/v1alpha1
|
apiVersion: argoproj.io/v1alpha1
|
||||||
kind: Application
|
kind: Application
|
||||||
metadata:
|
metadata:
|
||||||
name: osx
|
name: kener
|
||||||
namespace: osx
|
namespace: kener
|
||||||
labels:
|
labels:
|
||||||
platform.dgse.cloud/cluster: artemis
|
platform.dgse.cloud/cluster: artemis
|
||||||
finalizers:
|
finalizers:
|
||||||
- resources-finalizer.argocd.argoproj.io
|
- resources-finalizer.argocd.argoproj.io
|
||||||
spec:
|
spec:
|
||||||
project: osx
|
project: kener
|
||||||
source:
|
source:
|
||||||
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
|
||||||
path: manifests/artemis/osx
|
path: manifests/artemis/kener
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
destination:
|
destination:
|
||||||
namespace: osx
|
namespace: kener
|
||||||
name: in-cluster
|
name: in-cluster
|
||||||
syncPolicy:
|
syncPolicy:
|
||||||
syncOptions:
|
syncOptions:
|
||||||
@@ -18,4 +18,3 @@ resources:
|
|||||||
- immich
|
- immich
|
||||||
- digital-garden
|
- digital-garden
|
||||||
- nextcloud
|
- nextcloud
|
||||||
- osx
|
|
||||||
|
|||||||
@@ -1,18 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: mailu
|
|
||||||
description: "Self-hosted mail server"
|
|
||||||
links:
|
|
||||||
- url: https://mail.dgse.cloud
|
|
||||||
title: Mail Server
|
|
||||||
icon: web
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: mailu
|
|
||||||
argocd/app-namespace: mailu
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: Component
|
|
||||||
metadata:
|
|
||||||
name: nextcloud
|
|
||||||
description: "Self-hosted photo and video backup solution directly from your mobile phone."
|
|
||||||
links:
|
|
||||||
- url: https://nextcloud.dgse.cloud
|
|
||||||
title: Git Server
|
|
||||||
icon: web
|
|
||||||
annotations:
|
|
||||||
argocd/app-name: nextcloud
|
|
||||||
argocd/app-namespace: nextcloud
|
|
||||||
backstage.io/techdocs-ref: dir:.
|
|
||||||
spec:
|
|
||||||
type: service
|
|
||||||
lifecycle: production
|
|
||||||
owner: owners
|
|
||||||
system: artemis-cluster
|
|
||||||
@@ -1,9 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: backstage.io/v1alpha1
|
|
||||||
kind: System
|
|
||||||
metadata:
|
|
||||||
name: artemis-cluster
|
|
||||||
description: "The Artemis cluster is a Kubernetes cluster hosting all infra for DGSE Cloud."
|
|
||||||
spec:
|
|
||||||
owner: owners
|
|
||||||
domain: dgse-cloud
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
# NextCloud
|
|
||||||
@@ -1,13 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: rbac.authorization.k8s.io/v1
|
|
||||||
kind: ClusterRoleBinding
|
|
||||||
metadata:
|
|
||||||
name: backstage-argocd-server-access
|
|
||||||
subjects:
|
|
||||||
- kind: ServiceAccount
|
|
||||||
name: backstage-argocd
|
|
||||||
namespace: argocd
|
|
||||||
roleRef:
|
|
||||||
apiGroup: rbac.authorization.k8s.io
|
|
||||||
kind: ClusterRole
|
|
||||||
name: argocd-server
|
|
||||||
@@ -1,6 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ServiceAccount
|
|
||||||
metadata:
|
|
||||||
name: backstage-argocd
|
|
||||||
namespace: argocd
|
|
||||||
@@ -5,11 +5,9 @@ metadata:
|
|||||||
name: argocd
|
name: argocd
|
||||||
|
|
||||||
resources:
|
resources:
|
||||||
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.2.2
|
- github.com/argoproj/argo-cd/manifests/cluster-install?ref=v3.1.9
|
||||||
- ingressRoute.yaml
|
- ingressRoute.yaml
|
||||||
- certificate.yaml
|
- certificate.yaml
|
||||||
- backstage-sa.yaml
|
|
||||||
- backstage-rbac.yaml
|
|
||||||
|
|
||||||
patches:
|
patches:
|
||||||
- target:
|
- target:
|
||||||
@@ -47,9 +45,7 @@ patches:
|
|||||||
metadata:
|
metadata:
|
||||||
name: argocd-cm
|
name: argocd-cm
|
||||||
data:
|
data:
|
||||||
accounts.admin: "apiKey, login"
|
admin.enabled: "false"
|
||||||
accounts.backstage.enabled: "true"
|
|
||||||
admin.enabled: "true"
|
|
||||||
kustomize.buildOptions: --enable-helm
|
kustomize.buildOptions: --enable-helm
|
||||||
url: https://cd.dgse.cloud
|
url: https://cd.dgse.cloud
|
||||||
oidc.config: |
|
oidc.config: |
|
||||||
@@ -122,23 +118,3 @@ patches:
|
|||||||
apiGroup: rbac.authorization.k8s.io
|
apiGroup: rbac.authorization.k8s.io
|
||||||
kind: ClusterRole
|
kind: ClusterRole
|
||||||
name: argocd-server
|
name: argocd-server
|
||||||
|
|
||||||
# Map Backstage SA to Argo CD role:admin (full Argo CD permissions)
|
|
||||||
- target:
|
|
||||||
kind: ConfigMap
|
|
||||||
name: argocd-rbac-cm
|
|
||||||
patch: |-
|
|
||||||
apiVersion: v1
|
|
||||||
kind: ConfigMap
|
|
||||||
metadata:
|
|
||||||
name: argocd-rbac-cm
|
|
||||||
namespace: argocd
|
|
||||||
data:
|
|
||||||
policy.csv: |
|
|
||||||
g, argocd_admins, role:admin
|
|
||||||
p, argocd_users, applications, list, *, allow
|
|
||||||
p, argocd_users, applications, sync, *, allow
|
|
||||||
p, argocd_users, applications, refresh, *, allow
|
|
||||||
p, argocd_users, applications, get, *, allow
|
|
||||||
g, system:serviceaccount:argocd:backstage-argocd, role:admin
|
|
||||||
p, system:serviceaccount:argocd:backstage-argocd, applications, *, */*, allow
|
|
||||||
|
|||||||
@@ -10,6 +10,6 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: external-secrets
|
- name: external-secrets
|
||||||
repo: https://charts.external-secrets.io/
|
repo: https://charts.external-secrets.io/
|
||||||
version: 1.2.0
|
version: 0.20.4
|
||||||
releaseName: external-secrets
|
releaseName: external-secrets
|
||||||
namespace: external-secrets
|
namespace: external-secrets
|
||||||
|
|||||||
@@ -12,7 +12,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: immich
|
- name: immich
|
||||||
repo: https://immich-app.github.io/immich-charts
|
repo: https://immich-app.github.io/immich-charts
|
||||||
version: 0.10.3
|
version: 0.10.1
|
||||||
releaseName: immich
|
releaseName: immich
|
||||||
namespace: immich
|
namespace: immich
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -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.3
|
version: 2.1.2
|
||||||
releaseName: mailu
|
releaseName: mailu
|
||||||
namespace: mailu
|
namespace: mailu
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -166,7 +166,7 @@ limits:
|
|||||||
ipv6Mask: 56
|
ipv6Mask: 56
|
||||||
user: 100/day
|
user: 100/day
|
||||||
exemptionLength: 86400
|
exemptionLength: 86400
|
||||||
exemption: "10.42.4.105"
|
exemption: "10.42.0.0/16"
|
||||||
|
|
||||||
# Configuration to reduce outgoing spam in case of a compromised account. See the documentation for further information: https://mailu.io/1.9/configuration.html?highlight=MESSAGE_RATELIMIT
|
# Configuration to reduce outgoing spam in case of a compromised account. See the documentation for further information: https://mailu.io/1.9/configuration.html?highlight=MESSAGE_RATELIMIT
|
||||||
## @param limits.messageRatelimit.value Sets the `MESSAGE_RATELIMIT` environment variable in the `admin` pod
|
## @param limits.messageRatelimit.value Sets the `MESSAGE_RATELIMIT` environment variable in the `admin` pod
|
||||||
|
|||||||
@@ -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,58 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: apps/v1
|
|
||||||
kind: Deployment
|
|
||||||
metadata:
|
|
||||||
name: macos
|
|
||||||
labels:
|
|
||||||
name: macos
|
|
||||||
spec:
|
|
||||||
replicas: 1
|
|
||||||
selector:
|
|
||||||
matchLabels:
|
|
||||||
app: macos
|
|
||||||
template:
|
|
||||||
metadata:
|
|
||||||
labels:
|
|
||||||
app: macos
|
|
||||||
spec:
|
|
||||||
containers:
|
|
||||||
- name: macos
|
|
||||||
image: dockurr/macos
|
|
||||||
env:
|
|
||||||
- name: VERSION
|
|
||||||
value: "14"
|
|
||||||
- name: DISK_SIZE
|
|
||||||
value: "64G"
|
|
||||||
- name: KVM
|
|
||||||
value: "N"
|
|
||||||
ports:
|
|
||||||
- containerPort: 8006
|
|
||||||
name: http
|
|
||||||
protocol: TCP
|
|
||||||
- containerPort: 5900
|
|
||||||
name: vnc
|
|
||||||
protocol: TCP
|
|
||||||
securityContext:
|
|
||||||
capabilities:
|
|
||||||
add:
|
|
||||||
- NET_ADMIN
|
|
||||||
privileged: true
|
|
||||||
volumeMounts:
|
|
||||||
- mountPath: /storage
|
|
||||||
name: storage
|
|
||||||
- mountPath: /dev/kvm
|
|
||||||
name: dev-kvm
|
|
||||||
- mountPath: /dev/net/tun
|
|
||||||
name: dev-tun
|
|
||||||
terminationGracePeriodSeconds: 120
|
|
||||||
volumes:
|
|
||||||
- name: storage
|
|
||||||
persistentVolumeClaim:
|
|
||||||
claimName: macos-pvc
|
|
||||||
- hostPath:
|
|
||||||
path: /dev/kvm
|
|
||||||
name: dev-kvm
|
|
||||||
- hostPath:
|
|
||||||
path: /dev/net/tun
|
|
||||||
type: CharDevice
|
|
||||||
name: dev-tun
|
|
||||||
@@ -1,22 +0,0 @@
|
|||||||
apiVersion: networking.k8s.io/v1
|
|
||||||
kind: Ingress
|
|
||||||
metadata:
|
|
||||||
annotations:
|
|
||||||
cert-manager.io/cluster-issuer: letsencrypt
|
|
||||||
name: osx-ingress
|
|
||||||
spec:
|
|
||||||
rules:
|
|
||||||
- host: osx.dgse.cloud
|
|
||||||
http:
|
|
||||||
paths:
|
|
||||||
- backend:
|
|
||||||
service:
|
|
||||||
name: macos
|
|
||||||
port:
|
|
||||||
number: 8006
|
|
||||||
path: /
|
|
||||||
pathType: Prefix
|
|
||||||
tls:
|
|
||||||
- hosts:
|
|
||||||
- osx.dgse.cloud
|
|
||||||
secretName: letsencrypt
|
|
||||||
@@ -1,8 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- service.yaml
|
|
||||||
- deployment.yaml
|
|
||||||
- pvc.yaml
|
|
||||||
@@ -1,11 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: PersistentVolumeClaim
|
|
||||||
metadata:
|
|
||||||
name: macos-pvc
|
|
||||||
spec:
|
|
||||||
accessModes:
|
|
||||||
- ReadWriteOnce
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
storage: 64Gi
|
|
||||||
@@ -1,19 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: v1
|
|
||||||
kind: Service
|
|
||||||
metadata:
|
|
||||||
name: macos
|
|
||||||
spec:
|
|
||||||
internalTrafficPolicy: Cluster
|
|
||||||
ports:
|
|
||||||
- name: http
|
|
||||||
port: 8006
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 8006
|
|
||||||
- name: vnc
|
|
||||||
port: 5900
|
|
||||||
protocol: TCP
|
|
||||||
targetPort: 5900
|
|
||||||
selector:
|
|
||||||
app: macos
|
|
||||||
type: ClusterIP
|
|
||||||
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: penpot
|
- name: penpot
|
||||||
repo: http://helm.penpot.app
|
repo: http://helm.penpot.app
|
||||||
version: 0.30.0
|
version: 0.28.0
|
||||||
releaseName: penpot
|
releaseName: penpot
|
||||||
namespace: penpot
|
namespace: penpot
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -10,7 +10,7 @@ resources:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: vault
|
- name: vault
|
||||||
repo: https://helm.releases.hashicorp.com/
|
repo: https://helm.releases.hashicorp.com/
|
||||||
version: 0.32.0
|
version: 0.30.0
|
||||||
releaseName: vault
|
releaseName: vault
|
||||||
namespace: vault
|
namespace: vault
|
||||||
valuesFile: values.yaml
|
valuesFile: values.yaml
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ metadata:
|
|||||||
helmCharts:
|
helmCharts:
|
||||||
- name: vaultwarden
|
- name: vaultwarden
|
||||||
repo: https://guerzon.github.io/vaultwarden/
|
repo: https://guerzon.github.io/vaultwarden/
|
||||||
version: 0.34.4
|
version: 0.31.8
|
||||||
releaseName: vaultwarden
|
releaseName: vaultwarden
|
||||||
namespace: vaultwarden
|
namespace: vaultwarden
|
||||||
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
|
|
||||||
@@ -3,9 +3,6 @@
|
|||||||
"config:base"
|
"config:base"
|
||||||
],
|
],
|
||||||
"labels": ["Kind/Security"],
|
"labels": ["Kind/Security"],
|
||||||
"major": {
|
|
||||||
"addLabels": ["Priority/High"]
|
|
||||||
},
|
|
||||||
"minor": {
|
"minor": {
|
||||||
"addLabels": ["Priority/Medium"]
|
"addLabels": ["Priority/Medium"]
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user