Skip to content

Commit

Permalink
Merge pull request #2 from IBM/1.0.1
Browse files Browse the repository at this point in the history
Version 1.0.1 chart
  • Loading branch information
aharbis authored Jun 25, 2020
2 parents be8a0a1 + ba9df76 commit ccf7b45
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
5 changes: 3 additions & 2 deletions charts/stable/datapower-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: datapower-operator
description: A chart to deploy the DataPowerService Operator
type: application
version: 1.0.0
appVersion: 1.0.0
version: 1.0.1
appVersion: 1.0.1
kubeVersion: '>=1.16.0'
keywords:
- amd64
Expand All @@ -14,3 +14,4 @@ keywords:
- RHOCP
- ROKS
- IKS
icon: https://avatars1.githubusercontent.com/u/8836442?v=4&s=200
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apiextensions.k8s.io/v1beta1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2020-05-31T16:37:32Z"
creationTimestamp: "2020-06-13T03:13:55Z"
labels:
app.kubernetes.io/instance: datapower-operator
app.kubernetes.io/managed-by: datapower-operator
Expand Down Expand Up @@ -33,6 +33,8 @@ spec:
categories:
- all
- apic
- integration
- cp4i
kind: DataPowerService
listKind: DataPowerServiceList
plural: datapowerservices
Expand Down Expand Up @@ -1001,7 +1003,8 @@ spec:
type: boolean
use:
description: The license use. Will inform which DataPower image
is pulled during install.
is pulled during install. If running in IBM Cloud Pak for Integration,
only the production license is available.
enum:
- production
- nonproduction
Expand Down
14 changes: 13 additions & 1 deletion charts/stable/datapower-operator/templates/cluster_role.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,16 @@ rules:
resources:
- customresourcedefinitions
verbs:
- get
- get
- apiGroups:
- cp4i.ibm.com
resources:
- cp4iservicesbindings
verbs:
- create
- get
- list
- watch
- patch
- update
- delete
6 changes: 4 additions & 2 deletions charts/stable/datapower-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,19 +10,21 @@ spec:
replicas: {{ .Values.operator.replicas }}
selector:
matchLabels:
name: datapower-operator
app.kubernetes.io/instance: {{ template "datapower-operator.namespacedname" . }}
app.kubernetes.io/name: datapower-operator
app.kubernetes.io/managed-by: datapower-operator
template:
metadata:
labels:
name: datapower-operator
app.kubernetes.io/instance: {{ template "datapower-operator.namespacedname" . }}
app.kubernetes.io/name: datapower-operator
app.kubernetes.io/managed-by: datapower-operator
annotations:
productID: datapower-operator
productName: "IBM DataPower Operator"
productVersion: 1.0.0
productVersion: 1.0.1
spec:
affinity:
nodeAffinity:
Expand All @@ -33,7 +35,7 @@ spec:
operator: In
values: ["amd64"]
topologySpreadConstraints:
- maxSkew: 0
- maxSkew: 1
topologyKey: zone
whenUnsatisfiable: DoNotSchedule
labelSelector:
Expand Down

0 comments on commit ccf7b45

Please sign in to comment.