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

Update obsidiandynamics/kafdrop Docker tag to v4.1.0 #3995

Merged
merged 1 commit into from
Dec 23, 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 applications/sasquatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ Rubin Observatory's telemetry service
| kafdrop.host | string | `"localhost"` | The hostname to report for the RMI registry (used for JMX) |
| kafdrop.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| kafdrop.image.repository | string | `"obsidiandynamics/kafdrop"` | Kafdrop Docker image repository |
| kafdrop.image.tag | string | `"4.0.2"` | Kafdrop image version |
| kafdrop.image.tag | string | `"4.1.0"` | Kafdrop image version |
| kafdrop.ingress.annotations | object | `{}` | Additional ingress annotations |
| kafdrop.ingress.enabled | bool | `false` | Whether to enable the ingress |
| kafdrop.ingress.hostname | string | None, must be set if ingress is enabled | Ingress hostname |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/kafdrop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ version: 1.0.0
description: A subchart to deploy the Kafdrop UI for Sasquatch.
sources:
- https://github.com/obsidiandynamics/kafdrop
appVersion: 3.30.0
appVersion: 4.1.0
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/kafdrop/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A subchart to deploy the Kafdrop UI for Sasquatch.
| host | string | `"localhost"` | The hostname to report for the RMI registry (used for JMX) |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"obsidiandynamics/kafdrop"` | Kafdrop Docker image repository |
| image.tag | string | `"4.0.2"` | Kafdrop image version |
| image.tag | string | `"4.1.0"` | Kafdrop image version |
| ingress.annotations | object | `{}` | Additional ingress annotations |
| ingress.enabled | bool | `false` | Whether to enable the ingress |
| ingress.hostname | string | None, must be set if ingress is enabled | Ingress hostname |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/kafdrop/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
pullPolicy: IfNotPresent

# -- Kafdrop image version
tag: 4.0.2
tag: 4.1.0

kafka:
# -- Bootstrap list of Kafka host/port pairs
Expand Down
Loading