Fix: Ignore packaged chart files and remove markdown files (#10)

Removes the outdated markdown files and fixes the .gitignore to ignore packaged chart files in the correct directories. This prevents them from being committed to
This commit is contained in:
2025-06-20 17:42:17 +05:30
committed by GitHub
parent 96be13a23c
commit 458b786ff4
8 changed files with 8 additions and 3283 deletions

View File

@@ -2,5 +2,8 @@ dependencies:
- name: kube-prometheus-stack
repository: https://prometheus-community.github.io/helm-charts
version: 75.3.6
digest: sha256:d15acd48bfc0b842654ae025e1bd1969e636a66508020312d555db84f381c379
generated: "2025-06-19T20:40:53.415529365Z"
- name: prometheus-operator
repository: oci://tccr.io/truecharts
version: 11.5.1
digest: sha256:3000e63445f8ba8df601cb483f4f77d14c5c4662bff2d16ffcf5cf1f7def314b
generated: "2025-06-20T17:25:44.538372209+05:30"

View File

@@ -29,6 +29,6 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
condition: "serviceMonitor.enabled, !dependencies.useTrueChartsPrometheusOperator"
- name: prometheus-operator
version: ">={{ dependencies.trueChartsPrometheusOperatorVersion }}"
repository: "{{ dependencies.trueChartsPrometheusOperatorRepository }}"
version: ">=8.11.1"
repository: "oci://tccr.io/truecharts"
condition: "serviceMonitor.enabled, dependencies.useTrueChartsPrometheusOperator"

View File

@@ -127,11 +127,3 @@ dependencies:
# This chart's ServiceMonitor resources require a Prometheus Operator to be functional.
# If serviceMonitor.enabled is true, one of these two dependencies will be pulled based on this flag.
useTrueChartsPrometheusOperator: false
# -- Repository for the TrueCharts Prometheus Operator.
# Only used if dependencies.useTrueChartsPrometheusOperator is true.
trueChartsPrometheusOperatorRepository: "oci://tccr.io/truecharts"
# -- Chart version for the TrueCharts Prometheus Operator.
# Only used if dependencies.useTrueChartsPrometheusOperator is true.
trueChartsPrometheusOperatorVersion: "8.11.1"