Skip to content

Commit

Permalink
Fix image value for opentelemetry image
Browse files Browse the repository at this point in the history
  • Loading branch information
rrajashe committed Aug 30, 2024
1 parent a454002 commit 17c2b83
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spec:
helm:
parameters:
- name: "image.repository"
value: otel/opentelemetry-collector-k8s
value: "quay.io/konflux-ci/opentelemetry-collector-k8s"
- name: "mode"
value: deployment
- name: "fullnameOverride"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,5 +79,5 @@ image:
repository: quay.io/konflux-ci/opentelemetry-collector-k8s
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.106.0"
tag: "0.106.1"

Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ image:
repository: quay.io/konflux-ci/opentelemetry-collector-k8s
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.106.0"
tag: "0.106.1"
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,4 @@ image:
repository: quay.io/konflux-ci/opentelemetry-collector-k8s
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.106.0"
tag: "0.106.1"

0 comments on commit 17c2b83

Please sign in to comment.