Skip to content

Commit d4ffba0

Browse files
authored
Merge pull request #550 from uc-cdis/chore/funnel_0.1.99-rc8
update funnel to 0.1.99-rc.8
2 parents 2e763e3 + 913aa70 commit d4ffba0

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

helm/funnel/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.10
18+
version: 0.1.11
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
@@ -34,5 +34,5 @@ dependencies:
3434
#
3535
# ArgoCD relies on this checked-in .tgz reference — if it's missing,
3636
# Funnel will not be deployed as a dependency.
37-
version: 0.1.99-rc.6
37+
version: 0.1.99-rc.8
3838
repository: "https://ohsu-comp-bio.github.io/helm-charts"

helm/funnel/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# funnel
22

3-
![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.1.11](https://img.shields.io/badge/Version-0.1.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
A Helm chart for Kubernetes
66

@@ -9,7 +9,7 @@ A Helm chart for Kubernetes
99
| Repository | Name | Version |
1010
|------------|------|---------|
1111
| file://../common | common | 0.1.33 |
12-
| https://ohsu-comp-bio.github.io/helm-charts | funnel | 0.1.99-rc.6 |
12+
| https://ohsu-comp-bio.github.io/helm-charts | funnel | 0.1.99-rc.8 |
1313

1414
## Values
1515

helm/gen3/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies:
6868
repository: "file://../fence"
6969
condition: fence.enabled
7070
- name: funnel
71-
version: 0.1.10
71+
version: 0.1.11
7272
repository: "file://../funnel"
7373
condition: gen3-workflow.enabled
7474
- name: gen3-user-data-library
@@ -193,7 +193,7 @@ type: application
193193
# to the chart and its templates, including the app version.
194194
# Versions are expected to follow Semantic Versioning (https://semver.org/)
195195

196-
version: 0.3.11
196+
version: 0.3.12
197197

198198
# This is the version number of the application being deployed. This version number should be
199199
# incremented each time you make changes to the application. Versions are not expected to

helm/gen3/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# gen3
22

3-
![Version: 0.3.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
3+
![Version: 0.3.12](https://img.shields.io/badge/Version-0.3.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: master](https://img.shields.io/badge/AppVersion-master-informational?style=flat-square)
44

55
Helm chart to deploy Gen3 Data Commons
66

@@ -35,7 +35,7 @@ Helm chart to deploy Gen3 Data Commons
3535
| file://../etl | etl | 0.1.21 |
3636
| file://../fence | fence | 0.1.70 |
3737
| file://../frontend-framework | frontend-framework | 0.1.22 |
38-
| file://../funnel | funnel | 0.1.10 |
38+
| file://../funnel | funnel | 0.1.11 |
3939
| file://../gen3-analysis | gen3-analysis | 0.1.9 |
4040
| file://../gen3-network-policies | gen3-network-policies | 0.1.3 |
4141
| file://../gen3-user-data-library | gen3-user-data-library | 0.1.12 |

0 commit comments

Comments
 (0)