Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions deployments/quick-start/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1191,6 +1191,7 @@ if helm upgrade --install observability-metrics-prometheus \
--create-namespace \
--namespace openchoreo-observability-plane \
--version 0.2.4 \
--set adapter.image.tag=0.2.4 \
--timeout 10m; then
log_success "observability-metrics-prometheus installed successfully"
else
Expand Down
3 changes: 2 additions & 1 deletion deployments/scripts/setup-openchoreo.sh
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,8 @@ install_observability_plane() {
oci://ghcr.io/openchoreo/helm-charts/observability-metrics-prometheus \
--create-namespace \
--namespace openchoreo-observability-plane \
--version 0.2.4
--version 0.2.4 \
--set adapter.image.tag=0.2.4
echo "✅ Prometheus based metrics module installed"

echo "⏳ Waiting for Observability Plane pods to be ready..."
Expand Down