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

Commit

Permalink
fix: prepare prerelease v0.1.0-alpha.1 (#9)
Browse files Browse the repository at this point in the history
Signed-off-by: Lin Yang <[email protected]>

Signed-off-by: Lin Yang <[email protected]>
  • Loading branch information
reaver-flomesh committed Dec 14, 2022
1 parent 66bda40 commit 0791a1e
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 16 deletions.
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
HELM_CHART_VERSION=0.1.0
APP_VERSION=0.1.0-alpha.1
HELM_CHART_VERSION=0.1.0-alpha.1
K8S_VERSION=1.24.3
ENVTEST_K8S_VERSION=1.24
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
version: 0.1.0-alpha.1
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.7.3
digest: sha256:6c67f48689bd83b1052675a42f9ce833943d2ba91dfacc46321fd754748bb9af
generated: "2022-12-06T17:19:00.230453+08:00"
digest: sha256:33f61b71111d408566c8a2ba17992a80c3d657aa6db6ec4a1697a1953f9437da
generated: "2022-12-14T08:30:30.29499+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
version: 0.1.0-alpha.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.1.0-alpha.1"

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

dependencies:
- name: tpls
version: 0.1.0
version: 0.1.0-alpha.1
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
digest: sha256:2cb75d6bcf32b5f1c06b8ba148866e90b14598dcb7d89e2c0ca968540db1402c
generated: "2022-12-06T17:20:28.969336+08:00"
version: 0.1.0-alpha.1
digest: sha256:28e4526296bcc9db74c4c261111d1d695c8965df3013eb722feea814001ca577
generated: "2022-12-14T08:30:42.941106+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
version: 0.1.0-alpha.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.1.0-alpha.1"

dependencies:
- name: tpls
version: 0.1.0
version: 0.1.0-alpha.1
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
version: 0.1.0-alpha.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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "0.1.0"
appVersion: "0.1.0-alpha.1"

0 comments on commit 0791a1e

Please sign in to comment.