En-mass updated READMES

This commit is contained in:
GeorgeRaven
2025-07-14 20:31:46 +01:00
parent 3002d96de9
commit 2e71e38e0b
26 changed files with 96 additions and 64 deletions

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://grafana.github.io/helm-charts | alloy | 0.12.6 |
| https://grafana.github.io/helm-charts | alloy | 1.1.2 |
## Values

View File

@@ -8,7 +8,7 @@ Argo workflows for kubernetes pipelines
| Repository | Name | Version |
|------------|------|---------|
| https://argoproj.github.io/argo-helm | argo-workflows | 0.45.18 |
| https://argoproj.github.io/argo-helm | argo-workflows | 0.45.19 |
## Values

View File

@@ -18,7 +18,7 @@ A Helm chart for Kubernetes
| argo-cd.applicationSet.resources.limits.memory | string | `"1Gi"` | |
| argo-cd.applicationSet.resources.requests.cpu | string | `"600m"` | |
| argo-cd.configs.cm."resource.compareoptions" | string | `"# disables status field diffing in specified resource types\nignoreAggregatedRoles: true\n"` | |
| argo-cd.configs.cm."resource.exclusions" | string | `"- apiGroups:\n - cilium.io\n kinds:\n - CiliumIdentity\n clusters:\n - \"*\"\n"` | |
| argo-cd.configs.cm."resource.exclusions" | string | `"- apiGroups:\n - cilium.io\n kinds:\n - CiliumIdentity\n clusters:\n - \"*\"\n- apiGroups:\n - kyverno.io\n kinds:\n - AdmissionReport\n - BackgroundScanReport\n - ClusterAdmissionReport\n - ClusterBackgroundScanReport\n clusters:\n - '*'\n"` | |
| argo-cd.configs.cm.admin.enabled | bool | `true` | |
| argo-cd.configs.cm.create | bool | `true` | |
| argo-cd.configs.cm.dex.config | string | `"connectors:\n# GitHub example\n- type: OIDC\n id: authentik\n name: Authentik\n config:\n issuer: https://auth.deepcypher.me\n clientID: $oidc:clientID\n clientSecret: $oidc:clientSecret # Alternatively $<some_K8S_secret>:dex.github.clientSecret\n # to enable fetching groups claim from provider that is not already in the token\n # apiVersion: v1\n # kind: Secret\n # metadata:\n # name: oidc\n # namespace: argocd\n # labels:\n # app.kubernetes.io/part-of: argocd # THIS MUST BE LABELED THUS to be picked up by argocd\n # type: Opaque\n # data:\n # clientID: <base64 encoded clientID>\n # clientSecret: <base64 encoded clientSecret>\n insecureEnableGroups: true\n getUserInfo: true\n scopes:\n - profile\n - email\n - groups\n"` | |

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | keycloak | 24.7.4 |
| oci://registry-1.docker.io/bitnamicharts | keycloak | 24.7.5 |
## Values

View File

