UNCLASSIFIED

Commit a1a5146a authored by Micah Nagel's avatar Micah Nagel 💰
Browse files

Merge branch 'dep-fix' into 'main'

fix: dependencies

See merge request !8
parents 4a76658c d661cba5
Pipeline #177223 passed with stages
in 3 minutes and 12 seconds
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
apiVersion: v2 apiVersion: v2
name: mattermost name: mattermost
type: application type: application
version: "0.1.0-bb.0" version: "0.1.0-bb.1"
appVersion: "5.31.0" appVersion: "5.31.0"
description: "Deployment of mattermost" description: "Deployment of mattermost"
keywords: keywords:
...@@ -15,7 +15,9 @@ dependencies: ...@@ -15,7 +15,9 @@ dependencies:
version: 10.3.5 version: 10.3.5
alias: postgresql alias: postgresql
condition: postgresql.install condition: postgresql.install
repository: file://./charts/postgresql
- name: minio - name: minio
version: 0.1.0-bb.0 version: 0.1.0-bb.0
alias: minio alias: minio
condition: minio.install condition: minio.install
repository: file://./charts/minio
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment