Skip to content

Commit

Permalink
Merge branch 'main' into ci/pakcage_refactor
Browse files Browse the repository at this point in the history
# Conflicts:
#	.github/workflows/build-redis.yaml
#	scripts/build-redis.sh
  • Loading branch information
liuyu committed Aug 28, 2024
2 parents 4372018 + 4fd8b15 commit 813fe24
Show file tree
Hide file tree
Showing 25 changed files with 306 additions and 433 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ https://docs.jointerminus.com/developer/contribute/terminus-os.html

* [**Github Discussion**](https://github.com/beclab/terminus/discussions). Best for sharing feedback and asking questions.
* [**GitHub Issues**](https://github.com/beclab/terminus/issues). Best for filing bugs you encounter using Terminus and submitting feature proposals.
* [**Discord**](https://discord.gg/ShjkCBs2). Best for sharing anything Terminus.
* [**Discord**](https://discord.com/invite/BzfqrgQPDK). Best for sharing anything Terminus.

## Staying ahead

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ spec:
mountPath: /tmp

- name: addflowtask
image: "beclab/recommend-argotask:v0.0.11"
image: "beclab/recommend-argotask:v0.0.5"
env:
- name: NAME_SPACE
value: {{ .Release.Namespace }}
Expand All @@ -122,7 +122,7 @@ spec:
name: rss-userspace-data
key: appCache
- name: ALGORITHM_VERSION
value: v0.0.11
value: v0.0.6
- name: TERMIUS_USER_NAME
valueFrom:
configMapKeyRef:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ spec:

containers:
- name: edge-desktop
image: beclab/desktop:v0.2.32
image: beclab/desktop:v0.2.33
imagePullPolicy: IfNotPresent
securityContext:
runAsNonRoot: false
Expand All @@ -77,7 +77,7 @@ spec:
value: http://bfl.{{ .Release.Namespace }}:8080

- name: desktop-server
image: beclab/desktop-server:v0.2.32
image: beclab/desktop-server:v0.2.33
imagePullPolicy: IfNotPresent
securityContext:
allowPrivilegeEscalation: false
Expand Down
3 changes: 0 additions & 3 deletions apps/profile/README.md

This file was deleted.

23 changes: 0 additions & 23 deletions apps/profile/config/user/helm-charts/profile/.helmignore

This file was deleted.

26 changes: 0 additions & 26 deletions apps/profile/config/user/helm-charts/profile/Chart.yaml

This file was deleted.

Empty file.

This file was deleted.

This file was deleted.

Loading

0 comments on commit 813fe24

Please sign in to comment.