Skip to content

Commit 409cc1d

Browse files
committed
apache#8283 add helm chart
1 parent 3d8bab0 commit 409cc1d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/publish-helm-chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,15 @@ name: publish-helm-chart
1818

1919
on:
2020
push:
21-
branches:
21+
tags:
2222
- '*'
2323
paths-ignore:
2424
- 'docs/**'
2525
- '**/*.md'
2626

2727
jobs:
2828
build:
29-
if: github.repository == 'frommymind/seatunnel'
29+
if: github.repository == 'apache/seatunnel'
3030
runs-on: ubuntu-latest
3131
permissions:
3232
contents: read
@@ -36,7 +36,7 @@ jobs:
3636
- uses: actions/checkout@v4
3737
- name: Set environment variables
3838
run: |
39-
echo "HUB=registry-1.docker.io/duanfangwei" >> $GITHUB_ENV
39+
echo "HUB=registry-1.docker.io/apache" >> $GITHUB_ENV
4040
echo "DOCKER_REGISTRY=docker.io" >> $GITHUB_ENV
4141
echo "DOCKER_USERNAME=${{ secrets.DOCKERHUB_USER }}" >> $GITHUB_ENV
4242
echo "DOCKER_PASSWORD=${{ secrets.DOCKERHUB_TOKEN }}" >> $GITHUB_ENV

deploy/kubernetes/seatunnel/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ conf:
200200
join:
201201
kubernetes:
202202
enabled: true
203-
service-dns: seatunnel.default.svc.cluster.local'
203+
service-dns: seatunnel.default.svc.cluster.local
204204
service-port: 5801
205205
port:
206206
auto-increment: false

0 commit comments

Comments
 (0)