Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NyxUI.jl
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
Nyx
NyxUI.jl
Commits
f3077559
Commit
f3077559
authored
1 week ago
by
François LAURENT
Browse files
Options
Downloads
Patches
Plain Diff
fix: tag latest is never pulled despite Always pullPolicy
parent
5525091d
No related branches found
No related tags found
1 merge request
!6
Set of commits to be tagged v0.2.1
Pipeline
#154957
canceled
1 week ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+3
-1
3 additions, 1 deletion
.gitlab-ci.yml
with
3 additions
and
1 deletion
.gitlab-ci.yml
+
3
−
1
View file @
f3077559
variables
:
GITLAB_PASTEUR_PROJECT_ID
:
6531
PROJECT_NAME
:
nyxui
LARVATAGGER_IMAGE_TAG
:
0.20.1-bigfat
stages
:
-
build
...
...
@@ -100,6 +101,7 @@ deploy to dev.pasteur.cloud:
LT_LIMITS_CPU
:
"
2"
LT_LIMITS_MEMORY
:
"
5Gi"
LT_LIMITS_STORAGE
:
"
2Gi"
LT_IMAGE_TAG
:
"
$LARVATAGGER_IMAGE_TAG"
environment
:
name
:
k8sdev-01/nyx-dev
url
:
https://nyx.dev.pasteur.cloud
...
...
@@ -112,7 +114,7 @@ build larvatagger backend:
extends
:
.build-with-buildah
variables
:
IMAGE_NAME
:
"
larvatagger"
IMAGE_TAG
:
"
0.20.1-bigfat
"
IMAGE_TAG
:
"
$LARVATAGGER_IMAGE_TAG
"
BUILD_CONTEXT
:
"
back"
CONTAINERFILE
:
"
back/Containerfile.larvatagger"
rules
:
...
...
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