diff --git a/docker-compose/csghub/.env b/docker-compose/csghub/.env index a3c1e44..2220501 100644 --- a/docker-compose/csghub/.env +++ b/docker-compose/csghub/.env @@ -1,5 +1,5 @@ # Version Configuration -CSGHUB_VERSION=latest +CSGHUB_VERSION=v1.0.0 # Common Configuration ## csghub service's domain name, can be ip or domain name diff --git a/helm-chart/charts/csghub/Chart.yaml b/helm-chart/charts/csghub/Chart.yaml index 5f39119..e7d4149 100644 --- a/helm-chart/charts/csghub/Chart.yaml +++ b/helm-chart/charts/csghub/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" # Defined dependencies for subChart #dependencies: diff --git a/helm-chart/charts/csghub/charts/accounting/Chart.yaml b/helm-chart/charts/csghub/charts/accounting/Chart.yaml index 7b1c617..2facd7b 100644 --- a/helm-chart/charts/csghub/charts/accounting/Chart.yaml +++ b/helm-chart/charts/csghub/charts/accounting/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/builder/Chart.yaml b/helm-chart/charts/csghub/charts/builder/Chart.yaml index a8abb61..c451e0b 100644 --- a/helm-chart/charts/csghub/charts/builder/Chart.yaml +++ b/helm-chart/charts/csghub/charts/builder/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/casdoor/Chart.yaml b/helm-chart/charts/csghub/charts/casdoor/Chart.yaml index c0c2577..7b4cfa5 100644 --- a/helm-chart/charts/csghub/charts/casdoor/Chart.yaml +++ b/helm-chart/charts/csghub/charts/casdoor/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/certs/Chart.yaml b/helm-chart/charts/csghub/charts/certs/Chart.yaml index bbd827c..0302b16 100644 --- a/helm-chart/charts/csghub/charts/certs/Chart.yaml +++ b/helm-chart/charts/csghub/charts/certs/Chart.yaml @@ -15,7 +15,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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/coredns/Chart.yaml b/helm-chart/charts/csghub/charts/coredns/Chart.yaml index 12ec3db..e342d1e 100644 --- a/helm-chart/charts/csghub/charts/coredns/Chart.yaml +++ b/helm-chart/charts/csghub/charts/coredns/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/gitaly/Chart.yaml b/helm-chart/charts/csghub/charts/gitaly/Chart.yaml index 883df20..416af60 100644 --- a/helm-chart/charts/csghub/charts/gitaly/Chart.yaml +++ b/helm-chart/charts/csghub/charts/gitaly/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/gitlab-shell/Chart.yaml b/helm-chart/charts/csghub/charts/gitlab-shell/Chart.yaml index 7f80896..877f3a4 100644 --- a/helm-chart/charts/csghub/charts/gitlab-shell/Chart.yaml +++ b/helm-chart/charts/csghub/charts/gitlab-shell/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/minio/Chart.yaml b/helm-chart/charts/csghub/charts/minio/Chart.yaml index ee57dfd..df5473b 100644 --- a/helm-chart/charts/csghub/charts/minio/Chart.yaml +++ b/helm-chart/charts/csghub/charts/minio/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/mirror/Chart.yaml b/helm-chart/charts/csghub/charts/mirror/Chart.yaml index 6c3c311..6919d11 100644 --- a/helm-chart/charts/csghub/charts/mirror/Chart.yaml +++ b/helm-chart/charts/csghub/charts/mirror/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/nats/Chart.yaml b/helm-chart/charts/csghub/charts/nats/Chart.yaml index 7e1bdbd..a0b4fe6 100644 --- a/helm-chart/charts/csghub/charts/nats/Chart.yaml +++ b/helm-chart/charts/csghub/charts/nats/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/portal/Chart.yaml b/helm-chart/charts/csghub/charts/portal/Chart.yaml index f4eb29f..0f1b281 100644 --- a/helm-chart/charts/csghub/charts/portal/Chart.yaml +++ b/helm-chart/charts/csghub/charts/portal/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/postgresql/Chart.yaml b/helm-chart/charts/csghub/charts/postgresql/Chart.yaml index f7745ea..211718e 100644 --- a/helm-chart/charts/csghub/charts/postgresql/Chart.yaml +++ b/helm-chart/charts/csghub/charts/postgresql/Chart.yaml @@ -24,7 +24,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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/proxy/Chart.yaml b/helm-chart/charts/csghub/charts/proxy/Chart.yaml index 737ab15..76d9380 100644 --- a/helm-chart/charts/csghub/charts/proxy/Chart.yaml +++ b/helm-chart/charts/csghub/charts/proxy/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/redis/Chart.yaml b/helm-chart/charts/csghub/charts/redis/Chart.yaml index c8dbc41..14c2cc5 100644 --- a/helm-chart/charts/csghub/charts/redis/Chart.yaml +++ b/helm-chart/charts/csghub/charts/redis/Chart.yaml @@ -24,7 +24,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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/registry/Chart.yaml b/helm-chart/charts/csghub/charts/registry/Chart.yaml index c43df76..c0e5fc7 100644 --- a/helm-chart/charts/csghub/charts/registry/Chart.yaml +++ b/helm-chart/charts/csghub/charts/registry/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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 diff --git a/helm-chart/charts/csghub/charts/runner/Chart.yaml b/helm-chart/charts/csghub/charts/runner/Chart.yaml index 7c5823b..2d2e4cc 100644 --- a/helm-chart/charts/csghub/charts/runner/Chart.yaml +++ b/helm-chart/charts/csghub/charts/runner/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/server/Chart.yaml b/helm-chart/charts/csghub/charts/server/Chart.yaml index 558c531..12df3d1 100644 --- a/helm-chart/charts/csghub/charts/server/Chart.yaml +++ b/helm-chart/charts/csghub/charts/server/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/user/Chart.yaml b/helm-chart/charts/csghub/charts/user/Chart.yaml index 6726871..a5e7143 100644 --- a/helm-chart/charts/csghub/charts/user/Chart.yaml +++ b/helm-chart/charts/csghub/charts/user/Chart.yaml @@ -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: 0.9.3 +version: 1.0.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: "v0.9.3" +appVersion: "v1.0.0" diff --git a/helm-chart/charts/csghub/charts/watcher/Chart.yaml b/helm-chart/charts/csghub/charts/watcher/Chart.yaml index bc41052..ed2fa2c 100644 --- a/helm-chart/charts/csghub/charts/watcher/Chart.yaml +++ b/helm-chart/charts/csghub/charts/watcher/Chart.yaml @@ -15,7 +15,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: 0.9.3 +version: 1.0.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