mirror of
https://github.com/outbackdingo/cozystack.git
synced 2026-01-27 18:18:41 +00:00
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **New Features** - Introduced a comprehensive Grafana dashboard for Goldpinger, offering real-time insights into node health, error occurrences, and response times with intuitive filtering. - Expanded deployment configurations to include Goldpinger across environments, streamlining release management and dependency handling. - Launched a dedicated deployment package featuring customizable templates for secure, efficient Kubernetes deployments—including workloads, services, ingress, and monitoring integrations. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
8 lines
213 B
Makefile
8 lines
213 B
Makefile
include ../../../scripts/package.mk
|
|
|
|
update:
|
|
rm -rf charts
|
|
helm repo add goldpinger https://bloomberg.github.io/goldpinger
|
|
helm repo update goldpinger
|
|
helm pull goldpinger/goldpinger --untar --untardir charts
|