Skip to content
This repository has been archived by the owner on Feb 17, 2025. It is now read-only.

Commit

Permalink
chore(grafana): update versioning to use latest releases
Browse files Browse the repository at this point in the history
Update the versioning in grafana.yaml files to reference 
the latest Helm release versions and agent image updates for 
better maintainability and accuracy in version tracking.
  • Loading branch information
argoyle committed Feb 5, 2025
1 parent 34ffe9a commit cf4062e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions updatecli/updatecli.d/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ sources:

targets:
grafana_chart:
name: bump chart version
name: bump chart version to {{ source "lastGrafanaHelmRelease" }}
kind: yaml
scmid: github
sourceid: lastGrafanaHelmRelease
Expand All @@ -31,7 +31,7 @@ targets:
- addprefix: "'"
- addsuffix: "'"
ksm_chart:
name: bump chart version
name: bump chart version to {{ source "lastKSMHelmRelease" }}
kind: yaml
scmid: github
sourceid: lastKSMHelmRelease
Expand All @@ -42,7 +42,7 @@ targets:
- addprefix: "'"
- addsuffix: "'"
agent_image:
name: Bump Agent image version
name: bump Agent image version to {{ source "lastAgentRelease" }}
kind: hcl
scmid: github
sourceid: lastAgentRelease
Expand All @@ -52,15 +52,15 @@ targets:
transformers:
- trimprefix: "v"
operator_image:
name: Bump Operator image version
name: bump Operator image version to {{ source "lastAgentRelease" }}
kind: yaml
scmid: github
sourceid: lastAgentRelease
spec:
file: 'grafana/operator-values.yaml'
key: '$.image.tag'
module_version:
name: Bump Operator module version
name: bump Operator module version to {{ source "lastAgentRelease" }}
kind: hcl
scmid: github
sourceid: lastAgentRelease
Expand Down Expand Up @@ -114,4 +114,4 @@ actions:
draft: false
labels:
- "dependencies"
title: "chore(deps): update Grafana Agent Operator version"
title: 'chore(deps): update Grafana Agent Operator version to {{ source "lastAgentRelease" }}'

0 comments on commit cf4062e

Please sign in to comment.