Skip to content

Commit

Permalink
Corrected kubeVersion in charts
Browse files Browse the repository at this point in the history
  • Loading branch information
sfxworks committed May 11, 2020
1 parent ced39b8 commit 52f0a0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion namespace-lock/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: namespace-lock
version: 2.0
kubeVersion: 1.18
kubeVersion: "> 1.15.0"
description: A namespace lock deployment for MCSH. Includes namespace quota and user rolebinding for authentication.
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion server-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: server-deployment
version: 2.0
kubeVersion: < 1.15.0
kubeVersion: "> 1.15.0"
description: A server deployment deployment for MCSH. Includes statefulset.
type: application
keywords:
Expand Down
2 changes: 1 addition & 1 deletion sftp-deployment/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: sftp-deployment
version: 2.0
kubeVersion: < 1.15.0
kubeVersion: "> 1.15.0"
description: An SFTP deployment deployment for MCSH. Includes user management for keys and uid.
type: application
keywords:
Expand Down

0 comments on commit 52f0a0f

Please sign in to comment.