Skip to content

Commit

Permalink
Version 1.6.13 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Mar 1, 2024
1 parent 1a0e16f commit b5b6d0c
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 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.12
appVersion: 1.6.12
kubeVersion: ">=1.26.0"
version: 1.6.13
appVersion: 1.6.13
kubeVersion: ">=1.27.0"
keywords:
- amd64
- Security
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.12
datapower.ibm.com/operator-version: 1.6.13
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.12
datapower.ibm.com/operator-version: 1.6.13
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.12
datapower.ibm.com/operator-version: 1.6.13
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.12
datapower.ibm.com/operator-version: 1.6.13
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.12
datapower.ibm.com/operator-version: 1.6.13
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.12
datapower.ibm.com/operator-version: 1.6.13
creationTimestamp: null
labels:
app.kubernetes.io/instance: datapower-operator
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.12
productVersion: 1.6.13
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.12
tag: 1.6.13
pullPolicy: Always
installMode: OwnNamespace
watchNamespaces: []
Expand Down

0 comments on commit b5b6d0c

Please sign in to comment.