Skip to content

Commit

Permalink
weekly image
Browse files Browse the repository at this point in the history
  • Loading branch information
itayariel committed Nov 27, 2024
1 parent 4e113f3 commit 03fdfef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/v1/appdefaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -428,7 +428,7 @@ var ssoDefault = SSO{
Enabled: false,
Replicas: 1,
SvcName: "sso-central",
CnvrgProxyImage: "cnvrg-proxy:ns-watch-scope",
CnvrgProxyImage: "cap:v0.0.12",
OauthProxyImage: "oauth2-proxy:v7.4.ssov3.p6",
CentralUiImage: "centralsso:latest",
EmailDomain: []string{"*"},
Expand All @@ -450,7 +450,7 @@ var ssoDefault = SSO{
Proxy: CentralProxy{
Enabled: false,
Replicas: 1,
Image: "cnvrg-proxy:ns-watch-scope",
Image: "cap:v0.0.12",
SvcName: "cnvrg-proxy-central",
Requests: Requests{
Cpu: "200m",
Expand Down
1 change: 1 addition & 0 deletions charts/mlops/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ sso:
memory: 4Gi
proxy:
enabled: false
image: cap:v0.0.12
image: cnvrg-proxy:4d10ded
address: ""
readiness: true
Expand Down

0 comments on commit 03fdfef

Please sign in to comment.