-
Notifications
You must be signed in to change notification settings - Fork 145
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #132 from guptadiv/master
Commit latest guptadiv:master to master
- Loading branch information
Showing
6 changed files
with
26 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+355 KB
(130%)
repo/cpd/assembly/mongodb/x86_64/v2.5.0.0/ICP4D_MONGODB_EA_2500.zip
Binary file not shown.
Binary file modified
BIN
+219 Bytes
(100%)
repo/cpd/modules/0020-core/x86_64/v2.5.0.0/0020-zen-base-2.5.0.tgz
Binary file not shown.
Binary file added
BIN
+159 KB
repo/cpd/modules/volume-setup/x86_64/2.0.23/ibm-volume-setup-prod-2.0.23.tgz
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# This file is in fileserver | ||
type: module | ||
# The module can be either "template" or "helm-chart" | ||
category: helm-chart | ||
name: volume-setup # The name here just for information purpose, not for "product" reference, it should rely on file name | ||
description: This is used to populate cc-home and user-home content | ||
# Registry information, this will map to a name in the server-info.yaml | ||
registry-reference: base-registry | ||
# Optional, this will be the final override yaml to override all values in the chart, including those defined in module yaml | ||
# To be discussed after Oct - consult with the install team to make sure this is implemented | ||
#installOverride: install-override.yaml | ||
# Provide a list of the image tag here | ||
# If the image tag found in the helm chart but not in the list, cpd will fail | ||
images: | ||
- name: dsx-requisite | ||
tag: v1.0.811-x86_64 | ||
chart: ibm-volume-setup-prod-2.0.23.tgz | ||
# For download to verify the chart file is correct, optional | ||
md5: f96eb6714646686b45ee0e74809f273b | ||
# in minutes, optional, this will wait the pods to all running from the installer, optional, default is 20 minutes | ||
timeout: 60 | ||
# The name will be used for helm release name as <namespace-releaseName>, optional, default will be <namespace-name> | ||
releaseName: ibm-volume-setup-prod |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
versions: | ||
- 2.0.22 | ||
- 2.0.23 |