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

Update chart version for app release #201

Merged
merged 1 commit into from
Jun 1, 2022
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 infra/charts/turing/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
description: "Turing: ML Experimentation System"
name: turing
version: 0.2.9-dev0.1
version: 0.2.9
appVersion: v1.0.0
2 changes: 1 addition & 1 deletion infra/charts/turing/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ turing:
# -- Docker image repository for Turing API
repository: gojek/turing
# -- Docker image tag for Turing API
tag: v1.3.4
tag: v1.5.0
labels: {}
# -- Resources requests and limits for Turing API. This should be set
# according to your cluster capacity and service level objectives.
Expand Down