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

[bitnami/jaeger] Release 2.5.3 #27887

Merged
merged 4 commits into from
Jul 15, 2024
Merged
Show file tree
Hide file tree
Changes from 3 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
8 changes: 6 additions & 2 deletions bitnami/jaeger/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Changelog

## 2.5.2 (2024-07-04)
## 2.5.3 (2024-07-10)

* [bitnami/jaeger] Release 2.5.2 ([#27791](https://github.com/bitnami/charts/pull/27791))
* [bitnami/jaeger] Release 2.5.3 ([#27887](https://github.com/bitnami/charts/pull/27887))

## <small>2.5.2 (2024-07-04)</small>

* [bitnami/jaeger] Release 2.5.2 (#27791) ([3edc25b](https://github.com/bitnami/charts/commit/3edc25bff13fe127431031109120adf4dc3d83b1)), closes [#27791](https://github.com/bitnami/charts/issues/27791)

## <small>2.5.1 (2024-07-03)</small>

Expand Down
8 changes: 4 additions & 4 deletions bitnami/jaeger/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ annotations:
licenses: Apache-2.0
images: |
- name: cassandra
image: docker.io/bitnami/cassandra:4.0.13-debian-12-r2
image: docker.io/bitnami/cassandra:4.0.13-debian-12-r3
- name: jaeger
image: docker.io/bitnami/jaeger:1.58.1-debian-12-r3
image: docker.io/bitnami/jaeger:1.59.0-debian-12-r0
apiVersion: v2
appVersion: 1.58.1
appVersion: 1.59.0
dependencies:
- name: common
repository: oci://registry-1.docker.io/bitnamicharts
Expand All @@ -34,4 +34,4 @@ maintainers:
name: jaeger
sources:
- https://github.com/bitnami/charts/tree/main/bitnami/jaeger
version: 2.5.2
version: 2.5.3
2 changes: 2 additions & 0 deletions bitnami/jaeger/templates/collector/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 12 }}
{{- else if .Values.collector.args }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.collector.args "context" $) | nindent 12 }}
{{- else }}
args: ["--cassandra.basic.allowed-authenticators=org.apache.cassandra.auth.PasswordAuthenticator"]
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

{{- end }}
{{- if .Values.collector.lifecycleHooks }}
lifecycle: {{- include "common.tplvalues.render" (dict "value" .Values.collector.lifecycleHooks "context" $) | nindent 12 }}
Expand Down
2 changes: 2 additions & 0 deletions bitnami/jaeger/templates/query/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,8 @@ spec:
args: {{- include "common.tplvalues.render" (dict "value" .Values.diagnosticMode.args "context" $) | nindent 12 }}
{{- else if .Values.query.args }}
args: {{- include "common.tplvalues.render" (dict "value" .Values.query.args "context" $) | nindent 12 }}
{{- else }}
args: ["--cassandra.basic.allowed-authenticators=org.apache.cassandra.auth.PasswordAuthenticator"]
{{- end }}
{{- if .Values.query.lifecycleHooks }}
lifecycle: {{- include "common.tplvalues.render" (dict "value" .Values.query.lifecycleHooks "context" $) | nindent 12 }}
Expand Down
4 changes: 2 additions & 2 deletions bitnami/jaeger/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ diagnosticMode:
image:
registry: docker.io
repository: bitnami/jaeger
tag: 1.58.1-debian-12-r3
tag: 1.59.0-debian-12-r0
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down Expand Up @@ -1517,7 +1517,7 @@ migration:
cqlshImage:
registry: docker.io
repository: bitnami/cassandra
tag: 4.0.13-debian-12-r2
tag: 4.0.13-debian-12-r3
digest: ""
## Specify a imagePullPolicy
## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'
Expand Down
Loading