Skip to content

Commit

Permalink
Version 1.4.2 chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aharbis committed Sep 20, 2021
1 parent 7bfe729 commit 5a3cb02
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 IBM DataPower Operator
type: application
version: 1.4.1
appVersion: 1.4.1
version: 1.4.2
appVersion: 1.4.2
kubeVersion: '>=1.19.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.4.1
productVersion: 1.4.2
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 5a3cb02

Please sign in to comment.