Skip to content

Commit

Permalink
Merge pull request #51 from yjinjo/master
Browse files Browse the repository at this point in the history
Add spaceone-agent k8s-monitoring and publish to gh-pages
  • Loading branch information
yjinjo authored Apr 5, 2024
2 parents bc5e67d + 66f5f8c commit 302adb9
Show file tree
Hide file tree
Showing 226 changed files with 62,409 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Publish Helm charts
on:
push:
branches: [main]
workflow_dispatch:

jobs:
publish-chart:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Publish Helm charts
uses: stefanprodan/helm-gh-pages@master
with:
token: ${{ secrets.GITHUB_TOKEN }}
7 changes: 7 additions & 0 deletions charts/k8s-monitoring/.helmignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
.git
.gitignore
.idea
ci
test
schema-mods
Makefile
27 changes: 27 additions & 0 deletions charts/k8s-monitoring/Chart.lock
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
dependencies:
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.18.0
- name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.32.0
- name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 10.0.0
- name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
- name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.33.1
digest: sha256:829140f8e5d474204785b623af1fca296f0a7532dd4ead8ac8ee95a29f790a70
generated: "2024-04-03T00:16:32.523019666Z"
49 changes: 49 additions & 0 deletions charts/k8s-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
apiVersion: v2
appVersion: 2.1.2
dependencies:
- name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- alias: grafana-agent-events
condition: logs.cluster_events.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- alias: grafana-agent-logs
condition: logs.pod_logs.enabled
name: grafana-agent
repository: https://grafana.github.io/helm-charts
version: 0.37.0
- condition: kube-state-metrics.enabled
name: kube-state-metrics
repository: https://prometheus-community.github.io/helm-charts
version: 5.18.0
- condition: prometheus-node-exporter.enabled
name: prometheus-node-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 4.32.0
- condition: prometheus-operator-crds.enabled
name: prometheus-operator-crds
repository: https://prometheus-community.github.io/helm-charts
version: 10.0.0
- condition: prometheus-windows-exporter.enabled
name: prometheus-windows-exporter
repository: https://prometheus-community.github.io/helm-charts
version: 0.3.1
- condition: opencost.enabled
name: opencost
repository: https://opencost.github.io/opencost-helm-chart
version: 1.33.1
description: A Helm chart for gathering, scraping, and forwarding Kubernetes infrastructure
metrics and logs to a Grafana Stack.
icon: https://raw.githubusercontent.com/grafana/grafana/main/public/img/grafana_icon.svg
maintainers:
- email: [email protected]
name: petewall
- email: [email protected]
name: skl
name: k8s-monitoring
sources:
- https://github.com/grafana/k8s-monitoring-helm/tree/main/charts/k8s-monitoring
type: application
version: 0.12.5
652 changes: 652 additions & 0 deletions charts/k8s-monitoring/README.md

Large diffs are not rendered by default.

Loading

0 comments on commit 302adb9

Please sign in to comment.