Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
magnum
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Iterations
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
kubernetes
magnum
Merge requests
!231
[cern] make helm client version configuration for cern-chart
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
[cern] make helm client version configuration for cern-chart
helmversion-configurable
into
cern/train
Overview
5
Commits
1
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Merged
Ricardo Rocha
requested to merge
helmversion-configurable
into
cern/train
1 year ago
Overview
5
Commits
1
Pipelines
4
Changes
1
All threads resolved!
Hide all comments
Expand
👍
0
👎
0
Merge request reports
Compare
cern/train
version 6
8a51682a
1 year ago
version 5
3c434487
1 year ago
version 4
1602aafa
1 year ago
version 3
9d07d16c
1 year ago
version 2
9d07d16c
1 year ago
version 1
9d07d16c
1 year ago
cern/train (base)
and
latest version
latest version
a7ca8925
1 commit,
1 year ago
version 6
8a51682a
1 commit,
1 year ago
version 5
3c434487
1 commit,
1 year ago
version 4
1602aafa
2 commits,
1 year ago
version 3
9d07d16c
2 commits,
1 year ago
version 2
9d07d16c
2 commits,
1 year ago
version 1
9d07d16c
1 commit,
1 year ago
1 file
+
7
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
magnum/drivers/common/templates/kubernetes/helm/cern-chart.sh
+
7
−
1
Options
@@ -107,6 +107,12 @@ else
IPV6_ENABLED
=
"false"
fi
# (rocha) we do this as we had v3.2.0 hard-coded and old templates had helm tag badly set to 2.6
HELM_TAG
=
"v3.2.0"
if
[[
(
$(
echo
${
CERN_CHART_VERSION
}
|
cut
-d
.
-f2
)
-ge
13
)
]]
;
then
HELM_TAG
=
"
$HELM_CLIENT_TAG
"
fi
### Configuration
###############################################################################
CHART_NAME
=
"cern-magnum"
@@ -345,7 +351,7 @@ spec:
serviceAccountName: tiller
containers:
- name: config-helm
image:
${
CONTAINER_INFRA_PREFIX
:-
docker
.io/openstackmagnum/
}
helm-client:
v3.2.0
image:
${
CONTAINER_INFRA_PREFIX
:-
docker
.io/openstackmagnum/
}
helm-client:
${
HELM_TAG
}
command:
- bash
args:
Loading