diff --git a/README.md b/README.md index 52d0eb7..cc5caa1 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.2 +helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 ``` ### Create an example scaled object diff --git a/examples/metric-pull/README.md b/examples/metric-pull/README.md index 31dadb6..765c664 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.2 -f scaler-with-collector-pull-values.yaml +helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -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 0e6f82a..771bf45 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.2 -f ${DIR}/scaler-with-collector-pull-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 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 c0c4399..7a1e3eb 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.2 -f scaler-only-push-values.yaml +helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 -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 a61e8e3..04c90b4 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.2 -f ${DIR}/scaler-only-push-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 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 a2ccb26..cb9c728 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.2 +helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 ``` ## Source Code diff --git a/helmchart/otel-add-on/_helm-docs-template.gotmpl b/helmchart/otel-add-on/_helm-docs-template.gotmpl index 9110be3..0d6427c 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.2 +helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3 ``` {{ template "chart.maintainersSection" . }}