Skip to content

Commit

Permalink
Fixed csghub_portal cannot redirect when create new project
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Dec 18, 2024
1 parent db7b83d commit fdc6819
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_nats:2.10

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server:v1.2.0 AS server

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v1.2.0 AS portal
FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal:v1.2.1 AS portal

FROM opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/casbin/casdoor:v1.733.0 AS casdoor

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,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: 1.2.0
version: 1.2.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
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ global:
## Specifies the location of the Runner Docker image in the Runner.
repository: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_portal
## Defines the specific version of the Runner image to use.
# tag: v1.2.0
tag: v1.2.1
## Determines how the image should be pulled from the Runner.
pullPolicy: "IfNotPresent"
## List of image pull secrets.
Expand Down

0 comments on commit fdc6819

Please sign in to comment.