Skip to content

Commit

Permalink
Bump private action runner to v0.0.1-alpha31 (#1523)
Browse files Browse the repository at this point in the history
* Bump private action runner to v0.0.1-alpha30

* Bump private action runner to v0.0.1-alpha31
  • Loading branch information
dd-gplassard authored Sep 16, 2024
1 parent a5c4ca0 commit 304008e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions charts/private-action-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Datadog changelog

### 0.10.0

* Update private action image version to `v0.0.1-alpha31`.

### 0.9.1

- Added ability to configure connection credentials in `config.yaml`.
Expand Down
2 changes: 1 addition & 1 deletion charts/private-action-runner/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: private-action-runner
description: A Helm chart to deploy the private action runner

type: application
version: 0.9.1
version: 0.10.0
appVersion: "1.22.0"
keywords:
- app builder
Expand Down
2 changes: 1 addition & 1 deletion charts/private-action-runner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ helm repo update

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| common.image | object | `{"repository":"us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner","tag":"v0.0.1-alpha29"}` | Current Datadog Private Action Runner image |
| common.image | object | `{"repository":"us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner","tag":"v0.0.1-alpha31"}` | Current Datadog Private Action Runner image |
| connectionCredentials.basicAuth.credentials | list | `[]` | List of credentials for Basic Auth |
| connectionCredentials.jenkinsAuth.credentials | list | `[]` | List of credentials for Jenkins Auth |
| connectionCredentials.postgresAuth.credentials | list | `[]` | List of credentials for Postgres Auth |
Expand Down
2 changes: 1 addition & 1 deletion charts/private-action-runner/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ common:
# -- Current Datadog Private Action Runner image
image:
repository: us-east4-docker.pkg.dev/datadog-sandbox/apps-on-prem/onprem-runner
tag: v0.0.1-alpha29
tag: v0.0.1-alpha31

runners:
# runners[0].name -- Name of the Datadog Private Action Runner
Expand Down

0 comments on commit 304008e

Please sign in to comment.