Skip to content

Commit

Permalink
chore(deps): update ghcr.io/kedify/charts/otel-add-on docker tag to v…
Browse files Browse the repository at this point in the history
…0.0.4 (#40)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 27, 2024
1 parent 3623ccc commit 6b41085
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/metric-pull/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion examples/metric-pull/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/metric-push/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion examples/metric-push/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helmchart/otel-add-on/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helmchart/otel-add-on/_helm-docs-template.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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" . }}
Expand Down

0 comments on commit 6b41085

Please sign in to comment.