Skip to content

Commit

Permalink
update index
Browse files Browse the repository at this point in the history
  • Loading branch information
yankay committed Dec 16, 2021
1 parent cc29543 commit 8b5a61e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ cross-build-container:
cross-release-container: cross-build-container
@docker buildx build --build-arg BASEIMAGE=$(BASEIMAGE) --platform $(TARGETS) -t "$(IMAGE)" --push --file ./Dockerfile .

# git reset --hard first
# run `make helm-chart-release`
# then commit index.yaml to the gh-pages branch
helm-chart-release:
Expand Down
22 changes: 11 additions & 11 deletions index.yaml
Original file line number Diff line number Diff line change
@@ -1,16 +1,6 @@
apiVersion: v1
entries:
dao-2048:
- apiVersion: v2
appVersion: 1.1.0-alpha.2-dirty
created: "2021-12-16T20:17:56.1907934+08:00"
description: 2048 is a number puzzle game.
digest: 3a8807ee29c01879a77b67c747374ea9ad9946cbbb170f3d083f37c0cb90af04
name: dao-2048
type: application
urls:
- https://github.com/DaoCloud/dao-2048/releases/download/dao-2048-1.1.0-alpha.2-dirty/dao-2048-1.1.0-alpha.2-dirty.tgz
version: 1.1.0-alpha.2-dirty
- apiVersion: v2
appVersion: 1.1.0-alpha.1-dirty
created: "2021-12-16T19:50:27.7753437+08:00"
Expand All @@ -21,6 +11,16 @@ entries:
urls:
- https://github.com/DaoCloud/dao-2048/releases/download/dao-2048-1.1.0-alpha.1-dirty/dao-2048-1.1.0-alpha.1-dirty.tgz
version: 1.1.0-alpha.1-dirty
- apiVersion: v2
appVersion: 1.1.0-alpha.3
created: "2021-12-16T20:25:06.6526058+08:00"
description: 2048 is a number puzzle game.
digest: c04d3b92e8353e0e1dd0479fa9950d881fd89a3dad7931dab5be6ea253c6a4ef
name: dao-2048
type: application
urls:
- https://github.com/DaoCloud/dao-2048/releases/download/dao-2048-1.1.0-alpha.3/dao-2048-1.1.0-alpha.3.tgz
version: 1.1.0-alpha.3
- apiVersion: v2
appVersion: 1.16.0
created: "2021-12-16T16:05:49.2717192+08:00"
Expand All @@ -41,4 +41,4 @@ entries:
urls:
- https://github.com/DaoCloud/dao-2048/releases/download/dao-2048-0.1.0-alpha.1-dirty/dao-2048-0.1.0-alpha.1-dirty.tgz
version: 0.1.0-alpha.1-dirty
generated: "2021-12-16T20:17:56.190822+08:00"
generated: "2021-12-16T20:25:06.6526417+08:00"

0 comments on commit 8b5a61e

Please sign in to comment.