Skip to content

Commit

Permalink
Upgrade PAR version to v0.1.14-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
dd-gplassard committed Mar 6, 2025
1 parent 676c95f commit 32e0d73
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/private-action-runner/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## 0.15.8

* Update private action image version to `v0.1.13-beta`
* Update private action image version to `v0.1.14-beta`

## 0.15.7

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: gcr.io/datadoghq/private-action-runner
tag: v0.1.13-beta
tag: v0.1.14-beta

runners:
# runners[0].name -- Name of the Datadog Private Action Runner
Expand Down
2 changes: 1 addition & 1 deletion test/private-action-runner/__snapshot__/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ spec:
value: nodeless
containers:
- name: runner
image: "gcr.io/datadoghq/private-action-runner:v0.1.13-beta"
image: "gcr.io/datadoghq/private-action-runner:v0.1.14-beta"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ spec:
value: nodeless
containers:
- name: runner
image: "gcr.io/datadoghq/private-action-runner:v0.1.13-beta"
image: "gcr.io/datadoghq/private-action-runner:v0.1.14-beta"
imagePullPolicy: IfNotPresent
ports:
- name: http
Expand Down

0 comments on commit 32e0d73

Please sign in to comment.