Skip to content

Commit d19d74e

Browse files
chore(deps): update ghcr.io/kedify/charts/otel-add-on docker tag to v0.0.6 (#79)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a17b15e commit d19d74e

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ helm upgrade -i keda kedacore/keda --namespace keda --create-namespace
9090

9191
### Then install this add-on
9292
```bash
93-
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5
93+
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6
9494
```
9595

9696
### Create an example scaled object

examples/dapr/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ kubectl rollout status -n dapr-system deploy/dapr-sidecar-injector
3434

3535
Deploy this scaler and OTel collector that forwards one whitelisted metric:
3636
```bash
37-
cat <<VALUES | helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5 -f -
37+
cat <<VALUES | helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6 -f -
3838
opentelemetry-collector:
3939
alternateConfig:
4040
processors:

examples/metric-pull/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ open http://localhost:8181/metrics
2727

2828
Install this addon:
2929
```bash
30-
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5 -f scaler-with-collector-pull-values.yaml
30+
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6 -f scaler-with-collector-pull-values.yaml
3131
```
3232

3333
Note the following section in the helm chart values that configures the OTel collector to scrape targets:

examples/metric-pull/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ k3d cluster create metric-pull -p "8181:31198@server:0"
1616

1717
# deploy stuff
1818
helm upgrade -i podinfo podinfo/podinfo -f ${DIR}/podinfo-values.yaml
19-
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5 -f ${DIR}/scaler-with-collector-pull-values.yaml
19+
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6 -f ${DIR}/scaler-with-collector-pull-values.yaml
2020
helm upgrade -i keda kedify/keda --namespace keda --create-namespace
2121

2222
kubectl rollout status -n keda --timeout=300s deploy/keda-operator

examples/metric-push/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ open http://localhost:8080
2828

2929
Install this addon:
3030
```bash
31-
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5 -f scaler-only-push-values.yaml
31+
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6 -f scaler-only-push-values.yaml
3232
```
3333

3434
In this scenario, we don't install OTel collector using the `kedify-otel/otel-add-on` helm chart, because

examples/metric-push/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ k3d cluster create metric-push -p "8080:31198@server:0"
1616

1717
# deploy stuff
1818
helm upgrade -i my-otel-demo open-telemetry/opentelemetry-demo -f ${DIR}/opentelemetry-demo-values.yaml
19-
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5 -f ${DIR}/scaler-only-push-values.yaml
19+
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6 -f ${DIR}/scaler-only-push-values.yaml
2020
helm upgrade -i keda kedify/keda --namespace keda --create-namespace
2121

2222
kubectl rollout status -n keda --timeout=300s deploy/keda-operator

helmchart/otel-add-on/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
3838

3939
Install specific version:
4040
```
41-
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5
41+
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6
4242
```
4343

4444
## Source Code

helmchart/otel-add-on/_helm-docs-template.gotmpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ crane ls ghcr.io/kedify/charts/otel-add-on | grep -E '^v?[0-9]'
4040
4141
Install specific version:
4242
```
43-
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.5
43+
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.6
4444
```
4545
4646
{{ template "chart.maintainersSection" . }}

0 commit comments

Comments
 (0)