Skip to content

Commit

Permalink
chore(deps): update postgresql docker tag to v15.2.12 (#93)
Browse files Browse the repository at this point in the history
* update helm chart version

* update helm docs and bump chart version

---------

Co-authored-by: jessebot <[email protected]>
  • Loading branch information
renovate[bot] and jessebot authored May 29, 2024
1 parent 40868f6 commit 49d97fa
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 8 deletions.
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.2.8
version: 15.2.12
- name: mysql
repository: oci://registry-1.docker.io/bitnamicharts
version: 11.1.0
digest: sha256:586fc4ae723dd692dec5933060f9534ae0e800a0b7c13ef0885f116a60772de0
generated: "2024-05-29T09:05:48.640740594Z"
digest: sha256:f2d0093b812debadeb201e4ac2a7c73297ffebcc548d2ca48d2750ad8d19d0f1
generated: "2024-05-29T11:16:55.333816+02:00"
5 changes: 3 additions & 2 deletions charts/coturn/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@ name: coturn
type: application
description: A Helm chart to deploy coturn
home: "https://github.com/small-hack/coturn-chart"
version: 6.0.0
version: 6.0.1

# renovate: image=coturn/coturn
appVersion: 4.6.2

sources:
- "https://github.com/small-hack/coturn-chart"

Expand All @@ -17,7 +18,7 @@ maintainers:

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

![Version: 5.2.0](https://img.shields.io/badge/Version-5.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.0.1](https://img.shields.io/badge/Version-6.0.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 @@ -20,8 +20,8 @@ A Helm chart to deploy coturn

| Repository | Name | Version |
|------------|------|---------|
| oci://registry-1.docker.io/bitnamicharts | mysql | 10.1.1 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.8 |
| oci://registry-1.docker.io/bitnamicharts | mysql | 11.1.0 |
| oci://registry-1.docker.io/bitnamicharts | postgresql | 15.2.12 |

## Values

Expand Down Expand Up @@ -94,3 +94,5 @@ A Helm chart to deploy coturn
| service.externalTrafficPolicy | string | `""` | I don't actually know what this is 🤔 open a PR if you know was originally "Local" |
| 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)
Binary file added charts/coturn/charts/postgresql-15.2.12.tgz
Binary file not shown.
Binary file removed charts/coturn/charts/postgresql-15.2.8.tgz
Binary file not shown.

0 comments on commit 49d97fa

Please sign in to comment.