From ae94c0ef74891fdff7e782ab394214d6cbd48d8b Mon Sep 17 00:00:00 2001 From: ace Date: Mon, 8 Aug 2022 03:09:39 +0300 Subject: [PATCH] wikijs: bump to v2.5.286, helm chart v2.3.1 --- wikijs/Chart.yaml | 4 ++-- wikijs/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/wikijs/Chart.yaml b/wikijs/Chart.yaml index be92149..8372927 100644 --- a/wikijs/Chart.yaml +++ b/wikijs/Chart.yaml @@ -2,10 +2,10 @@ apiVersion: v2 name: wikijs # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. -version: 2.3.0 +version: 2.3.1 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. -AppVersion: 2.5.285 +appVersion: 2.5.286 description: The most powerful and extensible open source Wiki software. keywords: - wiki diff --git a/wikijs/values.yaml b/wikijs/values.yaml index 588320e..a67e053 100644 --- a/wikijs/values.yaml +++ b/wikijs/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: requarks/wiki - tag: 2.5.285 + tag: 2.5.286 pullPolicy: IfNotPresent imagePullSecrets: []