Skip to content

Commit

Permalink
Merge pull request #128 from ibm-apiconnect/develop
Browse files Browse the repository at this point in the history
Fixpack 18
  • Loading branch information
ramgdev authored Sep 14, 2021
2 parents 84dbb72 + 67dd5c2 commit 5238e35
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion stable/dynamic-gateway-service/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for deploying IBM API Connect gateway to Kubernetes
name: dynamic-gateway-service
version: 1.0.65
version: 1.0.66
4 changes: 2 additions & 2 deletions stable/dynamic-gateway-service/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ The helm chart has the following Values that can be overridden using the install
|-----------------------------------------------------------------|----------------------------------------------------------|-----------------------|
| `datapower.licenseVersion` | License version of DataPower to be deployed | N/A |
| `datapower.replicaCount` | The replicaCount for the StatefulSet | 3 |
| `datapower.image.repository` | The image to use for this deployment | ibmcom/datapower |
| `datapower.image.repository` | The image to use for this deployment | icr.io/integration/datapower/datapower-limited |
| `datapower.image.tag` | The image tag to use for this deployment | 2018.4.1 |
| `datapower.image.pullPolicy` | Determines when the image should be pulled | IfNotPresent |
| `datapower.env.workerThreads` | Number of DataPower worker threads | |
Expand Down Expand Up @@ -169,7 +169,7 @@ kubectl create secret generic my-secret --from-file=/path/to/key.pem --from-file
When using certificate for `syslog`, it is recommended to use a CA certificate.


[View the official IBM DataPower Gateway for Developers Docker Image in Docker Hub](https://hub.docker.com/r/ibmcom/datapower/)
Get your official IBM DataPower Gateway for Developers Docker Image from IBM Container Registry at `icr.io/integration/datapower/datapower-limited`. Starting in 2018.4.1.18, this image will no longer be published to Docker Hub.

[View the IBM DataPower Gateway Product Page](http://www-03.ibm.com/software/products/en/datapower-gateway)

Expand Down
2 changes: 1 addition & 1 deletion stable/dynamic-gateway-service/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ datapower:
# Accepts Developers, Production, and Nonproduction.
licenseVersion:
image:
repository: ibmcom/datapower
repository: icr.io/integration/datapower/datapower-limited
tag: 2018.4.1
pullPolicy: IfNotPresent
pullSecrets:
Expand Down

0 comments on commit 5238e35

Please sign in to comment.