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

Commit

Permalink
build: bump pipy version to 0.90.0-18 (#49)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
reaver-flomesh committed Jan 26, 2023
1 parent 45e454f commit d916816
Show file tree
Hide file tree
Showing 14 changed files with 29 additions and 29 deletions.
6 changes: 3 additions & 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-beta.6
helm install ec ec/erie-canal --namespace erie-canal --create-namespace --version=0.1.0-rc.1
```

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,7 @@ 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-beta.6 \
--version=0.1.0-rc.1 \
--set ec.image.pullPolicy=Always
```

Expand All @@ -65,6 +65,6 @@ 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-beta.6 \
--version=0.1.0-rc.1 \
-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-beta.6
HELM_CHART_VERSION=0.1.0-beta.6
APP_VERSION=0.1.0-rc.1
HELM_CHART_VERSION=0.1.0-rc.1
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-beta.6
version: 0.1.0-rc.1
- name: cert-manager
repository: https://charts.jetstack.io
version: v1.7.3
digest: sha256:a53aa295cc96451554a85c8c50f5705baa618de288527f7887ae518fad4735f6
generated: "2023-01-26T15:14:17.805532+08:00"
digest: sha256:9a023a4d4108639d03b0182e2b235da0ec14837138ea585cf6114a227cfbd281
generated: "2023-01-26T16:05:02.395651+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-beta.6
version: 0.1.0-rc.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-beta.6"
appVersion: "0.1.0-rc.1"

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

dependencies:
- name: tpls
version: 0.1.0-beta.6
version: 0.1.0-rc.1
repository: file://../tpls
- name: cert-manager
version: 1.7.3
Expand Down
2 changes: 1 addition & 1 deletion charts/erie-canal/values.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
},
"tag": {
"type": "string",
"default": "0.90.0-rc1",
"default": "0.90.0-18",
"title": "The tag Schema"
}
}
Expand Down
4 changes: 2 additions & 2 deletions charts/erie-canal/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,11 @@ ec:

pipy:
imageName: pipy
tag: 0.90.0-rc1-nonroot
tag: 0.90.0-18-nonroot

pipyRepo:
imageName: pipy-repo
tag: 0.90.0-rc1
tag: 0.90.0-18

waitForIt:
imageName: wait-for-it
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-beta.6
digest: sha256:d0177b3090b73c04abd82bfca7e02374866c774f61a1184acce51b9286b0cdd9
generated: "2023-01-26T15:14:22.767827+08:00"
version: 0.1.0-rc.1
digest: sha256:ab186cc0c892d6a7d15640c8daf3af4dc6b9080cd09a274d4ee5c241b7759912
generated: "2023-01-26T16:05:07.157522+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-beta.6
version: 0.1.0-rc.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-beta.6"
appVersion: "0.1.0-rc.1"

dependencies:
- name: tpls
version: 0.1.0-beta.6
version: 0.1.0-rc.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-beta.6
version: 0.1.0-rc.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-beta.6"
appVersion: "0.1.0-rc.1"
2 changes: 1 addition & 1 deletion dockerfiles/ingress-pipy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/go-build \
CGO_ENABLED=0 GOOS=$TARGETOS GOARCH=$TARGETARCH make build/ingress-pipy

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

Expand Down
2 changes: 1 addition & 1 deletion samples/ingress/300-ingress-tls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: pipy-ok
image: flomesh/pipy:0.90.0-rc1-debug-nonroot
image: flomesh/pipy:0.90.0-18-debug-nonroot
ports:
- name: pipy
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion samples/multi-cluster/001-pipy-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: pipy-ok
image: flomesh/pipy:0.90.0-rc1-debug-nonroot
image: flomesh/pipy:0.90.0-18-debug-nonroot
ports:
- name: pipy
containerPort: 8080
Expand Down
2 changes: 1 addition & 1 deletion samples/session-sticky/001.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ spec:
spec:
containers:
- name: pipy-ok
image: flomesh/pipy:0.90.0-rc1-debug-nonroot
image: flomesh/pipy:0.90.0-18-debug-nonroot
ports:
- name: pipy
containerPort: 8080
Expand Down
6 changes: 3 additions & 3 deletions samples/setup/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install ErieCanal to Control Plane
```shell
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
```

### Cluster 1
Expand Down Expand Up @@ -73,7 +73,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install ErieCanal to Cluster1
```shell
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
```

### Cluster 2
Expand Down Expand Up @@ -102,7 +102,7 @@ Not sure what to do next? 😅 Check out https://kind.sigs.k8s.io/docs/user/qui

#### Install ErieCanal to Cluster2
```shell
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-beta.6-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
helm install --namespace erie-canal --create-namespace --set ec.version=0.1.0-rc.1-dev --set ec.logLevel=5 --set ec.serviceLB.enabled=true erie-canal charts/erie-canal/
```

## Create/Update Cluster CRD yamls
Expand Down

0 comments on commit d916816

Please sign in to comment.