Skip to content

Commit 0dcd45d

Browse files
authored
[eks/actions-runner-controller] Fix misconfigured document separators in Helm chart template (cloudposse/terraform-aws-components#1077)
1 parent da161e7 commit 0dcd45d

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

src/CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,15 @@
1-
## PR [#1075](https://github.com/cloudposse/terraform-aws-components/pull/1075)
1+
## Release 1.470.1
2+
3+
Components PR [#1077](https://github.com/cloudposse/terraform-aws-components/pull/1077)
4+
5+
Bugfix:
6+
7+
- Fix templating of document separators in Helm chart template. Affects users who are not using
8+
`running_pod_annotations`.
9+
10+
## Release 1.470.0
11+
12+
Components PR [#1075](https://github.com/cloudposse/terraform-aws-components/pull/1075)
213

314
New Features:
415

src/charts/actions-runner/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.3.0
18+
version: 0.3.1
1919

2020
# This chart only deploys Resources for actions-runner-controller, so app version does not really apply.
2121
# We use Resource API version instead.

src/charts/actions-runner/templates/runnerdeployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ we explicitly convert to boolean based on the string value */}}
1212
We keep the logic here in case we need to revert to the sidecar option. */}}
1313
{{- $use_dind_in_runner := $use_dind }}
1414
{{- if $use_pvc }}
15+
---
1516
# Persistent Volumes can be used for image caching
1617
apiVersion: v1
1718
kind: PersistentVolumeClaim
@@ -95,8 +96,8 @@ data:
9596
printf "Annotated pod at %s with annotations:\n '%s'\n" "$AT" '{{ . | toJson }}'
9697
fi
9798
98-
---
9999
{{ end }}
100+
---
100101
apiVersion: actions.summerwind.dev/v1alpha1
101102
kind: RunnerDeployment
102103
metadata:

0 commit comments

Comments
 (0)