Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
Wiki
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
MDM Lab
Wiki
Commits
385ad6d3
Commit
385ad6d3
authored
1 year ago
by
Remi PLANEL
Browse files
Options
Downloads
Patches
Plain Diff
update helm dependencies before helm upgrade
parent
815c29d2
No related branches found
No related tags found
No related merge requests found
Pipeline
#115429
failed
1 year ago
Stage: deploy-meilisearch
Stage: get-meili-key
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+4
-2
4 additions, 2 deletions
.gitlab-ci.yml
with
4 additions
and
2 deletions
.gitlab-ci.yml
+
4
−
2
View file @
385ad6d3
...
@@ -34,9 +34,10 @@ stages:
...
@@ -34,9 +34,10 @@ stages:
CI_DEBUG_TRACE
:
"
false"
CI_DEBUG_TRACE
:
"
false"
ENV
:
development
ENV
:
development
script
:
script
:
-
helm dependency update deploy/meilisearch/
-
>
-
>
helm upgrade --install
helm upgrade --install
${CI_PROJECT_NAME}-${CI_ENVIRONMENT_NAME}-meiliseach
${CI_PROJECT_NAME}-${CI_ENVIRONMENT_NAME}-meilisea
r
ch
./deploy/meilisearch
./deploy/meilisearch
--namespace=${KUBE_NAMESPACE}
--namespace=${KUBE_NAMESPACE}
--set meilisearch.ingress.hosts[0]=${CI_ENVIRONMENT_URL}
--set meilisearch.ingress.hosts[0]=${CI_ENVIRONMENT_URL}
...
@@ -113,6 +114,8 @@ get-zotero:
...
@@ -113,6 +114,8 @@ get-zotero:
artifacts
:
artifacts
:
paths
:
paths
:
-
public/articles.json
-
public/articles.json
rules
:
-
if
:
$CI_COMMIT_BRANCH == "main"
get-pfam
:
get-pfam
:
image
:
ubuntu:23.04
image
:
ubuntu:23.04
...
@@ -211,7 +214,6 @@ build:prod:wiki:
...
@@ -211,7 +214,6 @@ build:prod:wiki:
# --set meilisearch.environment.MEILI_MASTER_KEY="${MEILI_MASTER_KEY}"
# --set meilisearch.environment.MEILI_MASTER_KEY="${MEILI_MASTER_KEY}"
# --set meilisearch.environment.MEILI_ENV="${ENV}"
# --set meilisearch.environment.MEILI_ENV="${ENV}"
script
:
script
:
-
helm dependency update deploy/df-wiki/
-
>
-
>
helm upgrade --install $CI_PROJECT_NAME-$CI_ENVIRONMENT_NAME ./deploy/df-wiki --namespace=${KUBE_NAMESPACE}
helm upgrade --install $CI_PROJECT_NAME-$CI_ENVIRONMENT_NAME ./deploy/df-wiki --namespace=${KUBE_NAMESPACE}
--set registry.image=${CI_REGISTRY_IMAGE}
--set registry.image=${CI_REGISTRY_IMAGE}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment