Skip to content

Commit

Permalink
Version 1.6.10 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Sep 21, 2023
1 parent 8721062 commit 639f10c
Show file tree
Hide file tree
Showing 7 changed files with 131 additions and 19 deletions.
22 changes: 11 additions & 11 deletions charts/stable/datapower-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ apiVersion: v2
name: datapower-operator
description: A chart to deploy the IBM DataPower Operator
type: application
version: 1.6.9
appVersion: 1.6.9
kubeVersion: '>=1.25.0'
version: 1.6.10
appVersion: 1.6.10
kubeVersion: ">=1.25.0"
keywords:
- amd64
- Security
- Integration
- Commercial
- Limited
- RHOCP
- ROKS
- IKS
- amd64
- Security
- Integration
- Commercial
- Limited
- RHOCP
- ROKS
- IKS
icon: https://avatars1.githubusercontent.com/u/8836442?v=4&s=200
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.9
datapower.ibm.com/operator-version: 1.6.10
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.9
datapower.ibm.com/operator-version: 1.6.10
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.9
datapower.ibm.com/operator-version: 1.6.10
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ kind: CustomResourceDefinition
metadata:
annotations:
controller-gen.kubebuilder.io/version: v0.11.3
datapower.ibm.com/operator-version: 1.6.9
datapower.ibm.com/operator-version: 1.6.10
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
Expand Down Expand Up @@ -5380,6 +5380,120 @@ spec:
format: int32
type: integer
type: object
env:
description: Custom environment variables for Jaeger Agent container
items:
description: EnvVar represents an environment variable present
in a Container.
properties:
name:
description: Name of the environment variable. Must be a
C_IDENTIFIER.
type: string
value:
description: 'Variable references $(VAR_NAME) are expanded
using the previously defined environment variables in
the container and any service environment variables. If
a variable cannot be resolved, the reference in the input
string will be unchanged. Double $$ are reduced to a single
$, which allows for escaping the $(VAR_NAME) syntax: i.e.
"$$(VAR_NAME)" will produce the string literal "$(VAR_NAME)".
Escaped references will never be expanded, regardless
of whether the variable exists or not. Defaults to "".'
type: string
valueFrom:
description: Source for the environment variable's value.
Cannot be used if value is not empty.
properties:
configMapKeyRef:
description: Selects a key of a ConfigMap.
properties:
key:
description: The key to select.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
optional:
description: Specify whether the ConfigMap or its
key must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
fieldRef:
description: 'Selects a field of the pod: supports metadata.name,
metadata.namespace, `metadata.labels[''<KEY>'']`,
`metadata.annotations[''<KEY>'']`, spec.nodeName,
spec.serviceAccountName, status.hostIP, status.podIP,
status.podIPs.'
properties:
apiVersion:
description: Version of the schema the FieldPath
is written in terms of, defaults to "v1".
type: string
fieldPath:
description: Path of the field to select in the
specified API version.
type: string
required:
- fieldPath
type: object
x-kubernetes-map-type: atomic
resourceFieldRef:
description: 'Selects a resource of the container: only
resources limits and requests (limits.cpu, limits.memory,
limits.ephemeral-storage, requests.cpu, requests.memory
and requests.ephemeral-storage) are currently supported.'
properties:
containerName:
description: 'Container name: required for volumes,
optional for env vars'
type: string
divisor:
anyOf:
- type: integer
- type: string
description: Specifies the output format of the
exposed resources, defaults to "1"
pattern: ^(\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))(([KMGTPE]i)|[numkMGTPE]|([eE](\+|-)?(([0-9]+(\.[0-9]*)?)|(\.[0-9]+))))?$
x-kubernetes-int-or-string: true
resource:
description: 'Required: resource to select'
type: string
required:
- resource
type: object
x-kubernetes-map-type: atomic
secretKeyRef:
description: Selects a key of a secret in the pod's
namespace
properties:
key:
description: The key of the secret to select from. Must
be a valid secret key.
type: string
name:
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
TODO: Add other useful fields. apiVersion, kind,
uid?'
type: string
optional:
description: Specify whether the Secret or its key
must be defined
type: boolean
required:
- key
type: object
x-kubernetes-map-type: atomic
type: object
required:
- name
type: object
type: array
jaegerCollectorEndpoint:
description: Endpoint URL for an external Jaeger Collector
type: string
Expand Down Expand Up @@ -5450,8 +5564,6 @@ spec:
required:
- disabled
type: object
required:
- jaegerCollectorEndpoint
type: object
labels:
additionalProperties:
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.6.9
productVersion: 1.6.10
spec:
affinity:
nodeAffinity:
Expand Down
2 changes: 1 addition & 1 deletion charts/stable/datapower-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ operator:
replicas: 1
image:
repository: icr.io/cpopen/datapower-operator
tag: 1.6.9
tag: 1.6.10
pullPolicy: Always
installMode: OwnNamespace
watchNamespaces: []
Expand Down

0 comments on commit 639f10c

Please sign in to comment.