Skip to content

Commit

Permalink
Merge pull request #10 from IBM/1.2.5-chart-update
Browse files Browse the repository at this point in the history
Version 1.2.5 chart
  • Loading branch information
aharbis authored Oct 1, 2021
2 parents 810b726 + c8621df commit 7a65ab9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 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.4
appVersion: 1.2.4
version: 1.2.5
appVersion: 1.2.5
kubeVersion: '>=1.17.0'
keywords:
- amd64
Expand Down
10 changes: 5 additions & 5 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.4
productVersion: 1.2.5
spec:
affinity:
nodeAffinity:
Expand Down Expand Up @@ -77,10 +77,10 @@ spec:
value: {{ template "datapower-operator.namespacedname" . }}
- name: IBM_ENTITLED_REGISTRY
value: {{ .Values.operator.entitledPullRegistry | default "cp.icr.io/cp/datapower" | quote }}
- name: IBM_DOCKER_HUB
value: {{ .Values.operator.imagePullRegistry | default "docker.io/ibmcom" | quote }}
- name: IBM_PUBLIC_REGISTRY
value: {{ .Values.operator.imagePullRegistry | default "icr.io/cpopen" | quote }}
- name: IBM_FREE_REGISTRY_DATAPOWER
value: {{ .Values.operator.freeDataPowerRegistry | default "icr.io/integration/datapower" | quote }}
- name: IBM_FREE_REGISTRY_CPOPEN
value: {{ .Values.operator.freeCpOpenRegistry | default "icr.io/cpopen" | quote }}
resources:
requests:
cpu: "500m"
Expand Down

0 comments on commit 7a65ab9

Please sign in to comment.