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
4 changes: 2 additions & 2 deletions charts/kafka-backup-operator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: kafka-backup-operator
description: A Kubernetes operator for managing Kafka backup and restore operations
type: application
version: 0.2.1
appVersion: "0.2.1"
version: 0.2.5
appVersion: "0.2.5"
home: https://github.com/osodevops/kafka-backup-operator
sources:
- https://github.com/osodevops/kafka-backup-operator
Expand Down
6 changes: 6 additions & 0 deletions charts/kafka-backup-operator/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,12 @@ spec:
failureThreshold: 3
securityContext:
{{- toYaml .Values.securityContext | nindent 12 }}
volumeMounts:
- name: tmp
mountPath: /tmp
volumes:
- name: tmp
emptyDir: {}
terminationGracePeriodSeconds: 30
{{- with .Values.nodeSelector }}
nodeSelector:
Expand Down
Loading