Skip to content

Commit 62960a7

Browse files
sionsmithgithub-actions[bot]
authored andcommitted
chore(kafka-backup-operator): sync chart v0.2.2
Source: osodevops/kafka-backup-operator@ebca884
1 parent 002de39 commit 62960a7

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

charts/kafka-backup-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: kafka-backup-operator
33
description: A Kubernetes operator for managing Kafka backup and restore operations
44
type: application
5-
version: 0.2.1
6-
appVersion: "0.2.1"
5+
version: 0.2.2
6+
appVersion: "0.2.2"
77
home: https://github.com/osodevops/kafka-backup-operator
88
sources:
99
- https://github.com/osodevops/kafka-backup-operator

charts/kafka-backup-operator/templates/deployment.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,12 @@ spec:
7575
failureThreshold: 3
7676
securityContext:
7777
{{- toYaml .Values.securityContext | nindent 12 }}
78+
volumeMounts:
79+
- name: tmp
80+
mountPath: /tmp
81+
volumes:
82+
- name: tmp
83+
emptyDir: {}
7884
terminationGracePeriodSeconds: 30
7985
{{- with .Values.nodeSelector }}
8086
nodeSelector:

0 commit comments

Comments
 (0)