Skip to content

Commit

Permalink
Issue 551: Updationg charts to latest version (#552)
Browse files Browse the repository at this point in the history
Signed-off-by: SrishT <[email protected]>

Co-authored-by: SrishT <[email protected]>
  • Loading branch information
SrishT and SrishT authored May 26, 2021
1 parent be7d413 commit 6ee53bb
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions charts/pravega-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v2
name: pravega-operator
description: Pravega Operator Helm chart for Kubernetes
version: 0.5.2
appVersion: 0.5.2
version: 0.5.3
appVersion: 0.5.3
keywords:
- pravega
- storage
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ The following table lists the configurable parameters of the pravega-operator ch
| Parameter | Description | Default |
| ----- | ----------- | ------ |
| `image.repository` | Image repository | `pravega/pravega-operator` |
| `image.tag` | Image tag | `0.5.2` |
| `image.tag` | Image tag | `0.5.3` |
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
| `crd.create` | Create pravega CRD | `true` |
| `rbac.create` | Create RBAC resources | `true` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

image:
repository: pravega/pravega-operator
tag: 0.5.2
tag: 0.5.3
pullPolicy: IfNotPresent

## Install RBAC roles and bindings.
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: pravega
description: Pravega Helm chart for Kubernetes
version: 0.9.0
version: 0.9.1
appVersion: 0.9.0
keywords:
- pravega
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -167,5 +167,5 @@ options:
# controller.metrics.output.frequency.seconds: "10"
# controller.metrics.influxDB.connect.uri: "http://INFLUXDB-IP:8086"
# hostPathVolumeMounts: "foo=/tmp/foo,bar=/tmp/bar"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap,logs=/opt/pravega/logs"
# configMapVolumeMounts: "prvg-logback:logback.xml=/opt/pravega/conf/logback.xml"
2 changes: 1 addition & 1 deletion charts/pravega/values/large.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ options:
controller.service.asyncTaskPool.size: "20"
controller.retention.thread.count: "4"
log.level: "INFO"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap,logs=/opt/pravega/logs"
## The following parameters are only useful if you are going to deploy metrics in this cluster.
# metrics.dynamicCache.size: "100000"
# metrics.statistics.enable: "true"
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/values/medium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ options:
controller.service.asyncTaskPool.size: "20"
controller.retention.thread.count: "4"
log.level: "INFO"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap,logs=/opt/pravega/logs"
## The following parameters are only useful if you are going to deploy metrics in this cluster.
# metrics.dynamicCache.size: "100000"
# metrics.statistics.enable: "true"
Expand Down
2 changes: 1 addition & 1 deletion charts/pravega/values/small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ options:
controller.service.asyncTaskPool.size: "20"
controller.retention.thread.count: "4"
log.level: "INFO"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap"
emptyDirVolumeMounts: "heap-dump=/tmp/dumpfile/heap,logs=/opt/pravega/logs"
## The following parameters are only useful if you are going to deploy metrics in this cluster.
# metrics.dynamicCache.size: "100000"
# metrics.statistics.enable: "true"
Expand Down

0 comments on commit 6ee53bb

Please sign in to comment.