From d01ee41701d80da5ddacdd4ddd3ef624db109b29 Mon Sep 17 00:00:00 2001 From: WrenIX Date: Thu, 24 Apr 2025 00:15:20 +0200 Subject: [PATCH] fix(mollysocket): update dependencies kubectl --- mollysocket/Chart.yaml | 2 +- mollysocket/README.md | 4 ++-- mollysocket/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/mollysocket/Chart.yaml b/mollysocket/Chart.yaml index 0b7d6d2..ca7d18e 100644 --- a/mollysocket/Chart.yaml +++ b/mollysocket/Chart.yaml @@ -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" diff --git a/mollysocket/README.md b/mollysocket/README.md index 51daa47..14d2abb 100644 --- a/mollysocket/README.md +++ b/mollysocket/README.md @@ -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"` | | diff --git a/mollysocket/values.yaml b/mollysocket/values.yaml index 966e509..6ce52e9 100644 --- a/mollysocket/values.yaml +++ b/mollysocket/values.yaml @@ -25,7 +25,7 @@ kubectl: registry: docker.io repository: bitnami/kubectl pullPolicy: IfNotPresent - tag: 1.32.3 + tag: 1.32.4 imagePullSecrets: [] nameOverride: ""