Skip to content

Commit

Permalink
Merge pull request #3681 from lsst-sqre/renovate/confluentinc-cp-kafk…
Browse files Browse the repository at this point in the history
…a-rest-7.x

chore(deps): update confluentinc/cp-kafka-rest docker tag to v7.7.1
  • Loading branch information
afausti authored Sep 27, 2024
2 parents 9aeed3a + 4152d49 commit 69f063b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion applications/sasquatch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ Rubin Observatory's telemetry service
| rest-proxy.heapOptions | string | `"-Xms512M -Xmx512M"` | Kafka REST proxy JVM Heap Option |
| rest-proxy.image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| rest-proxy.image.repository | string | `"confluentinc/cp-kafka-rest"` | Kafka REST proxy image repository |
| rest-proxy.image.tag | string | `"7.7.0"` | Kafka REST proxy image tag |
| rest-proxy.image.tag | string | `"7.7.1"` | Kafka REST proxy image tag |
| rest-proxy.ingress.annotations | object | See `values.yaml` | Additional annotations to add to the ingress |
| rest-proxy.ingress.enabled | bool | `false` | Whether to enable the ingress |
| rest-proxy.ingress.hostname | string | None, must be set if ingress is enabled | Ingress hostname |
Expand Down
2 changes: 1 addition & 1 deletion applications/sasquatch/charts/rest-proxy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ A subchart to deploy Confluent REST proxy for Sasquatch.
| heapOptions | string | `"-Xms512M -Xmx512M"` | Kafka REST proxy JVM Heap Option |
| image.pullPolicy | string | `"IfNotPresent"` | Image pull policy |
| image.repository | string | `"confluentinc/cp-kafka-rest"` | Kafka REST proxy image repository |
| image.tag | string | `"7.7.0"` | Kafka REST proxy image tag |
| image.tag | string | `"7.7.1"` | Kafka REST proxy image tag |
| ingress.annotations | object | See `values.yaml` | Additional annotations to add to the ingress |
| 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/rest-proxy/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ image:
pullPolicy: IfNotPresent

# -- Kafka REST proxy image tag
tag: 7.7.0
tag: 7.7.1

service:
# -- Kafka REST proxy service port
Expand Down

0 comments on commit 69f063b

Please sign in to comment.