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
3c10c43f
Unverified
Commit
3c10c43f
authored
Oct 10, 2022
by
Christoph Kuper
Committed by
GitHub
Oct 10, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add image pull secret to influxdb2 chart (#482)
* add image pull secret * update app version * update image Co-authored-by:
Chris
<
christoph.kuper@vector.com
>
parent
6fdca6e1
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
3 deletions
+12
-3
Chart.yaml
charts/influxdb2/Chart.yaml
+2
-2
statefulset.yaml
charts/influxdb2/templates/statefulset.yaml
+6
-0
values.yaml
charts/influxdb2/values.yaml
+4
-1
No files found.
charts/influxdb2/Chart.yaml
View file @
3c10c43f
apiVersion
:
v2
appVersion
:
2.
2
.0
appVersion
:
2.
3
.0
name
:
influxdb2
description
:
A Helm chart for InfluxDB v2
home
:
https://www.influxdata.com/products/influxdb/
type
:
application
version
:
2.1.
0
version
:
2.1.
1
maintainers
:
-
name
:
rawkode
email
:
rawkode@influxdata.com
...
...
charts/influxdb2/templates/statefulset.yaml
View file @
3c10c43f
...
...
@@ -44,6 +44,12 @@ spec:
{{
- if .Values.volumes
}}
{{
- toYaml .Values.volumes | nindent 8
}}
{{
- end
}}
{{
- if .Values.image.pullSecrets
}}
imagePullSecrets
:
{{
- range .Values.image.pullSecrets
}}
-
name
:
{{
.
}}
{{
- end
}}
{{
- end
}}
serviceAccountName
:
{{
include "influxdb.serviceAccountName" .
}}
containers
:
-
name
:
{{
.Chart.Name
}}
...
...
charts/influxdb2/values.yaml
View file @
3c10c43f
image
:
repository
:
influxdb
tag
:
2.
2
.0-alpine
tag
:
2.
3
.0-alpine
pullPolicy
:
IfNotPresent
## If specified, use these secrets to access the images
# pullSecrets:
# - registry-secret
## Annotations to be added to InfluxDB pods
##
...
...
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