mirror of
https://github.com/SigNoz/charts.git
synced 2025-12-18 20:47:48 +00:00
fix(release-workflow): fix failing release workflow (#736)
Fixes the failing release workflow after addition of redpanda chart <!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - Chores - Updated release workflow to include an additional Helm chart repository for dependency resolution. - Bumped Helm chart version from 0.89.0 to 0.89.1. - Documentation - Updated the version badge in the chart README to reflect 0.89.1. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
committed by
GitHub
parent
15fdc6198d
commit
73830e8b4c
1
.github/workflows/release.yaml
vendored
1
.github/workflows/release.yaml
vendored
@@ -31,6 +31,7 @@ jobs:
|
||||
- name: Add dependencies
|
||||
run: |
|
||||
helm repo add signoz https://charts.signoz.io
|
||||
helm repo add redpanda https://charts.redpanda.com
|
||||
|
||||
- name: Run chart-releaser
|
||||
uses: helm/chart-releaser-action@v1.5.0
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: signoz
|
||||
version: 0.89.0
|
||||
version: 0.89.1
|
||||
appVersion: "v0.92.1"
|
||||
description: SigNoz Observability Platform Helm Chart
|
||||
type: application
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
|
||||
# SigNoz
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
SigNoz is an open-source observability platform native to OpenTelemetry with logs, traces and metrics in a single application. An open-source alternative to DataDog, NewRelic, etc. 🔥 🖥. 👉 Open source Application Performance Monitoring (APM) & Observability tool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user