From f4ae1ed7d6647c4e9e2b3557d8ab879e009a1bef Mon Sep 17 00:00:00 2001 From: Stavros Kois <47820033+stavros-k@users.noreply.github.com> Date: Mon, 25 Apr 2022 23:44:58 +0300 Subject: [PATCH] chore(wekan, meshcentral): bump (#2558) * chore(wekan, meshcentral): bump * and bump mongo * test again * test with new mongo * lets see now * test agian * bump * bump * comma --- charts/incubator/meshcentral/Chart.yaml | 6 +++--- charts/incubator/meshcentral/values.yaml | 3 +-- charts/stable/wekan/Chart.yaml | 6 +++--- charts/stable/wekan/values.yaml | 4 ---- 4 files changed, 7 insertions(+), 12 deletions(-) diff --git a/charts/incubator/meshcentral/Chart.yaml b/charts/incubator/meshcentral/Chart.yaml index a7ed1c3eb8e..f208095ff74 100644 --- a/charts/incubator/meshcentral/Chart.yaml +++ b/charts/incubator/meshcentral/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 kubeVersion: ">=1.16.0-0" name: meshcentral -version: 1.1.2 +version: 1.1.4 appVersion: "1.0.1" description: MeshCentral is a full computer management web site type: application @@ -17,11 +17,11 @@ sources: dependencies: - name: common repository: https://library-charts.truecharts.org - version: 9.3.1 + version: 9.3.2 - condition: mongodb.enabled name: mongodb repository: https://charts.truecharts.org/ - version: 0.1.3 + version: 0.1.9 maintainers: - email: info@truecharts.org name: TrueCharts diff --git a/charts/incubator/meshcentral/values.yaml b/charts/incubator/meshcentral/values.yaml index 801d0e243f8..fb52b3f198c 100644 --- a/charts/incubator/meshcentral/values.yaml +++ b/charts/incubator/meshcentral/values.yaml @@ -44,8 +44,7 @@ initContainers: echo ' "$schema": "http://info.meshcentral.com/downloads/meshcentral-config-schema.json",' >> $configfile echo ' "settings": {' >> $configfile; echo ' "port": '$svcPort',' >> $configfile; - echo ' "mongoDb": "'$mongodbURL'",' >> $configfile; - echo ' "MongoDbChangeStream": true' >> $configfile; + echo ' "mongoDb": "'$mongodbURL'"' >> $configfile; echo ' }' >> $configfile; echo '}' >> $configfile; fi; diff --git a/charts/stable/wekan/Chart.yaml b/charts/stable/wekan/Chart.yaml index 4639711cdc0..3890751fffe 100644 --- a/charts/stable/wekan/Chart.yaml +++ b/charts/stable/wekan/Chart.yaml @@ -3,11 +3,11 @@ appVersion: "6.18" dependencies: - name: common repository: https://library-charts.truecharts.org - version: 9.3.1 + version: 9.3.2 - condition: mongodb.enabled name: mongodb repository: https://charts.truecharts.org - version: 0.1.3 + version: 0.1.9 description: WeKan - Open Source kanban home: https://github.com/truecharts/apps/tree/master/charts/stable/wekan icon: https://truecharts.org/_static/img/appicons/wekan.png @@ -23,7 +23,7 @@ name: wekan sources: - https://github.com/wekan/wekan - https://wekan.github.io/ -version: 2.0.2 +version: 2.0.4 annotations: truecharts.org/catagories: | - productivity diff --git a/charts/stable/wekan/values.yaml b/charts/stable/wekan/values.yaml index db511129450..b51e467c094 100644 --- a/charts/stable/wekan/values.yaml +++ b/charts/stable/wekan/values.yaml @@ -13,10 +13,6 @@ envValueFrom: secretKeyRef: name: mongodbcreds key: url - MONGO_OPLOG_URL: - secretKeyRef: - name: mongodbcreds - key: urloplog service: main: