From 530a26f7fdcb7bd4029cb3ed9a6076b097615069 Mon Sep 17 00:00:00 2001 From: jinja2 <22205748+jinja2@users.noreply.github.com> Date: Fri, 18 Oct 2024 01:23:01 +0000 Subject: [PATCH 1/3] Prepare chart release 0.0.5 --- charts/splunk-synthetics-runner/Chart.yaml | 4 ++-- charts/splunk-synthetics-runner/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/splunk-synthetics-runner/Chart.yaml b/charts/splunk-synthetics-runner/Chart.yaml index 9e849d3..3571002 100644 --- a/charts/splunk-synthetics-runner/Chart.yaml +++ b/charts/splunk-synthetics-runner/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: splunk-synthetics-runner description: Private location runners for Splunk Synthetic Monitoring type: application -version: 0.0.4 -appVersion: "0.19.4" +version: 0.0.5 +appVersion: "0.19.6-2" keywords: - Splunk - Observability diff --git a/charts/splunk-synthetics-runner/README.md b/charts/splunk-synthetics-runner/README.md index d4f2ea4..a1a70f4 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.4](https://img.shields.io/badge/Version-0.0.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.4](https://img.shields.io/badge/AppVersion-0.19.4-informational?style=flat-square) +![Version: 0.0.5](https://img.shields.io/badge/Version-0.0.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.19.6-2](https://img.shields.io/badge/AppVersion-0.19.6--2-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). From db9d79aeb1993892e20ecf33002f29df881a679e Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Mon, 21 Oct 2024 14:22:52 -0700 Subject: [PATCH 2/3] test with no resources --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index d8fa488..0fd6b8c 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,4 +70,4 @@ jobs: run: ct install --config=ct.yaml --helm-extra-set-args='--set=synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' - name: Run chart-testing (upgrade) - run: ct install --config=ct.yaml --helm-extra-set-args='--set=synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' --upgrade + run: ct install --config=ct.yaml --helm-extra-set-args='--set=resources=null,synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' --upgrade From eee5f76653db121c2d33e5e69181f2ae0a09052c Mon Sep 17 00:00:00 2001 From: Jina Jain Date: Mon, 21 Oct 2024 14:34:56 -0700 Subject: [PATCH 3/3] null out resources --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 0fd6b8c..918628d 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -70,4 +70,4 @@ jobs: run: ct install --config=ct.yaml --helm-extra-set-args='--set=synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' - name: Run chart-testing (upgrade) - run: ct install --config=ct.yaml --helm-extra-set-args='--set=resources=null,synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' --upgrade + run: ct install --config=ct.yaml --helm-extra-set-args='--set=resources.limits=null,resources.requests=null,synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' --upgrade