Skip to content

Commit

Permalink
Version 1.2.13 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Oct 26, 2022
1 parent a9a42f1 commit 49f36b5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.12
appVersion: 1.2.12
version: 1.2.13
appVersion: 1.2.13
kubeVersion: '>=1.17.0'
keywords:
- amd64
Expand Down
4 changes: 2 additions & 2 deletions 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.12
productVersion: 1.2.13
spec:
affinity:
nodeAffinity:
Expand Down Expand Up @@ -78,7 +78,7 @@ spec:
- name: IBM_ENTITLED_REGISTRY
value: {{ .Values.operator.entitledPullRegistry | default "cp.icr.io/cp/datapower" | quote }}
- name: IBM_FREE_REGISTRY_DATAPOWER
value: {{ .Values.operator.freeDataPowerRegistry | default "icr.io/integration/datapower" | quote }}
value: {{ .Values.operator.freeDataPowerRegistry | default "icr.io/cpopen/datapower" | quote }}
- name: IBM_FREE_REGISTRY_CPOPEN
value: {{ .Values.operator.freeCpOpenRegistry | default "icr.io/cpopen" | quote }}
resources:
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.2.12
tag: 1.2.13
pullPolicy: Always
installMode: OwnNamespace
watchNamespaces: []
Expand Down

0 comments on commit 49f36b5

Please sign in to comment.