fix(mollysocket): update dependencies kubectl

This commit is contained in:
WrenIX 2025-04-24 00:15:20 +02:00
parent 165ab28d71
commit d01ee41701
Signed by: wrenix
GPG key ID: 7AFDB012974B1BB5
3 changed files with 4 additions and 4 deletions

View file

@ -3,7 +3,7 @@ name: mollysocket
description: Deploy mollysocket into kubernetes
icon: "https://avatars.githubusercontent.com/u/58849401?s=200&v=4"
type: application
version: "0.1.0"
version: "0.1.1"
# renovate: image=ghcr.io/mollyim/mollysocket
appVersion: "1.6.0"

View file

@ -7,7 +7,7 @@ description: "Deploy mollysocket into kubernetes"
# mollysocket
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.6.0](https://img.shields.io/badge/AppVersion-1.6.0-informational?style=flat-square)
Deploy mollysocket into kubernetes
@ -73,7 +73,7 @@ helm uninstall mollysocket-release
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.3"}` | image needed for setup (store generated VAPID / WebPush keys) |
| kubectl.image | object | `{"pullPolicy":"IfNotPresent","registry":"docker.io","repository":"bitnami/kubectl","tag":"1.32.4"}` | image needed for setup (store generated VAPID / WebPush keys) |
| mollysocket.allowedEnpoints[0] | string | `"*"` | |
| mollysocket.allowedUUIDs[0] | string | `"*"` | |
| mollysocket.environment | string | `"Prod"` | |

View file

@ -25,7 +25,7 @@ kubectl:
registry: docker.io
repository: bitnami/kubectl
pullPolicy: IfNotPresent
tag: 1.32.3
tag: 1.32.4
imagePullSecrets: []
nameOverride: ""