Skip to content

Commit

Permalink
Update helm chart version to v1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mason committed Dec 16, 2024
1 parent ec20471 commit aa42186
Show file tree
Hide file tree
Showing 32 changed files with 46 additions and 259 deletions.
213 changes: 0 additions & 213 deletions docker/Dockerfile.old

This file was deleted.

2 changes: 1 addition & 1 deletion docker/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ Omnibus CSGHub is a way for OpenCSG to quickly deploy CSGHub using Docker, mainl
>
> `ipconfig getifaddr $(route get default | grep interface | awk '{print $2}')`
>
> ***Note:** Rosetta runs Slightly slower. Before version v1.1.0, container running in Rosetta mode will prompt `WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested`. Just ignore it.*
> ***Note:** Rosetta runs Slightly slower. Before version v1.2.0, container running in Rosetta mode will prompt `WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested`. Just ignore it.*
- Manually pull the image
Expand Down
2 changes: 1 addition & 1 deletion docs/zh/README_cn_docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ Omnibus CSGHub 是 OpenCSG 推出的使用 Docker 快速部署 CSGHub 的一种
>
> `ipconfig getifaddr $(route get default | grep interface | awk '{print $2}')`
>
> ***注意:**Rosetta运行速度稍慢。v1.1.0 以前版本以 Rosetta 方式运行的容器会提示 `WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested `忽略即可。*
> ***注意:**Rosetta运行速度稍慢。v1.2.0 以前版本以 Rosetta 方式运行的容器会提示 `WARNING: The requested image's platform (linux/amd64) does not match the detected host platform (linux/arm64/v8) and no specific platform was requested `忽略即可。*
- 手动拉取镜像
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/charts/csghub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@ 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.1.0
version: 1.2.0

# 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.
# It is recommended to use it with quotes.
appVersion: "v1.1.0"
appVersion: "v1.2.0"

# Defined dependencies for subChart
#dependencies:
Expand Down
4 changes: 2 additions & 2 deletions helm-chart/charts/csghub/charts/accounting/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ 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.1.0
version: 1.2.0

# 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.
# It is recommended to use it with quotes.
appVersion: "v1.1.0"
appVersion: "v1.2.0"
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/accounting/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
## Specifies the location of the Accounting Docker image in the Accounting.
repository: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server
## Defines the specific version of the Accounting image to use.
# tag: v1.1.0
# tag: v1.2.0
## Determines how the image should be pulled from the Accounting.
pullPolicy: "IfNotPresent"

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/casdoor/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,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.1.0
version: 1.2.0

# 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
4 changes: 2 additions & 2 deletions helm-chart/charts/csghub/charts/certs/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1.0
version: 1.2.0

# 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.
# It is recommended to use it with quotes.
appVersion: "v1.1.0"
appVersion: "v1.2.0"
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/coredns/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,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.1.0
version: 1.2.0

# 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/charts/gitaly/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.1.0
version: 1.2.0

# 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/charts/gitlab-shell/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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.1.0
version: 1.2.0

# 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
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku

### 4.0.10

* [7964] https://github.com/kubernetes/ingress-nginx/pull/7964 Update controller version to v1.1.0
* [7964] https://github.com/kubernetes/ingress-nginx/pull/7964 Update controller version to v1.2.0

**Full Changelog**: https://github.com/kubernetes/ingress-nginx/compare/helm-chart-4.0.9...helm-chart-4.0.10
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ This file documents all notable changes to [ingress-nginx](https://github.com/ku
* [8191](https://github.com/kubernetes/ingress-nginx/pull/8191) Using Go install for misspell
* [8186](https://github.com/kubernetes/ingress-nginx/pull/8186) prometheus+grafana using servicemonitor
* [8185](https://github.com/kubernetes/ingress-nginx/pull/8185) Append elements on match, instead of removing for cors-annotations
* [8179](https://github.com/kubernetes/ingress-nginx/pull/8179) Bump github.com/opencontainers/runc from 1.0.3 to 1.1.0
* [8179](https://github.com/kubernetes/ingress-nginx/pull/8179) Bump github.com/opencontainers/runc from 1.0.3 to 1.2.0
* [8173](https://github.com/kubernetes/ingress-nginx/pull/8173) Adding annotations to the controller service account
* [8163](https://github.com/kubernetes/ingress-nginx/pull/8163) Update the $req_id placeholder description
* [8162](https://github.com/kubernetes/ingress-nginx/pull/8162) Versioned static manifests
Expand Down
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/minio/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,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.1.0
version: 1.2.0

# 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
4 changes: 2 additions & 2 deletions helm-chart/charts/csghub/charts/mirror/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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.1.0
version: 1.2.0

# 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.
# It is recommended to use it with quotes.
appVersion: "v1.1.0"
appVersion: "v1.2.0"
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/mirror/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ image:
## Specifies the location of the Nats Docker image in the registry.
repository: opencsg-registry.cn-beijing.cr.aliyuncs.com/opencsg_public/csghub_server
## Defines the specific version of the Nats image to use.
# tag: v1.1.0
# tag: v1.2.0
## Determines how the image should be pulled from the registry.
pullPolicy: "IfNotPresent"

Expand Down
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/nats/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.1.0
version: 1.2.0

# 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
4 changes: 2 additions & 2 deletions helm-chart/charts/csghub/charts/portal/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ 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.1.0
version: 1.2.0

# 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.
# It is recommended to use it with quotes.
appVersion: "v1.1.0"
appVersion: "v1.2.0"
2 changes: 1 addition & 1 deletion helm-chart/charts/csghub/charts/portal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ image:
## 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.1.0
# tag: v1.2.0
## Determines how the image should be pulled from the Runner.
pullPolicy: "IfNotPresent"

Expand Down
Loading

0 comments on commit aa42186

Please sign in to comment.