Delete incubator/kubernetes-reflector/0.1.-2 directory

This commit is contained in:
Stavros Kois 2023-10-29 22:14:36 +02:00 committed by GitHub
parent 28e82398f4
commit e5c0a689a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
10 changed files with 0 additions and 1190 deletions

View File

@ -1,22 +0,0 @@
**Important:**
*for the complete changelog, please refer to the website*
## [kubernetes-reflector-0.1.-2](https://github.com/truecharts/charts/compare/kubernetes-reflector-0.1.0...kubernetes-reflector-0.1.-2) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))
## [kubernetes-reflector-0.1.0]kubernetes-reflector-0.1.0 (2023-10-28)
### Feat
- Add kubernetes-reflector ([#13756](https://github.com/truecharts/charts/issues/13756))

View File

@ -1,32 +0,0 @@
apiVersion: v2
appVersion: "7.1.210"
deprecated: false
description: Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
home: https://truecharts.org/charts/operators/kubernetes-reflector
icon: https://truecharts.org/img/hotlink-ok/chart-icons/kubernetes-reflector.png
keywords:
- reflector
- secrets
- configmaps
- cert-manager
- certificates
dependencies:
- name: common
repository: https://library-charts.truecharts.org
version: 14.0.14
kubeVersion: ">=1.16.0-0"
maintainers:
- email: info@truecharts.org
name: TrueCharts
url: https://truecharts.org
name: kubernetes-reflector
sources:
- https://github.com/truecharts/charts/tree/master/charts/operators/kubernetes-reflector
- https://github.com/emberstack/kubernetes-reflector
type: application
version: 0.1.-2
annotations:
truecharts.org/catagories: |
- operators
truecharts.org/SCALE-support: "true"
truecharts.org/grade: U

View File

@ -1,9 +0,0 @@
## [kubernetes-reflector-0.1.-2](https://github.com/truecharts/charts/compare/kubernetes-reflector-0.1.0...kubernetes-reflector-0.1.-2) (2023-10-28)
### Chore
- Fix typo in categories and make them singular ([#13693](https://github.com/truecharts/charts/issues/13693))

View File

@ -1,8 +0,0 @@
Kubernetes-Reflector is a Kubernetes addon designed to monitor and reflect changes to secrets and configmaps across namespaces
This App is supplied by TrueCharts, for more information visit the manual: [https://truecharts.org/charts/incubator/kubernetes-reflector](https://truecharts.org/charts/incubator/kubernetes-reflector)
---
TrueCharts can only exist due to the incredible effort of our staff.
Please consider making a [donation](https://truecharts.org/sponsor) or contributing back to the project any way you can!

View File

@ -1,77 +0,0 @@
image:
repository: tccr.io/truecharts/kubernetes-reflector
pullPolicy: IfNotPresent
tag: v7.1.217@sha256:4ca9ce8c04441786ba0d343b3e5bfe9c638ac8efcc25aba0aaff3c6fb2363b5f
operator:
register: true
portal:
open:
enabled: false
rbac:
main:
enabled: true
primary: true
clusterWide: true
rules:
- apiGroups:
- ""
resources:
- "configmaps"
- "secrets"
verbs:
- "get"
- "list"
- "watch"
- "create"
- "update"
- "patch"
- "delete"
- apiGroups:
- ""
resources:
- "namespaces"
verbs:
- "watch"
- "list"
serviceAccount:
main:
enabled: true
primary: true
kubernetesReflector:
logLevel: Information
workload:
main:
podSpec:
automountServiceAccountToken: true
containers:
main:
securityContext:
readOnlyRootFilesystem: true
runAsNonRoot: true
env:
ES_Serilog__MinimumLevel__Default: "{{ .Values.kubernetesReflector.logLevel }}"
ES_Reflector__Watcher__Timeout: ""
ES_Reflector__Kubernetes__SkipTlsVerify: "false"
probes:
liveness:
type: http
path: /healthz
port: 25080
readiness:
type: http
path: /healthz
port: 25080
startup:
type: http
path: /healthz
port: 25080
service:
main:
enabled: false

File diff suppressed because it is too large Load Diff

View File

@ -1 +0,0 @@
{{- include "tc.v1.common.loader.all" . }}