From 25b96d2b323c29464bbfa27172f17d4bb8ec5d3d Mon Sep 17 00:00:00 2001 From: Lukas Nagel Date: Wed, 2 Aug 2023 06:21:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20Updated=20Micro?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Chart.yaml | 4 ++-- values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index f230e2e..00b0166 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -3,8 +3,8 @@ name: fedodo.chart icon: https://fedodo.org/images/logos/Fedodo%20Circle.svg description: This is the official chart for Fedodo. Fedodo is a social media platform with a modular design and many different UIs. type: application -version: 0.5.9 # Chart Version -appVersion: 0.5.9 # Application Version +version: 0.5.10 # Chart Version +appVersion: 0.5.10 # Application Version keywords: - Fedodo - Social Media diff --git a/values.yaml b/values.yaml index 88b306c..8a6ab1c 100644 --- a/values.yaml +++ b/values.yaml @@ -8,7 +8,7 @@ microservices: fedodo_be_activitypub: version: "fedodo/fedodo.be.activitypub:147" # THIS LINE SHOULD NOT BE ADDED IN YOUR VALUES FILE fedodo_ui_micro: - version: "fedodo/fedodo.ui.micro:10" # THIS LINE SHOULD NOT BE ADDED IN YOUR VALUES FILE + version: "fedodo/fedodo.ui.micro:11" # THIS LINE SHOULD NOT BE ADDED IN YOUR VALUES FILE disabled: false requests: memory: "20Mi"