Skip to content

Commit

Permalink
Version 1.2.3 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Apr 2, 2021
1 parent 840f326 commit 1174c10
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 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.2.2
appVersion: 1.2.2
version: 1.2.3
appVersion: 1.2.3
kubeVersion: '>=1.17.0'
keywords:
- amd64
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2021-01-22T16:45:56Z"
creationTimestamp: "2021-03-30T21:20:48Z"
labels:
app.kubernetes.io/instance: datapower-operator
app.kubernetes.io/managed-by: datapower-operator
Expand Down Expand Up @@ -46,7 +46,7 @@ spec:
name: v1beta2
schema:
openAPIV3Schema:
description: 'DataPowerMonitor provides an API for monitoring the DataPower StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdqUZr License: https://ibm.biz/BdfE2Y'
description: 'DataPowerMonitor provides an API for monitoring the DataPower StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdqUZr License: https://ibm.biz/Bdf2Y5'
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
creationTimestamp: "2021-01-22T16:45:59Z"
creationTimestamp: "2021-03-30T21:20:49Z"
labels:
app.kubernetes.io/instance: datapower-operator
app.kubernetes.io/managed-by: datapower-operator
Expand Down Expand Up @@ -1272,7 +1272,7 @@ spec:
name: v1beta2
schema:
openAPIV3Schema:
description: 'DataPowerService is the primary API for managing a DataPower StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdqUZ4 License: https://ibm.biz/BdfE2Y'
description: 'DataPowerService is the primary API for managing a DataPower StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdqUZ4 License: https://ibm.biz/Bdf2Y5'
properties:
apiVersion:
description: 'APIVersion defines the versioned schema of this representation of an object. Servers should convert recognized schemas to the latest internal value, and may reject unrecognized values. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources'
Expand Down Expand Up @@ -1799,7 +1799,7 @@ spec:
description: DataPower license
properties:
accept:
description: The license agreement must be accepted during installation of this product. To view the license for the latest DataPower version, please visit https://ibm.biz/Bdq5dy. To view the license for a specific version or custom image, docker run --rm <image> --show-license.
description: The license agreement must be accepted during installation of this product. To view the license for the latest DataPower version, please visit https://ibm.biz/Bdf2Y5. To view the license for a specific version or custom image, docker run --rm <image> --show-license.
type: boolean
use:
description: The license usage chosen will determine which edition of DataPower is deployed. If running in IBM Cloud Pak for Integration, only the production and nonproduction licenses are available.
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/datapower-operator/templates/operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ spec:
productName: "IBM DataPower Operator"
productMetric: "FREE"
productChargedContainers: ""
productVersion: 1.2.2
productVersion: 1.2.3
spec:
affinity:
nodeAffinity:
Expand Down

0 comments on commit 1174c10

Please sign in to comment.