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

Commit d916816

Browse files
build: bump pipy version to 0.90.0-18 (#49)
* chore: bump version to v0.1.0-rc.1 Signed-off-by: Lin Yang <[email protected]> * build: bump pipy version to 0.90.0-18 Signed-off-by: Lin Yang <[email protected]> Signed-off-by: Lin Yang <[email protected]>
1 parent 45e454f commit d916816

File tree

14 files changed

+29
-29
lines changed

14 files changed

+29
-29
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ To install the chart with the release name `ec` run:
3030

3131
```bash
3232
helm repo add ec https://ec.flomesh.io
33-
helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-beta.6
33+
helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-rc.1
3434
```
3535

3636
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.
@@ -55,7 +55,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
5555
helm install ec ec/erie-canal \
5656
--namespace erie-canal \
5757
--create-namespace \
58-
--version=0.1.0-beta.6 \
58+
--version=0.1.0-rc.1 \
5959
--set ec.image.pullPolicy=Always
6060
```
6161

@@ -65,6 +65,6 @@ Alternatively, a YAML file that specifies the values for the parameters can be p
6565
helm install ec ec/erie-canal \
6666
--namespace erie-canal \
6767
--create-namespace \
68-
--version=0.1.0-beta.6 \
68+
--version=0.1.0-rc.1 \
6969
-f values-override.yaml
7070
```

VERSION

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
APP_VERSION=0.1.0-beta.6
2-
HELM_CHART_VERSION=0.1.0-beta.6
1+
APP_VERSION=0.1.0-rc.1
2+
HELM_CHART_VERSION=0.1.0-rc.1
33
K8S_VERSION=1.25.5
44
ENVTEST_K8S_VERSION=1.25

charts/erie-canal/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
dependencies:
22
- name: tpls
33
repository: file://../tpls
4-
version: 0.1.0-beta.6
4+
version: 0.1.0-rc.1
55
- name: cert-manager
66
repository: https://charts.jetstack.io
77
version: v1.7.3
8-
digest: sha256:a53aa295cc96451554a85c8c50f5705baa618de288527f7887ae518fad4735f6
9-
generated: "2023-01-26T15:14:17.805532+08:00"
8+
digest: sha256:9a023a4d4108639d03b0182e2b235da0ec14837138ea585cf6114a227cfbd281
9+
generated: "2023-01-26T16:05:02.395651+08:00"

charts/erie-canal/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ type: application
1818
# This is the chart version. This version number should be incremented each time you make changes
1919
# to the chart and its templates, including the app version.
2020
# Versions are expected to follow Semantic Versioning (https://semver.org/)
21-
version: 0.1.0-beta.6
21+
version: 0.1.0-rc.1
2222

2323
# This is the version number of the application being deployed. This version number should be
2424
# incremented each time you make changes to the application. Versions are not expected to
2525
# follow Semantic Versioning. They should reflect the version the application is using.
2626
# It is recommended to use it with quotes.
27-
appVersion: "0.1.0-beta.6"
27+
appVersion: "0.1.0-rc.1"
2828

2929
keywords:
3030
- kubernetes
@@ -48,7 +48,7 @@ sources:
4848

4949
dependencies:
5050
- name: tpls
51-
version: 0.1.0-beta.6
51+
version: 0.1.0-rc.1
5252
repository: file://../tpls
5353
- name: cert-manager
5454
version: 1.7.3

charts/erie-canal/values.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
},
167167
"tag": {
168168
"type": "string",
169-
"default": "0.90.0-rc1",
169+
"default": "0.90.0-18",
170170
"title": "The tag Schema"
171171
}
172172
}

charts/erie-canal/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,11 @@ ec:
5353

5454
pipy:
5555
imageName: pipy
56-
tag: 0.90.0-rc1-nonroot
56+
tag: 0.90.0-18-nonroot
5757

5858
pipyRepo:
5959
imageName: pipy-repo
60-
tag: 0.90.0-rc1
60+
tag: 0.90.0-18
6161

6262
waitForIt:
6363
imageName: wait-for-it

charts/namespaced-ingress/Chart.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
dependencies:
22
- name: tpls
33
repository: file://../tpls
4-
version: 0.1.0-beta.6
5-
digest: sha256:d0177b3090b73c04abd82bfca7e02374866c774f61a1184acce51b9286b0cdd9
6-
generated: "2023-01-26T15:14:22.767827+08:00"
4+
version: 0.1.0-rc.1
5+
digest: sha256:ab186cc0c892d6a7d15640c8daf3af4dc6b9080cd09a274d4ee5c241b7759912
6+
generated: "2023-01-26T16:05:07.157522+08:00"

charts/namespaced-ingress/Chart.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ type: application
1616
# This is the chart version. This version number should be incremented each time you make changes
1717
# to the chart and its templates, including the app version.
1818
# Versions are expected to follow Semantic Versioning (https://semver.org/)
19-
version: 0.1.0-beta.6
19+
version: 0.1.0-rc.1
2020

2121
# This is the version number of the application being deployed. This version number should be
2222
# incremented each time you make changes to the application. Versions are not expected to
2323
# follow Semantic Versioning. They should reflect the version the application is using.
2424
# It is recommended to use it with quotes.
25-
appVersion: "0.1.0-beta.6"
25+
appVersion: "0.1.0-rc.1"
2626

2727
dependencies:
2828
- name: tpls
29-
version: 0.1.0-beta.6
29+
version: 0.1.0-rc.1
3030
repository: file://../tpls

charts/tpls/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ type: library
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0-beta.6
18+
version: 0.1.0-rc.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to
2222
# follow Semantic Versioning. They should reflect the version the application is using.
2323
# It is recommended to use it with quotes.
24-
appVersion: "0.1.0-beta.6"
24+
appVersion: "0.1.0-rc.1"

dockerfiles/ingress-pipy/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
2222
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH make build/ingress-pipy
2323

2424
# Build the final image
25-
FROM flomesh/pipy:0.90.0-rc1-$DISTROLESS_TAG
25+
FROM flomesh/pipy:0.90.0-18-$DISTROLESS_TAG
2626
WORKDIR /
2727
COPY --from=builder /workspace/bin/ingress-pipy .
2828

0 commit comments

Comments
 (0)