mirror of
https://github.com/wekan/wekan.git
synced 2026-02-16 21:18:06 +01:00
Merge pull request #3933 from varac/update_helmchart
Update helmchart, pin image version
This commit is contained in:
commit
74064324cf
5 changed files with 31 additions and 16 deletions
4
.gitignore
vendored
4
.gitignore
vendored
|
|
@ -34,3 +34,7 @@ ehthumbs.db
|
||||||
.devcontainer/docker-compose.extend.yml
|
.devcontainer/docker-compose.extend.yml
|
||||||
.devcontainer/volumes*/
|
.devcontainer/volumes*/
|
||||||
.coverage
|
.coverage
|
||||||
|
|
||||||
|
# Helm chart
|
||||||
|
# Chart dependencies
|
||||||
|
/helm/wekan/**/*.tgz
|
||||||
|
|
|
||||||
6
helm/wekan/Chart.lock
Normal file
6
helm/wekan/Chart.lock
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
dependencies:
|
||||||
|
- name: mongodb
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 10.0.5
|
||||||
|
digest: sha256:f6520f39b687cb52574ec2fda514662ce913665c0fd2391b68fdb4d2eb059497
|
||||||
|
generated: "2021-07-27T22:16:39.945592552+02:00"
|
||||||
|
|
@ -1,14 +1,24 @@
|
||||||
name: wekan
|
apiVersion: v2
|
||||||
version: 1.0.3
|
appVersion: "5.41"
|
||||||
apiVersion: v1
|
dependencies:
|
||||||
|
- condition: mongodb.enabled
|
||||||
|
name: mongodb
|
||||||
|
repository: https://charts.bitnami.com/bitnami
|
||||||
|
version: 10.0.x
|
||||||
description: Open Source kanban
|
description: Open Source kanban
|
||||||
home: https://wekan.github.io/
|
home: https://wekan.github.io
|
||||||
icon: https://wekan.github.io/wekan-logo.svg
|
icon: https://wekan.github.io/wekan-logo.svg
|
||||||
|
keywords:
|
||||||
|
- kanban
|
||||||
|
maintainers:
|
||||||
|
- email: github@randall.cc
|
||||||
|
name: technotaff
|
||||||
|
- email: jiangyt.cn@gmail.com
|
||||||
|
name: jiangytcn
|
||||||
|
- email: varac@varac.net
|
||||||
|
name: varac
|
||||||
|
name: wekan
|
||||||
sources:
|
sources:
|
||||||
- https://github.com/wekan/wekan
|
- https://github.com/wekan/wekan
|
||||||
maintainers:
|
type: application
|
||||||
- name: technotaff
|
version: 1.1.0
|
||||||
email: github@randall.cc
|
|
||||||
- name: jiangytcn
|
|
||||||
email: jiangyt.cn@gmail.com
|
|
||||||
engine: gotpl
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
dependencies:
|
|
||||||
- name: mongodb
|
|
||||||
version: 10.0.x
|
|
||||||
repository: "https://charts.bitnami.com/bitnami"
|
|
||||||
condition: mongodb.enabled
|
|
||||||
|
|
@ -14,7 +14,7 @@ serviceAccounts:
|
||||||
##
|
##
|
||||||
image:
|
image:
|
||||||
repository: quay.io/wekan/wekan
|
repository: quay.io/wekan/wekan
|
||||||
tag: latest
|
tag: v5.41
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
|
|
||||||
## Configuration for wekan component
|
## Configuration for wekan component
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue