Skip to content

Commit

Permalink
Version 1.11.4 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Dec 11, 2024
1 parent 476395e commit eaed6a6
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 10 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 IBM DataPower Operator
type: application
version: 1.11.3
appVersion: 1.11.3
version: 1.11.4
appVersion: 1.11.4
kubeVersion: ">=1.29.0"
keywords:
- amd64
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.14.0
datapower.ibm.com/operator-version: 1.11.3
datapower.ibm.com/operator-version: 1.11.4
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.11.3
productVersion: 1.11.4
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.11.3
tag: 1.11.4
pullPolicy: Always
installMode: OwnNamespace
watchNamespaces: []
Expand Down

0 comments on commit eaed6a6

Please sign in to comment.