Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue 551: Updating charts to latest version #552

Merged
merged 1 commit into from
May 26, 2021
Merged
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/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