Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
chore: prepare for release v0.1.0
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Jan 26, 2023
1 parent 2c3b1d9 commit 168b262
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 19 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ To install the chart with the release name `ec` run:

```bash
helm repo add ec https://ec.flomesh.io
helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-rc.2
helm install ec ec/erie-canal --namespace erie-canal --create-namespace
```

The command deploys ErieCanal on the Kubernetes cluster using the default configuration in namespace `erie-canal` and creates the namespace if it doesn't exist. The [configuration](#configuration) section lists the parameters that can be configured during installation.
Expand All @@ -55,7 +55,6 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
helm install ec ec/erie-canal \
--namespace erie-canal \
--create-namespace \
--version=0.1.0-rc.2 \
--set ec.image.pullPolicy=Always
```

Expand All @@ -65,6 +64,5 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
helm install ec ec/erie-canal \
--namespace erie-canal \
--create-namespace \
--version=0.1.0-rc.2 \
-f values-override.yaml
```
4 changes: 2 additions & 2 deletions VERSION
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
APP_VERSION=0.1.0-rc.2
HELM_CHART_VERSION=0.1.0-rc.2
APP_VERSION=0.1.0
HELM_CHART_VERSION=0.1.0
K8S_VERSION=1.25.5
ENVTEST_K8S_VERSION=1.25
6 changes: 3 additions & 3 deletions charts/erie-canal/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
dependencies:
- name: tpls
repository: file://../tpls
version: 0.1.0-rc.2
version: 0.1.0
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.7.3
digest: sha256:af0e9320fbc7b175d9e053a5f349a4843b2adbdbe614f9662c9e6e7e324034e5
generated: "2023-01-26T18:14:23.789055+08:00"
digest: sha256:6c67f48689bd83b1052675a42f9ce833943d2ba91dfacc46321fd754748bb9af
generated: "2023-01-26T19:51:50.90223+08:00"
6 changes: 3 additions & 3 deletions charts/erie-canal/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: 0.1.0-rc.2
version: 0.1.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: "0.1.0-rc.2"
appVersion: "0.1.0"

keywords:
- kubernetes
Expand All @@ -48,7 +48,7 @@ sources:

dependencies:
- name: tpls
version: 0.1.0-rc.2
version: 0.1.0
repository: file://../tpls
- name: cert-manager
version: 1.7.3
Expand Down
6 changes: 3 additions & 3 deletions charts/namespaced-ingress/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: tpls
repository: file://../tpls
version: 0.1.0-rc.2
digest: sha256:2df03b4cd70c53890a3e2de1c8f9fda6ab0a12b0ca14072d234e1acc72016eb1
generated: "2023-01-26T18:14:28.68231+08:00"
version: 0.1.0
digest: sha256:2cb75d6bcf32b5f1c06b8ba148866e90b14598dcb7d89e2c0ca968540db1402c
generated: "2023-01-26T19:51:55.978639+08:00"
6 changes: 3 additions & 3 deletions charts/namespaced-ingress/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,15 @@ 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.1.0-rc.2
version: 0.1.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: "0.1.0-rc.2"
appVersion: "0.1.0"

dependencies:
- name: tpls
version: 0.1.0-rc.2
version: 0.1.0
repository: file://../tpls
4 changes: 2 additions & 2 deletions charts/tpls/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ type: library
# 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.1.0-rc.2
version: 0.1.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: "0.1.0-rc.2"
appVersion: "0.1.0"

0 comments on commit 168b262

Please sign in to comment.