Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
I
influxdb
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
influxdb
Commits
cf9fbeed
Commit
cf9fbeed
authored
Sep 18, 2018
by
Carlos Tadeu Panato Junior
Committed by
k8s-ci-robot
Sep 18, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
set kapacitor to 1.5.1 (#7790)
Signed-off-by:
cpanato
<
ctadeu@gmail.com
>
parent
e213b828
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
Chart.yaml
stable/kapacitor/Chart.yaml
+2
-2
README.md
stable/kapacitor/README.md
+1
-1
values.yaml
stable/kapacitor/values.yaml
+1
-1
No files found.
stable/kapacitor/Chart.yaml
View file @
cf9fbeed
name
:
kapacitor
version
:
1.
0
.0
appVersion
:
1.
6.2
version
:
1.
1
.0
appVersion
:
1.
5.1
description
:
InfluxDB's native data processing engine. It can process both stream
and batch data from InfluxDB.
keywords
:
...
...
stable/kapacitor/README.md
View file @
cf9fbeed
...
...
@@ -48,7 +48,7 @@ The following table lists the configurable parameters of the Kapacitor chart and
| Parameter | Description | Default |
| ----------------------- | ---------------------------------- | ---------------------------------------------------------- |
|
`image.repository`
| Kapacitor image |
`kapacitor`
|
|
`image.tag`
| Kapacitor image version |
`1.
6.2
-alpine`
|
|
`image.tag`
| Kapacitor image version |
`1.
5.1
-alpine`
|
|
`image.pullPolicy`
| Kapacitor image pull policy |
`IfNotPresent`
|
|
`service.type`
| Kapacitor web service type |
`ClusterIP`
|
|
`persistence.enabled`
| Enable Kapacitor persistence using Persistent Volume Claims |
`false`
|
...
...
stable/kapacitor/values.yaml
View file @
cf9fbeed
...
...
@@ -3,7 +3,7 @@
##
image
:
repository
:
"
kapacitor"
tag
:
"
1.
6.2
-alpine"
tag
:
"
1.
5.1
-alpine"
pullPolicy
:
"
IfNotPresent"
## Specify a service type, defaults to NodePort
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment