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

chore(deps): update postgresql docker tag to v15.5.2 #99

Merged
merged 2 commits into from
Jun 16, 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
6 changes: 3 additions & 3 deletions charts/coturn/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: postgresql
repository: oci://registry-1.docker.io/bitnamicharts
version: 15.5.0
version: 15.5.5
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.0
digest: sha256:dc938c86fda0af133b29706a6a5d0883ced818d975a97c6318060c20e26bbb4b
generated: "2024-05-29T11:52:04.791766537Z"
digest: sha256:75d202ae43e88e9440b52d58362499191e2cbba197a14aa7386d357adcea3e94
generated: "2024-06-11T14:54:52.395703042Z"
4 changes: 2 additions & 2 deletions charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: coturn
type: application
description: A Helm chart to deploy coturn
home: "https://github.com/small-hack/coturn-chart"
version: 6.2.0
version: 6.2.1

# renovate: image=coturn/coturn
appVersion: 4.6.2
Expand All @@ -18,7 +18,7 @@ maintainers:

dependencies:
- name: postgresql
version: 15.5.0
version: 15.5.5
repository: oci://registry-1.docker.io/bitnamicharts
condition: postgresql.enabled
- name: mysql
Expand Down
6 changes: 3 additions & 3 deletions charts/coturn/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# coturn

![Version: 6.2.0](https://img.shields.io/badge/Version-6.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square)
![Version: 6.2.1](https://img.shields.io/badge/Version-6.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.6.2](https://img.shields.io/badge/AppVersion-4.6.2-informational?style=flat-square)

A Helm chart to deploy coturn

Expand All @@ -21,7 +21,7 @@ A Helm chart to deploy coturn
| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.5.5 |

## Values

Expand Down Expand Up @@ -95,4 +95,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.13.1](https://github.com/norwoodj/helm-docs/releases/v1.13.1)
Autogenerated from chart metadata using [helm-docs v1.11.0](https://github.com/norwoodj/helm-docs/releases/v1.11.0)
Binary file removed charts/coturn/charts/postgresql-15.5.0.tgz
Binary file not shown.
Binary file added charts/coturn/charts/postgresql-15.5.5.tgz
Binary file not shown.