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
edc5bc28
Commit
edc5bc28
authored
Feb 14, 2017
by
Jack Zampolin
Committed by
Michael Goodness
Feb 13, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[influxdb] Version bump (#511)
parent
b1f56317
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
+4
-3
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
NOTES.txt
stable/influxdb/templates/NOTES.txt
+0
-1
values.yaml
stable/influxdb/values.yaml
+3
-1
No files found.
stable/influxdb/Chart.yaml
View file @
edc5bc28
name
:
influxdb
version
:
0.
1.2
version
:
0.
2.1
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
-
influxdb
...
...
stable/influxdb/templates/NOTES.txt
View file @
edc5bc28
...
...
@@ -13,4 +13,3 @@ You can also connect to the influx cli from inside the container. To open a shel
To tail the logs for the InfluxDB pod run the following:
- kubectl logs -f --namespace {{ .Release.Namespace }} $(kubectl get pods --namespace {{ .Release.Namespace }} -l app={{ template "fullname" . }} -o jsonpath='{ .items[0].metadata.name }')
stable/influxdb/values.yaml
View file @
edc5bc28
...
...
@@ -2,16 +2,18 @@
## ref: https://hub.docker.com/r/library/influxdb/tags/
image
:
repo
:
"
influxdb"
tag
:
"
1.
1.0
-alpine"
tag
:
"
1.
2
-alpine"
pullPolicy
:
IfNotPresent
## Specify a service type
## NodePort is default
## ref: http://kubernetes.io/docs/user-guide/services/
##
service
:
type
:
ClusterIP
## Persist data to a persitent volume
##
persistence
:
enabled
:
false
## If defined, volume.beta.kubernetes.io/storage-class: <storageClass>
...
...
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