@@ -16,33 +16,35 @@ A Helm chart for Kubernetes
|-----|------|---------|-------------|
| backstage.backstage.extraAppConfig[0].configMapRef | string | `"backstage"` | |
| backstage.backstage.extraAppConfig[0].filename | string | `"app-config.extra.yaml"` | |
| backstage.backstage.extraEnvVars[0].name | string | `"COOKIE_SECRET"` | |
| backstage.backstage.extraEnvVars[0].valueFrom.secretKeyRef.key | string | `"COOKIE_SECRET"` | |
| backstage.backstage.extraEnvVars[0].valueFrom.secretKeyRef.name | string | `"backstage"` | |
| backstage.backstage.extraEnvVars[1].name | string | `"CLIENT_ID"` | |
| backstage.backstage.extraEnvVars[1].valueFrom.secretKeyRef.key | string | `"clientId"` | |
| backstage.backstage.extraEnvVars[1].valueFrom.secretKeyRef.name | string | `"oidc-credentials"` | |
| backstage.backstage.extraEnvVars[2].name | string | `"CLIENT_SECRET"` | |
| backstage.backstage.extraEnvVars[2].valueFrom.secretKeyRef.key | string | `"clientSecret"` | |
| backstage.backstage.extraEnvVars[0].name | string | `"LOG_LEVEL"` | |
| backstage.backstage.extraEnvVars[0].value | string | `"warn"` | |
| backstage.backstage.extraEnvVars[1].name | string | `"COOKIE_SECRET"` | |
| backstage.backstage.extraEnvVars[1].valueFrom.secretKeyRef.key | string | `"COOKIE_SECRET"` | |
| backstage.backstage.extraEnvVars[1].valueFrom.secretKeyRef.name | string | `"backstage"` | |
| backstage.backstage.extraEnvVars[2].name | string | `"CLIENT_ID"` | |
| backstage.backstage.extraEnvVars[2].valueFrom.secretKeyRef.key | string | `"clientId"` | |
| backstage.backstage.extraEnvVars[2].valueFrom.secretKeyRef.name | string | `"oidc-credentials"` | |
| backstage.backstage.extraEnvVars[3].name | string | `"WELL_KNOWN_OPENID_CONFIGURATION_URL"` | |
| backstage.backstage.extraEnvVars[3].valueFrom.configMapKeyRef.key | string | `"wellKnownURL"` | |
| backstage.backstage.extraEnvVars[3].valueFrom.configMapKeyRef.name | string | `"oidc-urls"` | |
| backstage.backstage.extraEnvVars[4].name | string | `"AUTHORIZATION_URL"` | |
| backstage.backstage.extraEnvVars[4].valueFrom.configMapKeyRef.key | string | `"authorizationURL"` | |
| backstage.backstage.extraEnvVars[3].name | string | `"CLIENT_SECRET"` | |
| backstage.backstage.extraEnvVars[3].valueFrom.secretKeyRef.key | string | `"clientSecret"` | |
| backstage.backstage.extraEnvVars[3].valueFrom.secretKeyRef.name | string | `"oidc-credentials"` | |
| backstage.backstage.extraEnvVars[4].name | string | `"WELL_KNOWN_OPENID_CONFIGURATION_URL"` | |
| backstage.backstage.extraEnvVars[4].valueFrom.configMapKeyRef.key | string | `"wellKnownURL"` | |
| backstage.backstage.extraEnvVars[4].valueFrom.configMapKeyRef.name | string | `"oidc-urls"` | |
| backstage.backstage.extraEnvVars[5].name | string | `"TOKEN_URL"` | |
| backstage.backstage.extraEnvVars[5].valueFrom.configMapKeyRef.key | string | `"tokenURL"` | |
| backstage.backstage.extraEnvVars[5].name | string | `"AUTHORIZATION_URL"` | |
| backstage.backstage.extraEnvVars[5].valueFrom.configMapKeyRef.key | string | `"authorizationURL"` | |
| backstage.backstage.extraEnvVars[5].valueFrom.configMapKeyRef.name | string | `"oidc-urls"` | |
| backstage.backstage.extraEnvVars[6].name | string | `"PSQL_USER"` | |
| backstage.backstage.extraEnvVars[6].valueFrom.secretKeyRef.key | string | `"username"` | |
| backstage.backstage.extraEnvVars[6].valueFrom.secretKeyRef.name | string | `"psql"` | |
| backstage.backstage.extraEnvVars[7].name | string | `"PSQL_PASS"` | |
| backstage.backstage.extraEnvVars[7].valueFrom.secretKeyRef.key | string | `"password"` | |
| backstage.backstage.extraEnvVars[6].name | string | `"TOKEN_URL"` | |
| backstage.backstage.extraEnvVars[6].valueFrom.configMapKeyRef.key | string | `"tokenURL"` | |
| backstage.backstage.extraEnvVars[6].valueFrom.configMapKeyRef.name | string | `"oidc-urls"` | |
| backstage.backstage.extraEnvVars[7].name | string | `"PSQL_USER"` | |
| backstage.backstage.extraEnvVars[7].valueFrom.secretKeyRef.key | string | `"username"` | |
| backstage.backstage.extraEnvVars[7].valueFrom.secretKeyRef.name | string | `"psql"` | |
| backstage.backstage.extraEnvVars[8].name | string | `"GITLAB_TOKEN"` | |
| backstage.backstage.extraEnvVars[8].name | string | `"PSQL_PASS"` | |
| backstage.backstage.extraEnvVars[8].valueFrom.secretKeyRef.key | string | `"password"` | |
| backstage.backstage.extraEnvVars[8].valueFrom.secretKeyRef.name | string | `"gitlab"` | |
| backstage.backstage.extraEnvVars[8].valueFrom.secretKeyRef.name | string | `"psql"` | |
| backstage.backstage.extraEnvVars[9].name | string | `"GITLAB_TOKEN"` | |
| backstage.backstage.extraEnvVars[9].valueFrom.secretKeyRef.key | string | `"password"` | |
| backstage.backstage.extraEnvVars[9].valueFrom.secretKeyRef.name | string | `"gitlab"` | |
| backstage.backstage.image.pullPolicy | string | `"IfNotPresent"` | |
| backstage.backstage.image.registry | string | `"registry.gitlab.com"` | |
| backstage.backstage.image.repository | string | `"deepcypher/dc-backstage/dc-backstage"` | |

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitwarden.com/ | bitwarden(self-host) | 2024.12.1 |
| https://charts.bitwarden.com/ | bitwarden(self-host) | 2025.6.2 |
| oci://registry-1.docker.io/bitnamicharts | postgresql-ha | 14.3.10 |
## Values

View File

@@ -9,7 +9,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | bytestash-bkp(backupd) | 0.7.0 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | bytestash | 0.1.1 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | bytestash | 0.1.2 |
## Values

View File

@@ -8,7 +8,7 @@ DeepCypher AoA template cluster decleration for cert-manager infra
| Repository | Name | Version |
|------------|------|---------|
| https://charts.jetstack.io | cert-manager | v1.18.1 |
| https://charts.jetstack.io | cert-manager | v1.18.2 |
## Values

View File

@@ -25,7 +25,7 @@ debug-utils to help debug things like DNS resolution etc
| dns-util.image.pullPolicy | string | `"IfNotPresent"` | |
| dns-util.image.registry | string | `"registry.k8s.io"` | |
| dns-util.image.repository | string | `"e2e-test-images/agnhost"` | |
| dns-util.image.tag | string | `"2.39"` | |
| dns-util.image.tag | string | `"2.56"` | |
| dns-util.job.enabled | bool | `false` | |
| dns-util.livenessProbeEnabled | bool | `false` | |
| dns-util.netpol.enabled | bool | `false` | |

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| oci://docker.io/envoyproxy | envoy-gateway-controller(gateway-helm) | v1.4.1 |
| oci://docker.io/envoyproxy | envoy-gateway-controller(gateway-helm) | 1.4.2 |
## Values

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| oci://docker.io/envoyproxy | envoy-gateway-crds(gateway-crds-helm) | v1.4.1 |
| oci://docker.io/envoyproxy | envoy-gateway-crds(gateway-crds-helm) | 1.4.2 |
## Values

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://helm.erpnext.com | erpnext | 7.0.206 |
| https://helm.erpnext.com | erpnext | 7.0.211 |
| oci://registry-1.docker.io/bitnamicharts | mariadb | 20.4.1 |
## Values

View File

@@ -8,8 +8,8 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://coredns.github.io/helm | coredns | 1.42.4 |
| https://kubernetes-sigs.github.io/external-dns | external-dns | 1.16.1 |
| https://coredns.github.io/helm | coredns | 1.43.0 |
| https://kubernetes-sigs.github.io/external-dns | external-dns | 1.17.0 |
| oci://registry-1.docker.io/bitnamicharts | etcd | 11.3.6 |
## Values

View File

