Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion helm/funnel/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.29
version: 0.1.30

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/funnel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# funnel

![Version: 0.1.29](https://img.shields.io/badge/Version-0.1.29-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)
![Version: 0.1.30](https://img.shields.io/badge/Version-0.1.30-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)

A Helm chart for Kubernetes

Expand Down
2 changes: 1 addition & 1 deletion helm/funnel/files/executor-job.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ spec:
containers:
- name: funnel-executor-{{`{{.TaskId}}`}}
image: {{`{{.Image}}`}}
imagePullPolicy: Always
imagePullPolicy: {{`{{.ImagePullPolicy | default 'Always'}}`}}
securityContext:
# Block the ability to gain more privileges
allowPrivilegeEscalation: false
Expand Down
2 changes: 1 addition & 1 deletion helm/gen3-workflow/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.1.25
version: 0.1.26

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
2 changes: 1 addition & 1 deletion helm/gen3-workflow/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gen3-workflow

![Version: 0.1.25](https://img.shields.io/badge/Version-0.1.25-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)
![Version: 0.1.26](https://img.shields.io/badge/Version-0.1.26-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)

A Helm chart for Kubernetes

Expand Down
1 change: 1 addition & 0 deletions helm/gen3-workflow/templates/crossplane.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@ spec:
"s3:GetObject",
"s3:PutObject",
"s3:DeleteObject",
"s3:ListMultipartUploads",
"s3:AbortMultipartUpload",
"s3:DeleteBucketPolicy",
"s3:GetEncryptionConfiguration",
Expand Down
6 changes: 3 additions & 3 deletions helm/gen3/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,15 +72,15 @@ dependencies:
repository: "file://../fence"
condition: fence.enabled
- name: funnel
version: 0.1.29
version: 0.1.30
repository: "file://../funnel"
condition: gen3-workflow.enabled
- name: gen3-user-data-library
version: 0.1.17
repository: "file://../gen3-user-data-library"
condition: gen3-user-data-library.enabled
- name: gen3-workflow
version: 0.1.25
version: 0.1.26
repository: "file://../gen3-workflow"
condition: gen3-workflow.enabled
- name: guppy
Expand Down Expand Up @@ -213,7 +213,7 @@ type: application
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)

version: 0.3.75
version: 0.3.76

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
6 changes: 3 additions & 3 deletions helm/gen3/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gen3

![Version: 0.3.75](https://img.shields.io/badge/Version-0.3.75-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)
![Version: 0.3.76](https://img.shields.io/badge/Version-0.3.76-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)

Helm chart to deploy Gen3 Data Commons

Expand Down Expand Up @@ -36,11 +36,11 @@ Helm chart to deploy Gen3 Data Commons
| file://../etl | etl | 0.1.24 |
| file://../fence | fence | 0.1.81 |
| file://../frontend-framework | frontend-framework | 0.1.31 |
| file://../funnel | funnel | 0.1.29 |
| file://../funnel | funnel | 0.1.30 |
| file://../gen3-analysis | gen3-analysis | 0.1.14 |
| file://../gen3-network-policies | gen3-network-policies | 0.1.4 |
| file://../gen3-user-data-library | gen3-user-data-library | 0.1.17 |
| file://../gen3-workflow | gen3-workflow | 0.1.25 |
| file://../gen3-workflow | gen3-workflow | 0.1.26 |
| file://../guppy | guppy | 0.1.40 |
| file://../hatchery | hatchery | 0.1.72 |
| file://../indexd | indexd | 0.1.49 |
Expand Down
Loading