Skip to content

Commit

Permalink
Merge pull request #17 from bytewax/bytewax_v0.14.0
Browse files Browse the repository at this point in the history
Changing default bytewax version to 0.14.0
  • Loading branch information
miccioest authored Jan 3, 2023
2 parents 1925795 + 08d34be commit 5b395a8
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The command removes all the Kubernetes components associated with the chart and
| Parameter | Description | Default |
|-------------------------------------------|-----------------------------------------------|---------------------------------------------------------|
| `image.repository` | Image repository | `bytewax.docker.scarf.sh/bytewax/bytewax` |
| `image.tag` | Image tag | `0.13.1-python3.9` |
| `image.tag` | Image tag | `0.14.0-python3.9` |
| `image.pullPolicy` | Image pull policy | `Always` |
| `imagePullSecrets` | Image pull secrets | `[]` |
| `serviceAccount.create` | Create service account | `true` |
Expand Down
4 changes: 2 additions & 2 deletions charts/bytewax/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: bytewax
description: A Helm chart for Bytewax
type: application
version: 0.5.0
appVersion: "0.13.1"
version: 0.5.1
appVersion: "0.14.0"
icon: https://bytewax.io/assets/img/favicon.png
dependencies:
- condition: opentelemetry-collector.enabled
Expand Down
4 changes: 2 additions & 2 deletions charts/bytewax/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ image:
repository: bytewax.docker.scarf.sh/bytewax/bytewax
pullPolicy: Always
# Overrides the image tag whose default is the chart appVersion.
tag: "0.13.1-python3.9"
tag: "0.14.0-python3.9"

imagePullSecrets: []

Expand Down Expand Up @@ -114,7 +114,7 @@ extraVolumeMounts: []
# hostPath: /usr/shared/

configuration:
pythonFileName: "wikistream.py"
pythonFileName: "k8s_basic.py"
processesCount: 1
workersPerProcess: 1
keepAlive: true
Expand Down

0 comments on commit 5b395a8

Please sign in to comment.