Skip to content

Commit 64e08f9

Browse files
committed
Do not update k8s.
1 parent 1f83ed7 commit 64e08f9

File tree

2 files changed

+1
-19
lines changed

2 files changed

+1
-19
lines changed

.github/workflows/release.yml

-18
Original file line numberDiff line numberDiff line change
@@ -60,21 +60,3 @@ jobs:
6060
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
6161
docker tag ossrs/httpx:$SRS_TAG registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_MAJOR
6262
docker push registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_MAJOR
63-
64-
################################################################
65-
# K8S
66-
- name: Setup KUBECONFIG for Aliyun ACK
67-
run: |-
68-
KUBECONFIG=$RUNNER_TEMP/kubeconfig_$(date +%s)
69-
echo "${{ secrets.KUBECONFIG }}" > $KUBECONFIG
70-
echo "KUBECONFIG=$KUBECONFIG" >> $GITHUB_ENV
71-
# K8S for SRS ossrs.net
72-
- name: Release SRS ossrs.net to Aliyun ACK
73-
run: |-
74-
kubectl set image deploy/httpx-web-deploy httpx-web=registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
75-
kubectl describe deploy/httpx-web-deploy
76-
# K8S for SRS d.ossrs.net
77-
- name: Release SRS d.ossrs.net to Aliyun ACK
78-
run: |-
79-
kubectl set image deploy/httpx-dsrs-deploy httpx-dsrs=registry.cn-hangzhou.aliyuncs.com/ossrs/httpx:$SRS_TAG
80-
kubectl describe deploy/httpx-dsrs-deploy

httpx-static/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func VersionMinor() int {
3535
}
3636

3737
func VersionRevision() int {
38-
return 22
38+
return 23
3939
}
4040

4141
func Version() string {

0 commit comments

Comments
 (0)