From 9dad2ba5d00e4ba1ce542e5ed3374a98d8a4e4c9 Mon Sep 17 00:00:00 2001 From: jessebot Date: Mon, 7 Aug 2023 19:49:03 +0200 Subject: [PATCH] make renovateBot care about updating the Chart.yaml appVersion as a docker tag :) - also fix readme version --- .github/renovate.json | 9 +++++++++ charts/coturn/Chart.yaml | 2 ++ charts/coturn/README.md | 2 +- 3 files changed, 12 insertions(+), 1 deletion(-) diff --git a/.github/renovate.json b/.github/renovate.json index 8e07003..0726710 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,5 +1,14 @@ { "repositories": [ "jessebot/coturn-chart" + ], + "regexManagers": [ + { + "datasourceTemplate": "docker", + "fileMatch": ["(^|/)Chart\\.yaml$"], + "matchStrings": [ + "#\\s?renovate: image=(?.*?)\\s?appVersion:\\s?\\\"?(?[\\w+\\.\\-]*)\"" + ] + } ] } diff --git a/charts/coturn/Chart.yaml b/charts/coturn/Chart.yaml index 0262cb9..5048c8d 100644 --- a/charts/coturn/Chart.yaml +++ b/charts/coturn/Chart.yaml @@ -4,6 +4,8 @@ type: application description: A Helm chart to deploy coturn home: "https://github.com/jessebot/coturn-chart" version: 4.1.2 + +# renovate: image=coturn/coturn appVersion: 4.6.2 sources: - "https://github.com/jessebot/coturn-chart" diff --git a/charts/coturn/README.md b/charts/coturn/README.md index 958dd23..8aa9238 100644 --- a/charts/coturn/README.md +++ b/charts/coturn/README.md @@ -1,6 +1,6 @@ # coturn -![Version: 4.1.1](https://img.shields.io/badge/Version-4.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square) +![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square) A Helm chart to deploy coturn