Skip to content

Commit

Permalink
Merge branch 'development' of github.com:mlrun/ce into development
Browse files Browse the repository at this point in the history
  • Loading branch information
quaark committed Aug 25, 2022
2 parents ea758e2 + b446547 commit dbf96a1
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions charts/mlrun-ce/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ mlrun:
api:
fullnameOverride: mlrun-api
image:
tag: 1.1.0-rc24
tag: 1.1.0-rc25
service:
type: NodePort
nodePort: 30070
Expand Down Expand Up @@ -132,7 +132,7 @@ mlrun:
type: NodePort
nodePort: 30060
image:
tag: 1.1.0-rc24
tag: 1.1.0-rc25
db:
name: db
fullnameOverride: mlrun-db
Expand Down Expand Up @@ -184,9 +184,7 @@ jupyterNotebook:
# - chart-example.local
image:
repository: quay.io/mlrun/jupyter

# TODO: 1.0.4 is broken right now. Bump to 1.0.4 when fixed or 1.0.5 when released.
tag: 1.1.0-rc24
tag: 1.1.0-rc25
pullPolicy: IfNotPresent

# use this to override mlrunUIURL, by default it will be auto-resolved to externalHostAddress and
Expand Down

0 comments on commit dbf96a1

Please sign in to comment.