Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Jetsam Server
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jetsam
Jetsam Server
Commits
e3e8e6e8
Verified
Commit
e3e8e6e8
authored
3 years ago
by
Louis
Browse files
Options
Downloads
Patches
Plain Diff
Bump version
parent
8be06cdd
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
helm/api/Chart.yaml
+2
-2
2 additions, 2 deletions
helm/api/Chart.yaml
package.json
+2
-1
2 additions, 1 deletion
package.json
with
4 additions
and
3 deletions
helm/api/Chart.yaml
+
2
−
2
View file @
e3e8e6e8
...
...
@@ -15,10 +15,10 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0.3.
0
version
:
0.3.
1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion
:
"
2.2.
0
"
appVersion
:
"
2.2.
4
"
This diff is collapsed.
Click to expand it.
package.json
+
2
−
1
View file @
e3e8e6e8
{
"name"
:
"jetsam-api"
,
"version"
:
"2.2.
2
"
,
"version"
:
"2.2.
3
"
,
"description"
:
"The Jetsam App API Server"
,
"main"
:
"server.js"
,
"scripts"
:
{
...
...
@@ -8,6 +8,7 @@
"watch:queue"
:
"NODE_PATH=src QUEUE_ACTION=consumer DEBUG=server:* nodemon worker --ignore './client/src' --ignore './certs' --ignore 'google-storage.json'"
,
"exec:env"
:
"docker-compose -p jetenv up"
,
"exec:ngrok"
:
"ngrok http 7124 --hostname trash.4l2.uk"
,
"exec:check_img"
:
"NODE_PATH=src node scripts/exec-boot 'node scripts/check_img.js'"
,
"test"
:
"NODE_ENV=testing NODE_PATH=src node scripts/jest.js"
,
"start"
:
"NODE_PATH=src node server"
,
"cmd"
:
"NODE_PATH=src node run"
,
...
...
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