From 5cd8ea852d57d99596b947b8b2f8d1b0a119f04b Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Wed, 6 Nov 2024 15:44:03 -0800 Subject: [PATCH] fix: correct label used for filtering in NOTES.txt (#27) * fix: correct label for filtering in NOTES.txt * fix: correct label for filtering in NOTES.txt --- charts/splunk-synthetics-runner/Chart.yaml | 2 +- charts/splunk-synthetics-runner/README.md | 2 +- charts/splunk-synthetics-runner/templates/NOTES.txt | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/splunk-synthetics-runner/Chart.yaml b/charts/splunk-synthetics-runner/Chart.yaml index ad05b37..aaa344e 100644 --- a/charts/splunk-synthetics-runner/Chart.yaml +++ b/charts/splunk-synthetics-runner/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: splunk-synthetics-runner description: Private location runners for Splunk Synthetic Monitoring type: application -version: 0.0.7 +version: 0.0.8 appVersion: "0.20.0" keywords: - Splunk diff --git a/charts/splunk-synthetics-runner/README.md b/charts/splunk-synthetics-runner/README.md index 91330b5..e052b00 100644 --- a/charts/splunk-synthetics-runner/README.md +++ b/charts/splunk-synthetics-runner/README.md @@ -1,6 +1,6 @@ ## Splunk Synthetic Monitoring - Kubernetes Private Locations -![Version: 0.0.7](https://img.shields.io/badge/Version-0.0.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square) +![Version: 0.0.8](https://img.shields.io/badge/Version-0.0.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.20.0](https://img.shields.io/badge/AppVersion-0.20.0-informational?style=flat-square) Helm chart to deploy [private location runners](https://docs.splunk.com/observability/en/synthetics/test-config/private-locations.html) for [Splunk Synthetic Monitoring](https://www.splunk.com/en_us/products/synthetic-monitoring.html). diff --git a/charts/splunk-synthetics-runner/templates/NOTES.txt b/charts/splunk-synthetics-runner/templates/NOTES.txt index 86ba60f..975b0c4 100644 --- a/charts/splunk-synthetics-runner/templates/NOTES.txt +++ b/charts/splunk-synthetics-runner/templates/NOTES.txt @@ -11,8 +11,8 @@ If none of the below checks pass, we throw an error - Check the status of Splunk Synthetic Private Location deployment by running this comamnd: -kubectl get deployments --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.fullname" . }},app.kubernetes.io/instance={{ .Release.Name }}" +kubectl get deployments --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.name" . }},app.kubernetes.io/instance={{ .Release.Name }}" List the Runner Pods with the following command: -kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.fullname" . }},app.kubernetes.io/instance={{ .Release.Name }}" +kubectl get pods --namespace {{ .Release.Namespace }} -l "app.kubernetes.io/name={{ include "splunk-synthetics-runner.name" . }},app.kubernetes.io/instance={{ .Release.Name }}"