diff --git a/caddy/go.mod b/caddy/go.mod index 970e05bb..6aa86f4c 100644 --- a/caddy/go.mod +++ b/caddy/go.mod @@ -7,7 +7,7 @@ replace github.com/dunglas/mercure => ../ require ( github.com/caddyserver/caddy/v2 v2.4.3 github.com/caddyserver/certmagic v0.14.1 // indirect - github.com/dunglas/mercure v0.12.1 + github.com/dunglas/mercure v0.12.2 github.com/google/uuid v1.3.0 // indirect github.com/klauspost/cpuid/v2 v2.0.9 // indirect github.com/miekg/dns v1.1.43 // indirect diff --git a/charts/mercure/Chart.yaml b/charts/mercure/Chart.yaml index d0dc738a..67127d61 100644 --- a/charts/mercure/Chart.yaml +++ b/charts/mercure/Chart.yaml @@ -12,8 +12,8 @@ keywords: - streaming-api - async-api type: application -version: 0.12.1 -appVersion: "v0.12.1" +version: 0.12.2 +appVersion: "v0.12.2" maintainers: - name: dunglas email: kevin@dunglas.fr diff --git a/charts/mercure/README.md b/charts/mercure/README.md index dc604911..1e03e440 100644 --- a/charts/mercure/README.md +++ b/charts/mercure/README.md @@ -1,6 +1,6 @@ # Mercure Chart for Kubernetes -![Version: 0.12.1](https://img.shields.io/badge/Version-0.12.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.1](https://img.shields.io/badge/AppVersion-v0.12.1-informational?style=flat-square) +![Version: 0.12.2](https://img.shields.io/badge/Version-0.12.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.12.2](https://img.shields.io/badge/AppVersion-v0.12.2-informational?style=flat-square) A Helm chart to install a Mercure Hub in a Kubernetes cluster. Mercure is a protocol to push data updates to web browsers and other HTTP clients in a convenient, fast, reliable and battery-efficient way. @@ -48,9 +48,9 @@ To install the chart with the release name `my-release`, run the following comma | replicaCount | int | `1` | The number of replicas (pods) to launch, must be 1 unless you are using [the High Availability version](https://mercure.rocks/docs/hub/cluster). | | resources | object | No requests or limits. | Container resource [requests and limits](https://kubernetes.io/docs/concepts/configuration/manage-resources-containers/). See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#resources) for details. | | securityContext | object | `{}` | Container [security context](https://kubernetes.io/docs/tasks/configure-pod-container/security-context/#set-the-security-context-for-a-container). See the [API reference](https://kubernetes.io/docs/reference/kubernetes-api/workload-resources/pod-v1/#security-context-1) for details. | +| service.annotations | object | `{}` | | | service.port | int | `80` | Service port. | | service.type | string | `"ClusterIP"` | Kubernetes [service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types). | -| service.annotations | string | `""` | Kubernetes [service type](https://kubernetes.io/docs/concepts/services-networking/service/#publishing-services-service-types). | | serviceAccount.annotations | object | `{}` | Annotations to add to the service account. | | serviceAccount.create | bool | `true` | Specifies whether a service account should be created. | | serviceAccount.name | string | `""` | The name of the service account to use. If not set and create is true, a name is generated using the fullname template. |