rename secrets-infra chart to secrets (generic chart, app stays secrets-infra)

This commit is contained in:
dvirlabs 2026-05-21 18:54:51 +03:00
parent 6428ec4bc1
commit 2c72d94ffa
5 changed files with 7 additions and 22 deletions

View File

@ -8,7 +8,7 @@ spec:
source: source:
repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git repoURL: ssh://git@gitea-ssh.dev-tools.svc.cluster.local:2222/dvirlabs/infra.git
targetRevision: master targetRevision: master
path: charts/secrets-infra path: charts/secrets
helm: helm:
valueFiles: valueFiles:
- ../../manifests/secrets-infra/values.yaml - ../../manifests/secrets-infra/values.yaml

View File

@ -1,6 +0,0 @@
apiVersion: v2
name: secrets-infra
description: ExternalSecret resources managed by infra repo
type: application
version: 0.1.0
appVersion: "1.0.0"

View File

@ -0,0 +1,6 @@
apiVersion: v2
name: secrets
description: Generic ExternalSecret resources chart
type: application
version: 0.1.0
appVersion: "1.0.0"

View File

@ -1,15 +0,0 @@
enabled: true
app: s3
uptime_kuma:
enabled: true
url: https://s3.dvirlabs.com
tag: infra
# targets:
# - <exporter-host>:<port>
# scheme: http
# external_check:
# url: https://s3.dvirlabs.com
# expected_codes:
# '502': critical
# '404': warning
# '1033': critical