9 Commits

Author SHA1 Message Date
a5af32e377 chore(deps): update vault to v2
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 1m4s
lint-test-helm / validate-kubeconform (pull_request) Successful in 54s
render-manifests / render-manifests (pull_request) Successful in 2m57s
2026-04-25 02:45:26 +00:00
05aabd2e9c Merge pull request 'chore(deps): update outline to v1.7.0' (#6234) from renovate/unified-outline into main
All checks were successful
lint-test-helm / lint-helm (push) Successful in 1m33s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Successful in 4m25s
Reviewed-on: #6234
2026-04-25 02:40:55 +00:00
7ad3e6fccf chore(deps): update outline to v1.7.0 2026-04-25 02:40:55 +00:00
044879919e Merge pull request 'chore(deps): update medialyze to v0.9.0' (#6241) from renovate/unified-medialyze into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 29s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Reviewed-on: #6241
2026-04-25 02:38:41 +00:00
e62b9f082e chore(deps): update medialyze to v0.9.0 2026-04-25 02:38:41 +00:00
e4ab193709 Merge pull request 'feat: remove vault' (#6244) from tmp/external-secrets-3 into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 23s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Reviewed-on: #6244
2026-04-25 02:35:05 +00:00
d0bc1ff840 feat: remove vault
All checks were successful
lint-test-helm / lint-helm (pull_request) Successful in 40s
lint-test-helm / validate-kubeconform (pull_request) Successful in 39s
render-manifests / render-manifests (pull_request) Successful in 1m13s
2026-04-24 21:32:32 -05:00
e8d25256f3 Merge pull request 'feat: add to secret' (#6242) from tmp/talos-2 into main
Some checks failed
lint-test-helm / lint-helm (push) Successful in 1m0s
lint-test-helm / validate-kubeconform (push) Has been skipped
renovate / renovate (push) Has been cancelled
Reviewed-on: #6242
2026-04-25 02:30:49 +00:00
89109fba68 feat: add to secret 2026-04-25 02:30:49 +00:00
7 changed files with 52 additions and 30 deletions

View File

@@ -1,25 +1,5 @@
apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
metadata:
name: vault
namespace: {{ .Release.Namespace }}
labels:
app.kubernetes.io/name: vault
{{- include "custom.labels" . | nindent 4 }}
spec:
provider:
vault:
server: http://vault-internal.vault:8200
path: secret
auth:
tokenSecretRef:
namespace: vault
name: vault-token
key: token
---
apiVersion: external-secrets.io/v1
kind: ClusterSecretStore
metadata:
name: openbao
namespace: {{ .Release.Namespace }}

View File

@@ -24,4 +24,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://raw.githubusercontent.com/frederikemmer/MediaLyze/d8f69c0628bac7c047b90f91a66341648029c273/frontend/public/favicon.svg
# renovate: datasource=github-releases depName=frederikemmer/MediaLyze
appVersion: 0.8.3
appVersion: 0.9.0

View File

@@ -12,7 +12,7 @@ medialyze:
main:
image:
repository: ghcr.io/frederikemmer/medialyze
tag: 0.8.3@sha256:ef21e989f3d04c99f0fee4c992a92308156c746e26fb98672a3fa714fc630367
tag: 0.9.0@sha256:3d88b4f4a3e6cf2489a5236e5174d58d6274e99008ce2ddd4159d1389744473f
env:
- name: HOST_PORT
value: 8080

View File

@@ -38,4 +38,4 @@ dependencies:
repository: oci://harbor.alexlebens.net/helm-charts
icon: https://cdn.jsdelivr.net/gh/selfhst/icons/png/outline.png
# renovate: datasource=github-releases depName=outline/outline
appVersion: 1.6.1
appVersion: 1.7.0

View File

@@ -11,7 +11,7 @@ outline:
main:
image:
repository: outlinewiki/outline
tag: 1.6.1@sha256:a750f764080ce28d4a7393176011c8e2e4170b41689a8f6d91327dadf4904eb6
tag: 1.7.0@sha256:b13ccd15653513a79eb66283bfa91287f5e3d0944d8cb056d5288b8565992de5
env:
- name: NODE_ENV
value: production

View File

@@ -19,6 +19,14 @@ spec:
remoteRef:
key: /garage/home-infra/talos-backups
property: ACCESS_SECRET_KEY
- secretKey: AWS_REGION
remoteRef:
key: /garage/home-infra/talos-backups
property: ACCESS_REGION
- secretKey: BUCKET_NAME
remoteRef:
key: /garage/home-infra/talos-backups
property: BUCKET
- secretKey: BUCKET
remoteRef:
key: /garage/home-infra/talos-backups
@@ -50,6 +58,14 @@ spec:
remoteRef:
key: /garage/home-infra/talos-backups
property: ACCESS_SECRET_KEY
- secretKey: AWS_REGION
remoteRef:
key: /garage/home-infra/talos-backups
property: ACCESS_REGION
- secretKey: BUCKET_NAME
remoteRef:
key: /garage/home-infra/talos-backups
property: BUCKET
- secretKey: BUCKET
remoteRef:
key: /garage/home-infra/talos-backups
@@ -81,6 +97,14 @@ spec:
remoteRef:
key: /digital-ocean/home-infra/talos-backups
property: AWS_SECRET_ACCESS_KEY
- secretKey: AWS_REGION
remoteRef:
key: /digital-ocean/home-infra/talos-backups
property: AWS_REGION
- secretKey: BUCKET_NAME
remoteRef:
key: /digital-ocean/home-infra/talos-backups
property: BUCKET
- secretKey: BUCKET
remoteRef:
key: /digital-ocean/home-infra/talos-backups

View File

@@ -47,11 +47,17 @@ etcd-backup:
name: talos-etcd-backup-local-config
key: AWS_SECRET_ACCESS_KEY
- name: AWS_REGION
value: us-east-1
valueFrom:
secretKeyRef:
name: talos-etcd-backup-local-config
key: AWS_REGION
- name: CUSTOM_S3_ENDPOINT
value: http://garage-main.garage:3900
- name: BUCKET
value: talos-backups
valueFrom:
secretKeyRef:
name: talos-etcd-backup-local-config
key: BUCKET_NAME
- name: S3_PREFIX
value: "cl01tl/etcd"
- name: CLUSTER_NAME
@@ -129,11 +135,17 @@ etcd-backup:
name: talos-etcd-backup-remote-config
key: AWS_SECRET_ACCESS_KEY
- name: AWS_REGION
value: us-east-1
valueFrom:
secretKeyRef:
name: talos-etcd-backup-remote-config
key: AWS_REGION
- name: CUSTOM_S3_ENDPOINT
value: https://garage-ps10rp.boreal-beaufort.ts.net:3900
- name: BUCKET
value: talos-backups
valueFrom:
secretKeyRef:
name: talos-etcd-backup-remote-config
key: BUCKET_NAME
- name: S3_PREFIX
value: "cl01tl/etcd"
- name: CLUSTER_NAME
@@ -211,11 +223,17 @@ etcd-backup:
name: talos-etcd-backup-external-config
key: AWS_SECRET_ACCESS_KEY
- name: AWS_REGION
value: nyc3
valueFrom:
secretKeyRef:
name: talos-etcd-backup-external-config
key: AWS_REGION
- name: CUSTOM_S3_ENDPOINT
value: https://nyc3.digitaloceanspaces.com
- name: BUCKET
value: talos-backups-bee8585f7b8a4d0239c9b823
valueFrom:
secretKeyRef:
name: talos-etcd-backup-external-config
key: BUCKET_NAME
- name: S3_PREFIX
value: "cl01tl/etcd"
- name: CLUSTER_NAME