forked from open-telemetry/opentelemetry-helm-charts
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathupdate-target-allocator-chart.yaml
More file actions
40 lines (36 loc) · 1.18 KB
/
Copy pathupdate-target-allocator-chart.yaml
File metadata and controls
40 lines (36 loc) · 1.18 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Update Target Allocator Chart
on:
schedule:
- cron: "27 9 * * *"
workflow_dispatch:
inputs:
release_tag:
description: Operator release tag to apply. Defaults to the latest published release.
required: false
type: string
permissions:
contents: read
jobs:
update:
permissions:
contents: write
pull-requests: write
uses: ./.github/workflows/update-chart-app-version.yaml
secrets: inherit
with:
chart_name: opentelemetry-target-allocator
chart_root: charts/opentelemetry-target-allocator
chart_yaml: charts/opentelemetry-target-allocator/Chart.yaml
stage_path: charts/opentelemetry-target-allocator
upstream_repository: open-telemetry/opentelemetry-operator
release_tag_prefix: v
app_version_prefix: ""
branch_prefix: ta
version_policy: patch-bump
approvers: "@atoulme"
pr_title_template: "Update target allocator chart to use latest target allocator version: {{ release_tag }}"
pr_body_template: |
{{ release_url }}
cc {{ approvers }}
post_update_action: generate-examples
release_tag: ${{ github.event.inputs.release_tag || '' }}