Skip to content

Commit

Permalink
clean up digest timestamp and readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebot committed Oct 20, 2024
1 parent 4dc793d commit dc8f4ec
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
4 changes: 2 additions & 2 deletions charts/coturn/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ dependencies:
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.17
digest: sha256:33b6dae7c8d0a6b944d2a943576734c36f67aec3085873a83b50ee3b3d6813bd
generated: "2024-10-20T07:49:28.015224647Z"
digest: sha256:213a0ad6b245553cb8716e0fea6a59fc35aa858f4b4a4f16f03b421895c3512b
generated: "2024-10-20T10:59:16.973642+02:00"
7 changes: 1 addition & 6 deletions charts/coturn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,8 @@ A Helm chart to deploy coturn

| Repository | Name | Version |
|------------|------|---------|
<<<<<<< HEAD
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.17 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.35 |
=======
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.12 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.38 |
>>>>>>> dcf0462 (helm-docs: automated action)

## Values

Expand Down Expand Up @@ -102,4 +97,4 @@ A Helm chart to deploy coturn
| service.type | string | `"ClusterIP"` | The type of service to deploy for routing Coturn traffic. ClusterIP: Recommended for DaemonSet configurations. This will create a standard Kubernetes service for Coturn within the cluster. No external networking will be configured as the DaemonSet will handle binding to each Node's host networking NodePort: Recommended for Deployment configurations. This will open TURN ports on every node and route traffic on these ports to the Coturn pods. You will need to make sure your cloud provider supports the cluster config setting, apiserver.service-node-port-range, as this range must contain the ports defined above for the service to be created. LoadBalancer: This was what was originally set for this chart in the upstream of this fork, but with no details |

----------------------------------------------
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Autogenerated from chart metadata using [helm-docs v1.14.2](https://github.com/norwoodj/helm-docs/releases/v1.14.2)

0 comments on commit dc8f4ec

Please sign in to comment.