Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(kubernetes): Improve the security of the kubernetes/helm charts #1782

Merged
merged 12 commits into from
Aug 20, 2020
Merged
Prev Previous commit
Next Next commit
1747 | upgrade chart version
  • Loading branch information
shakti-garg committed Aug 8, 2020
commit 8d4e127696308c5268de7cbfa80eac7c889c629d
8 changes: 4 additions & 4 deletions contrib/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ The following table lists the configuration parameters and its default values

| Repository | Name | Version |
|------------|------|---------|
| file://./charts/datahub-frontend | datahub-frontend | 0.1.0 |
| file://./charts/datahub-gms | datahub-gms | 0.1.0 |
| file://./charts/datahub-mae-consumer | datahub-mae-consumer | 0.1.0 |
| file://./charts/datahub-mce-consumer | datahub-mce-consumer | 0.1.0 |
| file://./charts/datahub-frontend | datahub-frontend | 0.2.0 |
| file://./charts/datahub-gms | datahub-gms | 0.2.0 |
| file://./charts/datahub-mae-consumer | datahub-mae-consumer | 0.2.0 |
| file://./charts/datahub-mce-consumer | datahub-mce-consumer | 0.2.0 |

#### Chart Values

Expand Down
10 changes: 5 additions & 5 deletions contrib/kubernetes/datahub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,24 +4,24 @@ description: A Helm chart for LinkedIn DataHub
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.
version: 0.0.1
version: 0.1.0
mars-lan marked this conversation as resolved.
Show resolved Hide resolved
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: latest #0.3.1
dependencies:
- name: datahub-gms
version: 0.1.0
version: 0.2.0
repository: file://./charts/datahub-gms
condition: datahub-gms.enabled
- name: datahub-frontend
version: 0.1.0
version: 0.2.0
repository: file://./charts/datahub-frontend
condition: datahub-frontend.enabled
- name: datahub-mae-consumer
version: 0.1.0
version: 0.2.0
repository: file://./charts/datahub-mae-consumer
condition: datahub-mae-consumer.enabled
- name: datahub-mce-consumer
version: 0.1.0
version: 0.2.0
repository: file://./charts/datahub-mce-consumer
condition: datahub-mce-consumer.enabled
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
2 changes: 1 addition & 1 deletion contrib/kubernetes/datahub/charts/datahub-gms/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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.
version: 0.1.0
version: 0.2.0

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
Expand Down