Commit 409cc1d 1 parent 3d8bab0 commit 409cc1d Copy full SHA for 409cc1d
File tree 2 files changed +4
-4
lines changed
deploy/kubernetes/seatunnel
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,15 +18,15 @@ name: publish-helm-chart
18
18
19
19
on :
20
20
push :
21
- branches :
21
+ tags :
22
22
- ' *'
23
23
paths-ignore :
24
24
- ' docs/**'
25
25
- ' **/*.md'
26
26
27
27
jobs :
28
28
build :
29
- if : github.repository == 'frommymind /seatunnel'
29
+ if : github.repository == 'apache /seatunnel'
30
30
runs-on : ubuntu-latest
31
31
permissions :
32
32
contents : read
36
36
- uses : actions/checkout@v4
37
37
- name : Set environment variables
38
38
run : |
39
- echo "HUB=registry-1.docker.io/duanfangwei " >> $GITHUB_ENV
39
+ echo "HUB=registry-1.docker.io/apache " >> $GITHUB_ENV
40
40
echo "DOCKER_REGISTRY=docker.io" >> $GITHUB_ENV
41
41
echo "DOCKER_USERNAME=${{ secrets.DOCKERHUB_USER }}" >> $GITHUB_ENV
42
42
echo "DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }}" >> $GITHUB_ENV
Original file line number Diff line number Diff line change @@ -200,7 +200,7 @@ conf:
200
200
join :
201
201
kubernetes :
202
202
enabled : true
203
- service-dns : seatunnel.default.svc.cluster.local'
203
+ service-dns : seatunnel.default.svc.cluster.local
204
204
service-port : 5801
205
205
port :
206
206
auto-increment : false
You can’t perform that action at this time.
0 commit comments