Skip to content

Commit

Permalink
update persistence to false by default and version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
dennybaa committed Jun 15, 2020
1 parent 56ce276 commit 1edd7e1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 6 deletions.
2 changes: 1 addition & 1 deletion kafkamagic/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ apiVersion: v1
appVersion: "1.0"
description: A Helm chart for Kubernetes
name: kafkamagic
version: 0.1.4
version: 0.2.0
12 changes: 7 additions & 5 deletions kafkamagic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ replicaCount: 1

image:
repository: digitsy/kafka-magic
tag: "2.0.2.22"
tag: "2.0.3.4"
pullPolicy: IfNotPresent

imagePullSecrets: []
Expand All @@ -20,9 +20,11 @@ serviceAccount:
# If not set and create is true, a name is generated using the fullname template
name:

podSecurityContext:
fsUser: 1000
fsGroup: 1000
podSecurityContext: {}
# runAsNonRoot: true
# runAsUser: 1000
# runAsGroup: 1000
# fsGroup: 1000

securityContext:
capabilities:
Expand Down Expand Up @@ -84,7 +86,7 @@ config:


persistence:
enabled: true
enabled: false
## A manually managed Persistent Volume and Claim
## Requires persistence.enabled: true
## If defined, PVC must be created manually before volume will be bound
Expand Down

0 comments on commit 1edd7e1

Please sign in to comment.