Skip to content
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
2 changes: 1 addition & 1 deletion charts/mint/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 2.3.3
version: 3.0.0-alpha.1
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
# follow Semantic Versioning. They should reflect the version the application is using.
Expand Down
4 changes: 2 additions & 2 deletions charts/mint/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ components:
api_version: v1
image:
repository: mintproject/ensemble-manager
tag: 5768d915d57b0700f39be603247d9a78c87a8999
tag: c896416306d26847dade5b87688391e4a5b740de
pullPolicy: IfNotPresent
environment:
data_dir: /var/mint
Expand All @@ -259,7 +259,7 @@ components:
tempdir: /home/node/app/data/temp
logdir: /home/node/app/data/logs
dataurl: http://localhost:30010/data
parallelism: 1
parallelism: 1
ingress:
enabled: true
className: ""
Expand Down
Loading