From 314d67325f8a3e80dd39e8b6a23395919cea1658 Mon Sep 17 00:00:00 2001 From: Pim van Nierop Date: Mon, 29 Jul 2024 09:23:07 +0200 Subject: [PATCH] Upgrade radar-jdbc-connector appversion to 10.5.3-hotfix --- charts/radar-jdbc-connector/Chart.yaml | 4 ++-- charts/radar-jdbc-connector/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/radar-jdbc-connector/Chart.yaml b/charts/radar-jdbc-connector/Chart.yaml index 36ae4087..a90745ab 100644 --- a/charts/radar-jdbc-connector/Chart.yaml +++ b/charts/radar-jdbc-connector/Chart.yaml @@ -1,8 +1,8 @@ apiVersion: v2 -appVersion: "10.5.3" +appVersion: "10.5.3-hotfix" name: radar-jdbc-connector description: A Helm chart for RADAR-base JDBC Kafka connector. This is a fork of the Kafka JDBC connector which allows data from topics to be imported into JDBC databases (including TimescaleDB databases which is used in the dashboard pipeline). -version: 0.5.2 +version: 0.5.3 icon: "http://radar-base.org/wp-content/uploads/2022/09/Logo_RADAR-Base-RGB.png" sources: - https://github.com/RADAR-base/radar-helm-charts/tree/main/charts/radar-jdbc-connector diff --git a/charts/radar-jdbc-connector/README.md b/charts/radar-jdbc-connector/README.md index 1d253a02..129b9140 100644 --- a/charts/radar-jdbc-connector/README.md +++ b/charts/radar-jdbc-connector/README.md @@ -3,7 +3,7 @@ # radar-jdbc-connector [![Artifact HUB](https://img.shields.io/endpoint?url=https://artifacthub.io/badge/repository/radar-jdbc-connector)](https://artifacthub.io/packages/helm/radar-base/radar-jdbc-connector) -![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.3](https://img.shields.io/badge/AppVersion-10.5.3-informational?style=flat-square) +![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.3-hotfix](https://img.shields.io/badge/AppVersion-10.5.3--hotfix-informational?style=flat-square) A Helm chart for RADAR-base JDBC Kafka connector. This is a fork of the Kafka JDBC connector which allows data from topics to be imported into JDBC databases (including TimescaleDB databases which is used in the dashboard pipeline).