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
6b4ab262
Commit
6b4ab262
authored
Jun 17, 2019
by
Jeff Billimek
Committed by
Kubernetes Prow Robot
Jun 17, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
using standardized helm 'image.repository' instead of 'helm.repo' (#13698)
Signed-off-by:
Jeff Billimek
<
jeff@billimek.com
>
parent
3eb3b04f
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
Chart.yaml
stable/influxdb/Chart.yaml
+1
-1
deployment.yaml
stable/influxdb/templates/deployment.yaml
+1
-1
values.yaml
stable/influxdb/values.yaml
+1
-1
No files found.
stable/influxdb/Chart.yaml
View file @
6b4ab262
apiVersion
:
v1
name
:
influxdb
version
:
1.1.
6
version
:
1.1.
7
appVersion
:
1.7.3
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
stable/influxdb/templates/deployment.yaml
View file @
6b4ab262
...
...
@@ -17,7 +17,7 @@ spec:
spec
:
containers
:
-
name
:
{{
template "influxdb.fullname" .
}}
image
:
"
{{
.Values.image.repo
}}:{{
.Values.image.tag
}}"
image
:
"
{{
.Values.image.repo
sitory
}}:{{
.Values.image.tag
}}"
imagePullPolicy
:
{{
.Values.image.pullPolicy | quote
}}
resources
:
{{
toYaml .Values.resources | indent 10
}}
...
...
stable/influxdb/values.yaml
View file @
6b4ab262
## influxdb image version
## ref: https://hub.docker.com/r/library/influxdb/tags/
image
:
repo
:
"
influxdb"
repo
sitory
:
"
influxdb"
tag
:
"
1.7.3-alpine"
pullPolicy
:
IfNotPresent
...
...
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