mirror of
https://github.com/helm/charts.git
synced 2026-08-22 22:07:36 +00:00
[stable/ark] Fix prefix param, add restic podannotation and resource (#11430)
* [stable/ark] Add prefix support Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * [stable/ark] Add annotation to restic pod Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * [stable/ark] Bump version to 3.0.1 Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * [stable/ark] Bump version to 3.0.2 Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * [stable/ark] Fix prefix location in values.yaml Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * [stable/ark] Add resource to restic daemon Signed-off-by: Faiz Shukri <faiz.shukri@servicerocket.com> * Bump minor version for new features Signed-off-by: Reinhard Nägele <unguiculus@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
8e23e21fa9
commit
545e6a7745
@@ -2,7 +2,7 @@ apiVersion: v1
|
||||
appVersion: 0.10.1
|
||||
description: A Helm chart for ark
|
||||
name: ark
|
||||
version: 4.1.1
|
||||
version: 4.2.0
|
||||
home: https://github.com/heptio/ark
|
||||
icon: https://cdn-images-1.medium.com/max/1600/1*-9mb3AKnKdcL_QD3CMnthQ.png
|
||||
sources:
|
||||
|
||||
@@ -17,6 +17,10 @@ spec:
|
||||
metadata:
|
||||
labels:
|
||||
name: restic
|
||||
{{- with .Values.podAnnotations }}
|
||||
annotations:
|
||||
{{ toYaml . | indent 8 }}
|
||||
{{- end }}
|
||||
spec:
|
||||
{{- if .Values.serviceAccount.server.create }}
|
||||
serviceAccountName: {{ template "ark.serverServiceAccount" . }}
|
||||
@@ -81,4 +85,8 @@ spec:
|
||||
- name: AWS_SHARED_CREDENTIALS_FILE
|
||||
value: /credentials/cloud
|
||||
{{- end }}
|
||||
{{- with .Values.resources }}
|
||||
resources:
|
||||
{{ toYaml . | indent 12 }}
|
||||
{{- end }}
|
||||
{{- end }}
|
||||
|
||||
@@ -47,9 +47,9 @@ configuration:
|
||||
backupStorageLocation:
|
||||
name:
|
||||
bucket:
|
||||
# prefix:
|
||||
config: {}
|
||||
# region:
|
||||
# prefix:
|
||||
# s3ForcePathStyle:
|
||||
# s3Url:
|
||||
# kmsKeyId:
|
||||
|
||||
Reference in New Issue
Block a user