Skip to content

Commit 4a9684e

Browse files
committed
build(deps): regen addons helm docs against the pinned 0.158.0 image tag
The previous regen ran against the pre-fix values.yaml and put the non-existent 0.158.0.386 tag back into the generated files, leaving them out of sync with values.yaml. Regenerate so both agree on 0.158.0. Signed-off-by: Huabing (Robin) Zhao <zhaohuabing@gmail.com> Signed-off-by: Huabing (Robin) Zhao <huabing@tetrate.io>
1 parent b821685 commit 4a9684e

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

charts/gateway-addons-helm/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ helm uninstall eg-addons -n monitoring
173173
| opentelemetry-collector.enabled | bool | `false` | |
174174
| opentelemetry-collector.fullnameOverride | string | `"otel-collector"` | |
175175
| opentelemetry-collector.image.repository | string | `"otel/opentelemetry-collector-contrib"` | |
176-
| opentelemetry-collector.image.tag | string | `"0.158.0.386"` | |
176+
| opentelemetry-collector.image.tag | string | `"0.158.0"` | |
177177
| opentelemetry-collector.mode | string | `"deployment"` | |
178178
| opentelemetry-collector.ports.datadog.containerPort | int | `8126` | |
179179
| opentelemetry-collector.ports.datadog.enabled | bool | `true` | |

site/content/en/latest/install/gateway-addons-helm-api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ An Add-ons Helm chart for Envoy Gateway
152152
| opentelemetry-collector.enabled | bool | `false` | |
153153
| opentelemetry-collector.fullnameOverride | string | `"otel-collector"` | |
154154
| opentelemetry-collector.image.repository | string | `"otel/opentelemetry-collector-contrib"` | |
155-
| opentelemetry-collector.image.tag | string | `"0.158.0.386"` | |
155+
| opentelemetry-collector.image.tag | string | `"0.158.0"` | |
156156
| opentelemetry-collector.mode | string | `"deployment"` | |
157157
| opentelemetry-collector.ports.datadog.containerPort | int | `8126` | |
158158
| opentelemetry-collector.ports.datadog.enabled | bool | `true` | |

test/helm/gateway-addons-helm/e2e.out.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10933,7 +10933,7 @@ spec:
1093310933
- --config=/conf/relay.yaml
1093410934
securityContext:
1093510935
{}
10936-
image: "otel/opentelemetry-collector-contrib:0.158.0.386"
10936+
image: "otel/opentelemetry-collector-contrib:0.158.0"
1093710937
imagePullPolicy: IfNotPresent
1093810938
ports:
1093910939

0 commit comments

Comments
 (0)