Skip to content

Commit b7a53dd

Browse files
authored
Merge pull request #289 from marklogic/MLE-16236/Updating-curl-image
MLE-16236/Remove curl image as no more needed
2 parents 4312bcf + b42b935 commit b7a53dd

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,8 +122,6 @@ Following table lists all the parameters supported by the latest MarkLogic Helm
122122
| `image.repository` | Repository for MarkLogic image | `progressofficial/marklogic-db` |
123123
| `image.tag` | Image tag for MarkLogic image | `11.3.0-ubi-rootless` |
124124
| `image.pullPolicy` | Image pull policy for MarkLogic image | `IfNotPresent` |
125-
| `initContainers.configureGroup.image` | Image for configureGroup InitContainer | `curlimages/curl:8.8.0` |
126-
| `initContainers.configureGroup.pullPolicy` | Pull policy for configureGroup InitContainer | `IfNotPresent` |
127125
| `initContainers.utilContainer.image` | Image for copyCerts and volume permission change for root to rootless upgrade InitContainer | `redhat/ubi9:9.4` |
128126
| `initContainers.utilContainer.pullPolicy` | Pull policy for copyCerts and volume permission change for root to rootless upgrade InitContainer | `IfNotPresent` |
129127
| `imagePullSecrets` | Registry secret names as an array | `[]` |

charts/values.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ image:
5050

5151
## Init container image parameters
5252
initContainers:
53-
configureGroup:
54-
image: "curlimages/curl:8.8.0"
55-
pullPolicy: IfNotPresent
5653
utilContainer:
5754
image: "redhat/ubi9:9.4"
5855
pullPolicy: IfNotPresent

0 commit comments

Comments
 (0)