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
1b5dff10
Commit
1b5dff10
authored
Oct 09, 2020
by
David McKay
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: version bumps
parent
a5bd8b2a
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
1 deletion
+4
-1
Chart.yaml
charts/influxdb/Chart.yaml
+1
-1
README.md
charts/influxdb/README.md
+1
-0
backup-cronjob.yaml
charts/influxdb/templates/backup-cronjob.yaml
+1
-0
values.yaml
charts/influxdb/values.yaml
+1
-0
No files found.
charts/influxdb/Chart.yaml
View file @
1b5dff10
apiVersion
:
v1
name
:
influxdb
version
:
4.8.
7
version
:
4.8.
8
appVersion
:
1.8.0
description
:
Scalable datastore for metrics, events, and real-time analytics.
keywords
:
...
...
charts/influxdb/README.md
View file @
1b5dff10
...
...
@@ -108,6 +108,7 @@ The following table lists configurable parameters, their descriptions, and their
| backup.azure | Azure Blob Storage config | `nil`
| backup.s3 | Amazon S3 (or compatible) config | `nil`
| backup.schedule | Schedule to run jobs in cron format | `0 0 * * *` |
| backup.startingDeadlineSeconds | Deadline in seconds for starting the job if it misses its scheduled time for any reason | `nil` |
| backup.annotations | Annotations for backup cronjob | {} |
| backup.podAnnotations | Annotations for backup cronjob pods | {} |
| backup.persistence.enabled | Boolean to enable and disable persistance | false |
...
...
charts/influxdb/templates/backup-cronjob.yaml
View file @
1b5dff10
...
...
@@ -10,6 +10,7 @@ metadata:
{{
- toYaml .Values.backup.annotations | nindent 4
}}
spec
:
schedule
:
{{
.Values.backup.schedule | quote
}}
startingDeadlineSeconds
:
{{
.Values.backup.startingDeadlineSeconds
}}
concurrencyPolicy
:
Forbid
jobTemplate
:
spec
:
...
...
charts/influxdb/values.yaml
View file @
1b5dff10
...
...
@@ -286,6 +286,7 @@ backup:
accessMode
:
ReadWriteOnce
size
:
8Gi
schedule
:
"
0
0
*
*
*"
startingDeadlineSeconds
:
"
"
annotations
:
{}
podAnnotations
:
{}
...
...
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