Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion stable/gemini/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
description: Automated backup and restore of PersistentVolumes using the VolumeSnapshot API
name: gemini
version: 2.1.3
version: 2.2.0
appVersion: "2.0"
kubeVersion: ">= 1.22.0-0"
maintainers:
Expand Down
1 change: 1 addition & 0 deletions stable/gemini/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,3 +48,4 @@ before upgrading, and add `--skip-crds` when running `helm install`.
| affinity | object | `{}` | Pod affinity and pod anti-affinity allow you to specify rules about how pods should be placed relative to other pods. |
| additionalPodLabels | object | `{}` | Additional labels added on pod |
| additionalPodAnnotations | object | `{}` | Additional annotations added on pod |
| priorityClassName | string | `nil` | Priority class name for the pod |
3 changes: 3 additions & 0 deletions stable/gemini/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ spec:
{{- else }}
serviceAccountName: {{ .Values.rbac.serviceAccountName }}
{{- end }}
{{- with .Values.priorityClassName }}
priorityClassName: {{ . }}
{{- end }}
containers:
- command:
- gemini
Expand Down
3 changes: 3 additions & 0 deletions stable/gemini/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,3 +53,6 @@ additionalPodLabels: {}
# additionalPodAnnotations -- Additional annotations added on pod
additionalPodAnnotations: {}
# key: value

# priorityClassName -- Priority class name for the pod
priorityClassName: