Skip to content

Commit

Permalink
Merge pull request #3995 from lsst-sqre/renovate/obsidiandynamics-kaf…
Browse files Browse the repository at this point in the history
…drop-4.x

Update obsidiandynamics/kafdrop Docker tag to v4.1.0
  • Loading branch information
afausti authored Dec 23, 2024
2 parents 0efb878 + 6ee0bf5 commit bb09207
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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

0 comments on commit bb09207

Please sign in to comment.