@@ -14,9 +14,10 @@ A Helm chart for Kubernetes
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| grafana-operator.leaderElect | bool | `true` | |
| grafana-operator.logging.encoder | string | `"console"` | Log encoding ("console", "json") |
| grafana-operator.logging.level | string | `"info"` | Configure the verbosity of logging ("debug", "error", "info") |
| grafana-operator.logging.time | string | `"rfc3339"` | Time encoding ("epoch", "iso8601", "millis", "nano", "rfc3339", "rfc3339nano") |
| grafana-operator.replicas | int | `2` | |
| grafana-operator.serviceMonitor.enabled | bool | `true` | |
| grafana-operator.watchNamespaces | string | `"grafana"` | |

View File

@@ -4,3 +4,16 @@
A Helm chart for Kubernetes
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |

View File

@@ -43,7 +43,7 @@ A Helm chart for Kubernetes
| ha.initContainers[0].command[0] | string | `"/bin/bash"` | |
| ha.initContainers[0].command[1] | string | `"-c"` | |
| ha.initContainers[0].command[2] | string | `"bash /hacs-install.sh\n# wget -O - https://get.hacs.xyz | bash -\n"` | |
| ha.initContainers[0].image | string | `"ghcr.io/home-assistant/home-assistant:2025.6.1"` | |
| ha.initContainers[0].image | string | `"ghcr.io/home-assistant/home-assistant:2025.7.1"` | |
| ha.initContainers[0].imagePullPolicy | string | `"IfNotPresent"` | |
| ha.initContainers[0].name | string | `"hacs"` | |
| ha.initContainers[0].volumeMounts[0].mountPath | string | `"/config"` | |

View File

@@ -4,18 +4,17 @@
A Helm chart for Kubernetes
## Requirements
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | kro-config | 2.5.15 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kro-config.createController | bool | `true` | |
| kro-config.ingress.enabled | bool | `false` | |
| kro-config.ingress.hostname | string | `"secrets.deepcypher.me"` | |
| kro-config.networkPolicy.enabled | bool | `true` | |
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |
| kro-config | object | `{}` | |

View File

@@ -8,14 +8,19 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | kro | 2.5.15 |
| oci://ghcr.io/kro-run/kro | kro | 0.3.0 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| kro.createController | bool | `true` | |
| kro.ingress.enabled | bool | `false` | |
| kro.ingress.hostname | string | `"secrets.deepcypher.me"` | |
| kro.networkPolicy.enabled | bool | `true` | |
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |
| kro | object | `{}` | |

View File

