Skip to content

Commit

Permalink
Version 1.6.15 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Jun 28, 2024
1 parent 51a936e commit f30d896
Show file tree
Hide file tree
Showing 9 changed files with 2,557 additions and 2,198 deletions.
6 changes: 3 additions & 3 deletions charts/stable/datapower-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ apiVersion: v2
name: datapower-operator
description: A chart to deploy the IBM DataPower Operator
type: application
version: 1.6.14
appVersion: 1.6.14
kubeVersion: ">=1.27.0"
version: 1.6.15
appVersion: 1.6.15
kubeVersion: ">=1.28.0"
keywords:
- amd64
- Security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.14
controller-gen.kubebuilder.io/version: v0.14.0
datapower.ibm.com/operator-version: 1.6.15
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down Expand Up @@ -50,17 +50,22 @@ spec:
schema:
openAPIV3Schema:
description: 'DataPowerMonitor provides an API for monitoring the DataPower
StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdPsJm License: https://ibm.biz/BdPdJa'
StatefulSet. API version: v1beta2 Documentation: https://ibm.biz/BdPsJm License: https://ibm.biz/Bdm7rP'
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'
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
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand Down Expand Up @@ -90,42 +95,42 @@ spec:
of the DataPowerMonitor's state
items:
description: "Condition contains details for one aspect of the current
state of this API Resource. --- This struct is intended for direct
use as an array at the field path .status.conditions. For example,
\n type FooStatus struct{ // Represents the observations of a
foo's current state. // Known .status.conditions.type are: \"Available\",
\"Progressing\", and \"Degraded\" // +patchMergeKey=type // +patchStrategy=merge
// +listType=map // +listMapKey=type Conditions []metav1.Condition
`json:\"conditions,omitempty\" patchStrategy:\"merge\" patchMergeKey:\"type\"
protobuf:\"bytes,1,rep,name=conditions\"` \n // other fields }"
state of this API Resource.\n---\nThis struct is intended for
direct use as an array at the field path .status.conditions. For
example,\n\n\n\ttype FooStatus struct{\n\t // Represents the
observations of a foo's current state.\n\t // Known .status.conditions.type
are: \"Available\", \"Progressing\", and \"Degraded\"\n\t //
+patchMergeKey=type\n\t // +patchStrategy=merge\n\t // +listType=map\n\t
\ // +listMapKey=type\n\t Conditions []metav1.Condition `json:\"conditions,omitempty\"
patchStrategy:\"merge\" patchMergeKey:\"type\" protobuf:\"bytes,1,rep,name=conditions\"`\n\n\n\t
\ // other fields\n\t}"
properties:
lastTransitionTime:
description: lastTransitionTime is the last time the condition
transitioned from one status to another. This should be when
the underlying condition changed. If that is not known, then
using the time when the API field changed is acceptable.
description: |-
lastTransitionTime is the last time the condition transitioned from one status to another.
This should be when the underlying condition changed. If that is not known, then using the time when the API field changed is acceptable.
format: date-time
type: string
message:
description: message is a human readable message indicating
details about the transition. This may be an empty string.
description: |-
message is a human readable message indicating details about the transition.
This may be an empty string.
maxLength: 32768
type: string
observedGeneration:
description: observedGeneration represents the .metadata.generation
that the condition was set based upon. For instance, if .metadata.generation
is currently 12, but the .status.conditions[x].observedGeneration
is 9, the condition is out of date with respect to the current
state of the instance.
description: |-
observedGeneration represents the .metadata.generation that the condition was set based upon.
For instance, if .metadata.generation is currently 12, but the .status.conditions[x].observedGeneration is 9, the condition is out of date
with respect to the current state of the instance.
format: int64
minimum: 0
type: integer
reason:
description: reason contains a programmatic identifier indicating
the reason for the condition's last transition. Producers
of specific condition types may define expected values and
meanings for this field, and whether the values are considered
a guaranteed API. The value should be a CamelCase string.
description: |-
reason contains a programmatic identifier indicating the reason for the condition's last transition.
Producers of specific condition types may define expected values and meanings for this field,
and whether the values are considered a guaranteed API.
The value should be a CamelCase string.
This field may not be empty.
maxLength: 1024
minLength: 1
Expand All @@ -139,11 +144,12 @@ spec:
- Unknown
type: string
type:
description: type of condition in CamelCase or in foo.example.com/CamelCase.
--- Many .condition.type values are consistent across resources
like Available, but because arbitrary conditions can be useful
(see .node.status.conditions), the ability to deconflict is
important. The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
description: |-
type of condition in CamelCase or in foo.example.com/CamelCase.
---
Many .condition.type values are consistent across resources like Available, but because arbitrary conditions can be
useful (see .node.status.conditions), the ability to deconflict is important.
The regex it matches is (dns1123SubdomainFmt/)?(qualifiedNameFmt)
maxLength: 316
pattern: ^([a-z0-9]([-a-z0-9]*[a-z0-9])?(\.[a-z0-9]([-a-z0-9]*[a-z0-9])?)*/)?(([A-Za-z0-9][-A-Za-z0-9_.]*)?[A-Za-z0-9])$
type: string
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: apiextensions.k8s.io/v1
kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.14
controller-gen.kubebuilder.io/version: v0.14.0
datapower.ibm.com/operator-version: 1.6.15
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down Expand Up @@ -36,17 +36,22 @@ spec:
openAPIV3Schema:
description: 'DataPowerMustGatherManager provides an API for the DataPower
MustGatherManager. API version: v1beta1 Documentation: https://ibm.biz/BdSrDk
License: https://ibm.biz/BdPdJa'
License: https://ibm.biz/Bdm7rP'
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'
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
type: string
kind:
description: 'Kind is a string value representing the REST resource this
object represents. Servers may infer this from the endpoint the client
submits requests to. Cannot be updated. In CamelCase. More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds'
description: |-
Kind is a string value representing the REST resource this object represents.
Servers may infer this from the endpoint the client submits requests to.
Cannot be updated.
In CamelCase.
More info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds
type: string
metadata:
type: object
Expand All @@ -55,43 +60,49 @@ spec:
of DataPowerMustGatherManager
properties:
onEvents:
description: OnEvents is an array of event strings which indicate
which Object & Event you wish to trigger on. For example "PodEvent:Restart"
would trigger on pod restarts. For a list of supported Object and
Event pairs, see https://ibm.biz/BdSrDk.
description: |-
OnEvents is an array of event strings which indicate which Object & Event
you wish to trigger on. For example "PodEvent:Restart" would trigger on pod restarts.
For a list of supported Object and Event pairs, see https://ibm.biz/BdSrDk.
items:
type: string
type: array
remoteStoragePolicy:
description: Defines the remote storage options. Data stored remotely
is not affected by the MustGather's retention policy.
description: |-
Defines the remote storage options.
Data stored remotely is not affected by the MustGather's retention policy.
properties:
deleteOnUpload:
description: Automatically delete local MustGather data after
successfully uploading to remote storage. Defaults to False.
description: |-
Automatically delete local MustGather data after successfully uploading to remote storage.
Defaults to False.
type: boolean
s3:
description: S3 Credentials and configuration.
properties:
accessKey:
description: Name of Secret containing an S3 Bucket Access
Key. Secret must be defined with data fields 'accessID'
and 'secretKey'.
description: |-
Name of Secret containing an S3 Bucket Access Key.
Secret must be defined with data fields 'accessID' and 'secretKey'.
minLength: 1
type: string
bucketName:
description: S3 Bucket Name
minLength: 1
type: string
disableSSL:
description: Disables SSL Validation. Defaults to False.
description: |-
Disables SSL Validation.
Defaults to False.
type: boolean
endpoint:
description: S3 Bucket Endpoint hostname.
type: string
forcePathStyle:
description: Forces S3 to use the Path-style URL. Defaults
to False. See https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html.
description: |-
Forces S3 to use the Path-style URL.
Defaults to False.
See https://docs.aws.amazon.com/AmazonS3/latest/userguide/VirtualHosting.html.
type: boolean
key:
description: S3 Key, also known as the path or directory within
Expand All @@ -108,9 +119,10 @@ spec:
type: object
type: object
retentionPolicy:
description: RetentionPolicy defines the duration to retain MustGather
data. After this amount of time, the data will automatically be
deleted. Default is 1 day. Minimum is 5 minutes. Maximum is 30 days.
description: |-
RetentionPolicy defines the duration to retain MustGather data.
After this amount of time, the data will automatically be deleted.
Default is 1 day. Minimum is 5 minutes. Maximum is 30 days.
properties:
days:
description: Duration in days to retain data. Total duration will
Expand All @@ -126,8 +138,9 @@ spec:
type: integer
type: object
serviceName:
description: ServiceName is the name of the DataPowerService you wish
to run the mustgather against.
description: |-
ServiceName is the name of the DataPowerService you wish to run
the mustgather against.
minLength: 1
type: string
required:
Expand Down
Loading

0 comments on commit f30d896

Please sign in to comment.