From 677fa91ee73f28881f4ccba6e93cbb3c8ac19b61 Mon Sep 17 00:00:00 2001 From: Jaime Yera Hidalgo Date: Thu, 27 Jun 2024 19:09:48 +0200 Subject: [PATCH] CHANGE oracle exporter image --- charts/oracledb-exporter/Chart.yaml | 2 +- charts/oracledb-exporter/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/oracledb-exporter/Chart.yaml b/charts/oracledb-exporter/Chart.yaml index 07c5bcb..ada25b8 100644 --- a/charts/oracledb-exporter/Chart.yaml +++ b/charts/oracledb-exporter/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.0.5 +version: 0.0.6 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/oracledb-exporter/values.yaml b/charts/oracledb-exporter/values.yaml index a34e1d9..56f2338 100644 --- a/charts/oracledb-exporter/values.yaml +++ b/charts/oracledb-exporter/values.yaml @@ -5,10 +5,10 @@ replicaCount: 1 image: - repository: quay.io/sysdig/oracledb-exporter + repository: ghcr.io/iamseth/oracledb_exporter pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "v0.5.2" + tag: "0.6.0" port: 9161