Skip to content

Commit

Permalink
chore: Prepare chart release 0.0.5 (#22)
Browse files Browse the repository at this point in the history
* Prepare chart release 0.0.5

* test with no resources

* null out resources

---------

Co-authored-by: jinja2 <[email protected]>
Co-authored-by: Jina Jain <[email protected]>
  • Loading branch information
3 people authored Oct 21, 2024
1 parent 27934c7 commit f2b04f3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.limits=null,resources.requests=null,synthetics.secret.create=true,synthetics.secret.runnerToken=${{ secrets.RUNNER_TOKEN }}' --upgrade
4 changes: 2 additions & 2 deletions charts/splunk-synthetics-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion charts/splunk-synthetics-runner/README.md
Original file line number Diff line number Diff line change
@@ -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).

Expand Down

0 comments on commit f2b04f3

Please sign in to comment.