fix(mollysocket): update dependencies kubectl
This commit is contained in:
parent
165ab28d71
commit
d01ee41701
3 changed files with 4 additions and 4 deletions
|
@ -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"
|
||||
|
||||
|
|
|
@ -7,7 +7,7 @@ description: "Deploy mollysocket into kubernetes"
|
|||
|
||||
# mollysocket
|
||||
|
||||
  
|
||||
  
|
||||
|
||||
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"` | |
|
||||
|
|
|
@ -25,7 +25,7 @@ kubectl:
|
|||
registry: docker.io
|
||||
repository: bitnami/kubectl
|
||||
pullPolicy: IfNotPresent
|
||||
tag: 1.32.3
|
||||
tag: 1.32.4
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
|
Loading…
Add table
Reference in a new issue