Skip to content

Commit

Permalink
Merge pull request #132 from guptadiv/master
Browse files Browse the repository at this point in the history
Commit latest guptadiv:master to master
  • Loading branch information
octravis authored Nov 19, 2019
2 parents 4cdd82e + 1c4add1 commit 3680587
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 3 deletions.
4 changes: 2 additions & 2 deletions repo/cpd/assembly/common-core-services/x86_64/2.5.0/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ bricks:
version: 3.0.257
type: module
- name: volume-setup
version: 2.0.22
version: 2.0.23
type: module
- name: 0027-wkc-base
version: 3.0.257
Expand All @@ -54,4 +54,4 @@ bricks:
version: 1.0.72
type: module

# currentVersion: v0.0.79
# currentVersion: v0.0.80
Binary file not shown.
Binary file modified repo/cpd/modules/0020-core/x86_64/v2.5.0.0/0020-zen-base-2.5.0.tgz
Binary file not shown.
Binary file not shown.
23 changes: 23 additions & 0 deletions repo/cpd/modules/volume-setup/x86_64/2.0.23/main.yaml
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
2 changes: 1 addition & 1 deletion repo/cpd/modules/volume-setup/x86_64/versions.yaml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
versions:
- 2.0.22
- 2.0.23

0 comments on commit 3680587

Please sign in to comment.