@@ -20,6 +20,7 @@ A Helm chart for Kubernetes
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].key | string | `"kubernetes.io/metadata.name"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].operator | string | `"NotIn"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].values[0] | string | `"kube-system"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].values[10] | string | `"sealed-secrets"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].values[1] | string | `"kyverno"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].values[2] | string | `"cilium"` | |
| kyverno.config.webhooks.namespaceSelector.matchExpressions[0].values[3] | string | `"rook-ceph"` | |

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://nvidia.github.io/k8s-device-plugin | nvidia-device-plugin | 0.17.1 |
| https://nvidia.github.io/k8s-device-plugin | nvidia-device-plugin | 0.17.2 |
## Values

View File

@@ -82,6 +82,7 @@ A Helm chart for Kubernetes
| penpot.ingress.hosts[0] | string | `"penpot.deepcypher.me"` | |
| penpot.ingress.tls[0].hosts[0] | string | `"penpot.deepcypher.me"` | |
| penpot.ingress.tls[0].secretName | string | `"penpot.deepcypher.me-tls"` | |
| penpot.persistence.assets.accessModes[0] | string | `"ReadWriteOnce"` | |
| penpot.persistence.assets.enabled | bool | `true` | |
| penpot.persistence.assets.size | string | `"20Gi"` | |
| postgresql-bkp.backup.copyMethod | string | `"Direct"` | |

View File

@@ -8,14 +8,24 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.bitnami.com/bitnami | reloader | 2.5.15 |
| https://stakater.github.io/stakater-charts | reloader | 2.1.5 |
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| reloader.createController | bool | `true` | |
| reloader.ingress.enabled | bool | `false` | |
| reloader.ingress.hostname | string | `"secrets.deepcypher.me"` | |
| reloader.networkPolicy.enabled | bool | `true` | |
| environment.baseDomain | string | `"deepcypher.me"` | |
| environment.contact.email | string | `"noreply@deepcypher.me"` | |
| environment.contact.name | string | `"George Onoufriou"` | |
| environment.hardware | string | `"metal"` | |
| environment.location.name | string | `"unknown"` | |
| environment.mode | string | `"production"` | |
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |
| reloader.reloader.autoReloadAll | bool | `true` | |
| reloader.reloader.deployment.replicas | int | `2` | |
| reloader.reloader.enableHA | bool | `true` | |
| reloader.reloader.ignoreNamespaces | string | `"cilium,rook-ceph,kube-system,harbor"` | |
| reloader.reloader.readOnlyRootFileSystem | bool | `true` | |
| reloader.reloader.reloadStrategy | string | `"annotations"` | |

View File

@@ -35,7 +35,7 @@ Renovate update automation tool
| renovate-github.env[3].valueFrom.secretKeyRef.name | string | `"github"` | |
| renovate-github.image.registry | string | `"docker.io"` | |
| renovate-github.image.repository | string | `"renovate/renovate"` | |
| renovate-github.image.tag | string | `"40.62.1-full"` | |
| renovate-github.image.tag | string | `"41.31.1-full"` | |
| renovate-github.resources.limits.ephemeral-storage | string | `"10Gi"` | |
| renovate-github.resources.limits.memory | string | `"1Gi"` | |
| renovate-github.resources.requests.cpu | string | `"1000m"` | |
@@ -64,9 +64,9 @@ Renovate update automation tool
| renovate-gitlab.env[3].valueFrom.secretKeyRef.name | string | `"github"` | |
| renovate-gitlab.image.registry | string | `"docker.io"` | |
| renovate-gitlab.image.repository | string | `"renovate/renovate"` | |
| renovate-gitlab.image.tag | string | `"40.62.1-full"` | |
| renovate-gitlab.image.tag | string | `"41.31.1-full"` | |
| renovate-gitlab.resources.limits.ephemeral-storage | string | `"30Gi"` | |
| renovate-gitlab.resources.limits.memory | string | `"2Gi"` | |
| renovate-gitlab.resources.limits.memory | string | `"3Gi"` | |
| renovate-gitlab.resources.requests.cpu | string | `"1000m"` | |
| renovate-gitlab.resourcesEnabled | bool | `true` | |
| renovate-gitlab.volumeMounts[0].mountPath | string | `"/renovate-scratch/"` | |

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://charts.releases.teleport.dev | teleport-cluster | 17.4.10 |
| https://charts.releases.teleport.dev | teleport-cluster | 18.0.0 |
| https://gitlab.com/api/v4/projects/55284972/packages/helm/stable | teleport-bkp(backupd) | 0.7.0 |
## Values

View File

@@ -8,7 +8,7 @@ A Helm chart for Kubernetes
| Repository | Name | Version |
|------------|------|---------|
| https://traefik.github.io/charts | traefik | 35.4.0 |
| https://traefik.github.io/charts | traefik | 36.3.0 |
## Values

View File

@@ -25,7 +25,7 @@ A Helm chart for Kubernetes
| environment.name | string | `"unknown"` | |
| environment.revision | string | `"main"` | |
| oidc.realm | string | `"deepcypher"` | |
| postgresql-bkp.backup.copyMethod | string | `"Direct"` | |
| postgresql-bkp.backup.copyMethod | string | `"Snapshot"` | |
| postgresql-bkp.backup.enabled | bool | `true` | |
| postgresql-bkp.backup.schedule | string | `"0 2 * * *"` | |
| postgresql-bkp.enabled | bool | `false` | |