Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update ghcr.io/kedify/charts/otel-add-on docker tag to v0.0.3 #36

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.2
helm upgrade -i kedify-otel oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
```

### 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.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:
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.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
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.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
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.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
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.2
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
```

## 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.2
helm upgrade -i oci://ghcr.io/kedify/charts/otel-add-on --version=v0.0.3
```

{{ template "chart.maintainersSection" . }}
Expand Down