Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
L
Loki
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
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
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
TeDomum
Loki
Commits
0ca896ee
Commit
0ca896ee
authored
5 years ago
by
Xiang Dai
Browse files
Options
Downloads
Patches
Plain Diff
Update language
Signed-off-by:
Xiang Dai
<
764524258@qq.com
>
parent
632db54d
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
production/helm/README.md
+4
-6
4 additions, 6 deletions
production/helm/README.md
with
4 additions
and
6 deletions
production/helm/README.md
+
4
−
6
View file @
0ca896ee
...
...
@@ -62,15 +62,13 @@ Then follow the [instructions for adding the loki datasource](/docs/usage.md), u
If you want to add any feature to helm chart, you can follow as below:
```
bash
$
cd
production/helm
$
# do some changes to loki/promtail in corresponding directory
$
helm dependency update loki-stack
# run after do any changes
$
helm
install
./loki-stack
--dry-run
--debug
# to see changes format as expected
$
helm
install
./loki-stack
# to see changes work as expected
$
# do some changes to loki/promtail in the corresponding directory
$
make helm
$
helm upgrade
--install
loki ./loki-stack-
*
.tgz
```
After verify changes, need to bump chart version.
For example, if you update loki chart, you need bump version as following:
For example, if you update
the
loki chart, you need
to
bump
the
version as following:
```
bash
$
# update version loki/Chart.yaml
...
...
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