Skip to content

Commit

Permalink
#13 add submission service to umbrella
Browse files Browse the repository at this point in the history
  • Loading branch information
timberhill committed Sep 15, 2023
1 parent 9a3ee7c commit 53ab75c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
7 changes: 5 additions & 2 deletions charts/flam-flam/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ dependencies:
- name: comment-service
repository: https://flam-flam.github.io/helm-charts
version: 0.2.0
- name: submission-service
repository: https://flam-flam.github.io/helm-charts
version: 0.1.0
- name: mongodb
repository: https://flam-flam.github.io/helm-charts
version: 0.1.0
digest: sha256:24567bd475971d2f554b3eae3734604b83e4f60aa690ea7a2b2e35b50f8dbc44
generated: "2023-06-28T14:03:26.6823+01:00"
digest: sha256:c713fc9797e215662260dce7465fac3c75e3f269e3bda5df28818a3bf0641ba3
generated: "2023-09-15T13:31:57.193470424+01:00"
5 changes: 4 additions & 1 deletion charts/flam-flam/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ apiVersion: v2
name: flam-flam
description: An umbrella chart for flam-flam services
type: application
version: 0.1.0
version: 0.2.0
appVersion: "0.0.0"

home: https://flam-flam.github.io
Expand All @@ -20,6 +20,9 @@ dependencies:
- name: comment-service
version: 0.2.0
repository: https://flam-flam.github.io/helm-charts
- name: submission-service
version: 0.1.0
repository: https://flam-flam.github.io/helm-charts
- name: mongodb
version: 0.1.0
repository: https://flam-flam.github.io/helm-charts

0 comments on commit 53ab75c

Please sign in to comment.