Skip to content

Commit

Permalink
feat: Bump jaeger to 2.37.0 (#813)
Browse files Browse the repository at this point in the history
* chore: Update jaeger 2.36.0 => 2.37.0

* chore: Move jaeger/2.36.0 => jaeger/2.37.0

* feat: Remaining jaeger bumps

Co-authored-by: d2iq-mergebot <[email protected]>
Co-authored-by: Grace Do <[email protected]>
  • Loading branch information
3 people authored Nov 16, 2022
1 parent aed49aa commit ee9fb68
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 8 deletions.
2 changes: 1 addition & 1 deletion licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ resources:
- url: https://github.com/istio/istio
ref: ${image_tag}
license_path: LICENSE
- container_image: docker.io/jaegertracing/jaeger-operator:1.38.0
- container_image: docker.io/jaegertracing/jaeger-operator:1.39.0
sources:
- url: https://github.com/jaegertracing/jaeger-operator
ref: v${image_tag}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
---
apiVersion: v1
kind: ConfigMap
metadata:
name: jaeger-2.36.0-d2iq-defaults
name: jaeger-2.37.0-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/jaeger/2.36.0/helmrelease
path: ./services/jaeger/2.37.0/helmrelease
dependsOn:
- name: jaeger-pre-upgrade
sourceRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: jaegertracing-github-io
namespace: kommander-flux
version: 2.36.0
version: 2.37.0
# The main reason behind this dependency is to wait until
# the istio-system namespace is actually created
dependsOn:
Expand All @@ -29,7 +29,7 @@ spec:
targetNamespace: istio-system
valuesFrom:
- kind: ConfigMap
name: jaeger-2.36.0-d2iq-defaults
name: jaeger-2.37.0-d2iq-defaults
---
apiVersion: v1
kind: ConfigMap
Expand All @@ -43,7 +43,7 @@ data:
dashboardLink: "/dkp/jaeger"
docsLink: "https://istio.io/docs/tasks/telemetry/distributed-tracing/jaeger/"
# Check https://artifacthub.io/packages/helm/jaegertracing/jaeger-operator/ for app version
version: "1.38.0"
version: "1.39.0"
---
apiVersion: rbac.authorization.k8s.io/v1
kind: ClusterRole
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ spec:
wait: true
interval: 6h
retryInterval: 1m
path: ./services/jaeger/2.36.0/pre-upgrade
path: ./services/jaeger/2.37.0/pre-upgrade
dependsOn:
- name: istio-helmrelease
sourceRef:
Expand Down

0 comments on commit ee9fb68

Please sign in to comment.