Skip to content

Commit

Permalink
fix(deploy): update deployment image tag (#15)
Browse files Browse the repository at this point in the history
* feat(deploy): update deployment image tag
  • Loading branch information
HUAHUAI23 authored Sep 6, 2024
1 parent 41d1b90 commit f137cb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-sealos-cluster-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
env:
IMAGE: ghcr.io/${{ github.repository_owner }}/${{ env.image }}
VERSION: ${{ env.tag }}
working-directory: build
working-directory: deploy
run: |
echo $IMAGE:$VERSION
sudo sealos build -t $IMAGE:$VERSION-arm64 --platform linux/arm64 -f Kubefile .
Expand Down
4 changes: 2 additions & 2 deletions deploy/manifests/deploy.yaml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ spec:
requests:
cpu: 20m
memory: 25Mi
image: docker.io/zacharywin/sealaf-web:sha-35487e0
image: docker.io/zacharywin/sealaf-web:latest
imagePullPolicy: IfNotPresent
livenessProbe:
httpGet:
Expand Down Expand Up @@ -96,7 +96,7 @@ spec:
requests:
cpu: 100m
memory: 204Mi
image: docker.io/zacharywin/sealaf-server:sha-35487e0
image: docker.io/zacharywin/sealaf-server:latest
imagePullPolicy: IfNotPresent
env:
- name: DATABASE_URL
Expand Down

0 comments on commit f137cb0

Please sign in to comment.