Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
task-helm
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
0
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Gaia-X
Trust Services API
task-helm
Commits
389d8ab5
Commit
389d8ab5
authored
1 year ago
by
Georgi Michev
Browse files
Options
Downloads
Plain Diff
Merge branch 'update-submodule-tag' into 'main'
Update deployment steps See merge request
!4
parents
73a7ce30
cc919377
No related branches found
Branches containing commit
Tags
v1.1.3
Tags containing commit
1 merge request
!4
Update deployment steps
Pipeline
#67918
failed with stages
in 1 minute and 22 seconds
Changes
2
Pipelines
3
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Chart.yaml
+2
-2
2 additions, 2 deletions
Chart.yaml
README.md
+4
-3
4 additions, 3 deletions
README.md
with
6 additions
and
5 deletions
Chart.yaml
+
2
−
2
View file @
389d8ab5
apiVersion
:
v1
appVersion
:
v1.1.
2
appVersion
:
v1.1.
3
description
:
task deployment
name
:
task
version
:
1.1.
2
version
:
1.1.
3
icon
:
"
https://www.vereign.com/wp-content/themes/vereign2020/images/vereign-logo.svg"
This diff is collapsed.
Click to expand it.
README.md
+
4
−
3
View file @
389d8ab5
...
...
@@ -10,10 +10,11 @@ The pipeline in this repo builds image from the source code repo in eclipse as a
When changes to helm or the app are made and deployment is needed, execute the following steps:
1.
Clone the repo and start working on a new branch.
2
.
Execute
`git submode update --remote --recursive -init`
to update source to latest commit on eclipse main branch.
1
.
Execute
`git submod
ul
e update --remote --recursive
-
-init`
to update source to latest commit on eclipse main branch.
1.
Edit
`Chart.yaml`
with the new chart version (example: 1.4.3) and app version it's intended to use (example: v1.4.3).
2.
Create a new tag with the intended app version (v1.4.3)
3.
Wait for pipelines to finish and manually trigger deployment to either
`dev-ssi`
or
`prod-ssi(vault)`
clusters.
1.
Create merge request from the update branch.
1.
Create a new tag from main branch with the intended app version (v1.4.3)
1.
Wait for pipelines to finish and manually trigger deployment to either
`dev-ssi`
or
`prod-ssi(vault)`
clusters.
## Values
...
...
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