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