From 9ed13b8d38bc35a4a30f61f5c2885ee5c3959276 Mon Sep 17 00:00:00 2001 From: ace Date: Tue, 15 Feb 2022 05:54:35 +0300 Subject: [PATCH] use wikijs 2.5.275 with helm chart 2.2.12 --- 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 f3f0ec8..93fedb9 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.2.11 +version: 2.2.12 # 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.274 +AppVersion: 2.5.275 description: The most powerful and extensible open source Wiki software. keywords: - wiki diff --git a/wikijs/values.yaml b/wikijs/values.yaml index 6a668e2..d7d98e6 100644 --- a/wikijs/values.yaml +++ b/wikijs/values.yaml @@ -6,7 +6,7 @@ replicaCount: 1 image: repository: requarks/wiki - tag: 2.5.274 + tag: 2.5.275 pullPolicy: IfNotPresent imagePullSecrets: []