Skip to content

Commit cacd4db

Browse files
⬆️(deps) Bump meet version to v0.1.41 (MinBZK#268)
2 parents ab96f99 + 8ceaa26 commit cacd4db

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ It currently includes the following open-source components
9494
| Office | Collabora | [v25.04.6.2.1](https://github.com/CollaboraOnline/online/releases/tag/cp-25.04.6-1) | [documentation](https://sdk.collaboraonline.com/docs/installation/index.html) | MPL-2.0 |
9595
| Notes | Docs | [v3.8.21](https://github.com/suitenumerique/docs/releases/tag/v3.8.21) | [documentation](https://github.com/suitenumerique/docs/tree/main/docs/installation) | MIT |
9696
| Video backend | Livekit | [v1.9.3](https://github.com/livekit/livekit/releases/tag/v1.9.3) | [documentation](https://livekit.io/) | Apache-2.0 |
97-
| Video conferencing | meet | [v0.1.38](https://github.com/suitenumerique/meet/releases/tag/v0.1.38) | [documentation](https://github.com/suitenumerique/meet/tree/main/docs) | MIT |
97+
| Video conferencing | meet | [v0.1.41](https://github.com/suitenumerique/meet/releases/tag/v0.1.41) | [documentation](https://github.com/suitenumerique/meet/tree/main/docs) | MIT |
9898
| AI Assistent | Conversations | [v0.0.7](https://github.com/suitenumerique/conversations/tag/v0.0.7) | [documentation](https://github.com/suitenumerique/conversations/blob/main/README.md) | MIT |
9999
| Bureaublad | Startpage | [v0.1.0](https://github.com/MinBZK/bureaublad/releases/tag/v0.1.0) | [documentation](<(https://github.com/MinBZK/bureaublad)>) | EUPL-1.2 |
100100
| File sharing | drive | [v0.7.0](https://github.com/suitenumerique/drive/releases/tag/v0.7.0) | [documentation](https://github.com/suitenumerique/drive/blob/main/README.md) | MIT |

docs/docs/intro.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ MijnBureau currently includes the following key components:
5555
| Office | Collabora | [v25.04.6.2.1](https://github.com/CollaboraOnline/online/releases/tag/cp-25.04.6-1) | [documentation](https://sdk.collaboraonline.com/docs/installation/index.html) | MPL-2.0 |
5656
| Notes | Docs | [v3.8.21](https://github.com/suitenumerique/docs/releases/tag/v3.8.21) | [documentation](https://github.com/suitenumerique/docs/tree/main/docs/installation) | MIT |
5757
| Video backend | Livekit | [v1.9.3](https://github.com/livekit/livekit/releases/tag/v1.9.3) | [documentation](https://livekit.io/) | Apache-2.0 |
58-
| Video conferencing | Meet | [v0.1.38](https://github.com/suitenumerique/meet/releases/tag/v0.1.38) | [documentation](https://github.com/suitenumerique/meet/tree/main/docs) | MIT |
58+
| Video conferencing | Meet | [v0.1.41](https://github.com/suitenumerique/meet/releases/tag/v0.1.41) | [documentation](https://github.com/suitenumerique/meet/tree/main/docs) | MIT |
5959
| AI Assistent | Conversations | [v0.0.7](https://github.com/suitenumerique/conversations/tags/v0.0.7) | [documentation](https://github.com/suitenumerique/conversations/blob/main/README.md) | MIT |
6060
| Bureaublad | Startpage | [v0.1.0](https://github.com/MinBZK/bureaublad/releases/tag/v0.1.0) | [documentation](https://github.com/MinBZK/bureaublad) | EUPL-1.2 |
61-
| File sharing | drive | [v0.7.0](https://github.com/suitenumerique/drive/releases/tag/v0.7.0) | [documentation](https://github.com/suitenumerique/drive/blob/main/README.md) | MIT |
61+
| File sharing | Drive | [v0.7.0](https://github.com/suitenumerique/drive/releases/tag/v0.7.0) | [documentation](https://github.com/suitenumerique/drive/blob/main/README.md) | MIT |

helmfile/apps/meet/charts/meet/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ annotations:
55
category: video-conferencing
66
licenses: Apache-2.0
77
apiVersion: v2
8-
appVersion: 0.1.0
8+
appVersion: 0.1.41
99
dependencies:
1010
- name: common
1111
repository: "file://../../../common/charts/common"

helmfile/apps/meet/charts/meet/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ meet:
9090
image:
9191
registry: docker.io
9292
repository: lasuite/meet-frontend
93-
tag: v0.1.38
93+
tag: v0.1.41
9494
digest: ""
9595
## Specify a imagePullPolicy
9696
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images
@@ -446,7 +446,7 @@ meet_backend:
446446
image:
447447
registry: docker.io
448448
repository: lasuite/meet-backend
449-
tag: v0.1.38
449+
tag: v0.1.41
450450
digest: ""
451451
## Specify a imagePullPolicy
452452
## ref: https://kubernetes.io/docs/concepts/containers/images/#pre-pulled-images

helmfile/environments/default/container.yaml.gotmpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ container:
9595
meet_backend:
9696
registry: "registry-1.docker.io"
9797
repository: "lasuite/meet-backend"
98-
tag: "v0.1.38"
98+
tag: "v0.1.41"
9999
imagePullSecret: ~
100100
meet_frontend:
101101
registry: "registry-1.docker.io"
102102
repository: "lasuite/meet-frontend"
103-
tag: "v0.1.38"
103+
tag: "v0.1.41"
104104
imagePullSecret: ~
105105
conversations_backend:
106106
registry: "registry-1.docker.io"

0 commit comments

Comments
 (0)