-
Notifications
You must be signed in to change notification settings - Fork 189
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
Updates ready for MQ V9.0.4 #15
Conversation
@@ -10,7 +10,7 @@ This chart deploys a single IBM MQ Advanced for Developers server (queue manager | |||
|
|||
## Prerequisites | |||
|
|||
- Kubernetes 1.7 or greater, with beta APIs enabled | |||
- Kubernetes 1.6 or greater, with beta APIs enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lowered the Kubernetes requirement?
@@ -24,8 +24,10 @@ metadata: | |||
spec: | |||
serviceName: {{ .Values.service.name }} | |||
replicas: 1 | |||
{{- if and (ge (.Capabilities.KubeVersion.Major | int) 1) (ge (.Capabilities.KubeVersion.Minor | int) 7) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks like a check to make sure the Kube version has a minor of 1.7 but the above line in the readme says 1.6 now.
@@ -10,7 +10,7 @@ This chart deploys a single IBM MQ Advanced server (queue manager) into an IBM C | |||
|
|||
## Prerequisites | |||
|
|||
- Kubernetes 1.7 or greater, with beta APIs enabled | |||
- Kubernetes 1.6 or greater, with beta APIs enabled |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@@ -24,8 +24,10 @@ metadata: | |||
spec: | |||
serviceName: {{ .Values.service.name }} | |||
replicas: 1 | |||
{{- if and (ge (.Capabilities.KubeVersion.Major | int) 1) (ge (.Capabilities.KubeVersion.Minor | int) 7) }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Same as above
@@ -40,6 +40,7 @@ func TestHelmPredefinedVolume(t *testing.T) { | |||
func TestHelmStorageClass(t *testing.T) { | |||
cs := kubeLogin(t) | |||
release := strings.ToLower(t.Name()) | |||
assertKubeVersion(t, cs, 1, 6) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks for 1.6 here but a different check looks for 1.7?
That's the point. It only does the rolling update if the version is 1.7 or greater. Thus allowing the chart to work on Kubernetes 1.6. |
curl
,ca-certificates
, and their dependencies, which were only used at build time