From 6b41085ab3126d1bc70bc3073bb398f2e9af2ec4 Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 27 Nov 2024 19:02:47 +0100
Subject: [PATCH] chore(deps): update ghcr.io/kedify/charts/otel-add-on docker
 tag to v0.0.4 (#40)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
---
 README.md                                        | 2 +-
 examples/metric-pull/README.md                   | 2 +-
 examples/metric-pull/setup.sh                    | 2 +-
 examples/metric-push/README.md                   | 2 +-
 examples/metric-push/setup.sh                    | 2 +-
 helmchart/otel-add-on/README.md                  | 2 +-
 helmchart/otel-add-on/_helm-docs-template.gotmpl | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/README.md b/README.md
index cc5caa1..8bfb33a 100644
--- a/README.md
+++ b/README.md
@@ -90,7 +90,7 @@ helm upgrade -i keda kedacore/keda --namespace keda --create-namespace
 
 ### Then install this add-on
 ```bash
-helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
+helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4
 ```
 
 ### Create an example scaled object
diff --git a/examples/metric-pull/README.md b/examples/metric-pull/README.md
index 765c664..263e03a 100644
--- a/examples/metric-pull/README.md
+++ b/examples/metric-pull/README.md
@@ -27,7 +27,7 @@ open http://localhost:8181/metrics
 
 Install this addon:
 ```bash
-helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -f scaler-with-collector-pull-values.yaml
+helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4 -f scaler-with-collector-pull-values.yaml
 ```
 
 Note the following section in the helm chart values that configures the OTEL collector to scrape targets:
diff --git a/examples/metric-pull/setup.sh b/examples/metric-pull/setup.sh
index 771bf45..d4621df 100755
--- a/examples/metric-pull/setup.sh
+++ b/examples/metric-pull/setup.sh
@@ -16,7 +16,7 @@ k3d cluster create metric-pull -p "8181:31198@server:0"
 
 # deploy stuff
 helm upgrade -i podinfo podinfo/podinfo -f ${DIR}/podinfo-values.yaml
-helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -f ${DIR}/scaler-with-collector-pull-values.yaml
+helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4 -f ${DIR}/scaler-with-collector-pull-values.yaml
 helm upgrade -i keda kedify/keda --namespace keda --create-namespace
 
 kubectl rollout status -n keda --timeout=300s deploy/keda-operator
diff --git a/examples/metric-push/README.md b/examples/metric-push/README.md
index 7a1e3eb..94b365b 100644
--- a/examples/metric-push/README.md
+++ b/examples/metric-push/README.md
@@ -28,7 +28,7 @@ open http://localhost:8080
 
 Install this addon:
 ```bash
-helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -f scaler-only-push-values.yaml
+helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4 -f scaler-only-push-values.yaml
 ```
 
 In this scenario, we don't install OTEL collector using the `kedify-otel/otel-add-on` helm chart, because
diff --git a/examples/metric-push/setup.sh b/examples/metric-push/setup.sh
index 04c90b4..38533c0 100755
--- a/examples/metric-push/setup.sh
+++ b/examples/metric-push/setup.sh
@@ -16,7 +16,7 @@ k3d cluster create metric-push -p "8080:31198@server:0"
 
 # deploy stuff
 helm upgrade -i my-otel-demo open-telemetry/opentelemetry-demo -f ${DIR}/opentelemetry-demo-values.yaml
-helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -f ${DIR}/scaler-only-push-values.yaml
+helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4 -f ${DIR}/scaler-only-push-values.yaml
 helm upgrade -i keda kedify/keda --namespace keda --create-namespace
 
 kubectl rollout status -n keda --timeout=300s deploy/keda-operator
diff --git a/helmchart/otel-add-on/README.md b/helmchart/otel-add-on/README.md
index 14e6efe..e29b464 100644
--- a/helmchart/otel-add-on/README.md
+++ b/helmchart/otel-add-on/README.md
@@ -38,7 +38,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
 
 Install specific version:
 ```
-helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
+helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4
 ```
 
 ## Source Code
diff --git a/helmchart/otel-add-on/_helm-docs-template.gotmpl b/helmchart/otel-add-on/_helm-docs-template.gotmpl
index 0d6427c..71bc3bb 100644
--- a/helmchart/otel-add-on/_helm-docs-template.gotmpl
+++ b/helmchart/otel-add-on/_helm-docs-template.gotmpl
@@ -40,7 +40,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
 
 Install specific version:
 ```
-helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
+helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.4
 ```
 
 {{ template "chart.maintainersSection" . }}