Skip to content

Commit

Permalink
Merge pull request #56 from bjwswang/llms
Browse files Browse the repository at this point in the history
chore: bump image in chart arcadia to use the current tag
  • Loading branch information
bjwswang authored Aug 23, 2023
2 parents 90448ef + 648bf6f commit 5f06997
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/image_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
run: |
TAG=$(git describe --tags --abbrev=0 --match 'v*' 2> /dev/null) || true
if [ -z "$TAG" ]; then
echo "No tag found, use v0.0.0"
TAG=v0.0.0
echo "No tag found, use v0.0.1 as default"
TAG=v0.0.1
fi
echo "TAG=${TAG}" >> $GITHUB_OUTPUT
echo "DATE=$(TZ=Asia/Shanghai date +'%Y%m%d')" >> $GITHUB_OUTPUT
Expand Down Expand Up @@ -53,6 +53,7 @@ jobs:
platforms: linux/amd64,linux/arm64
tags: |
kubebb/arcadia:latest
kubebb/arcadia:${{ steps.set-env.outputs.TAG }}
kubebb/arcadia:v${{ steps.set-env.outputs.DATE }}-${{ steps.short-sha.outputs.sha }}
kubebb/arcadia:${{ steps.set-env.outputs.TAG }}-${{ steps.set-env.outputs.DATE }}-${{ steps.short-sha.outputs.sha }}
push: true
Expand Down
2 changes: 1 addition & 1 deletion charts/arcadia/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: arcadia
description: A Helm chart(KubeBB Component) for KubeAGI Arcadia
type: application
version: 0.1.4
version: 0.1.5
appVersion: "0.0.0"
keywords:
- kubeagi
Expand Down
2 changes: 1 addition & 1 deletion charts/arcadia/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
deployment:
image: kubebb/arcadia:v0.0.0-20230822-1b9f847
image: kubebb/arcadia:v0.0.1
imagePullPolcy: IfNotPresent
resources:
limits:
Expand Down

0 comments on commit 5f06997

Please sign in to comment.