app-service,tapr: support app clone;es,minio prefix bucket,index manager (#2047)

This commit is contained in:
hysyeah 2025-11-08 01:36:41 +08:00 committed by GitHub
parent 7839bed160
commit ec6ce88e08
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 10 additions and 3 deletions

View file

@ -170,7 +170,7 @@ spec:
priorityClassName: "system-cluster-critical"
containers:
- name: app-service
image: beclab/app-service:0.4.39
image: beclab/app-service:0.4.40
imagePullPolicy: IfNotPresent
securityContext:
runAsUser: 0

View file

@ -56,6 +56,10 @@ spec:
type: string
elasticsearch:
properties:
allowNamespaceIndexes:
description: AllowNamespaceIndexes indicates user can create and
manage indices with AppNamespace prefix
type: boolean
indexes:
items:
properties:
@ -100,7 +104,6 @@ spec:
user:
type: string
required:
- indexes
- user
type: object
mariadb:
@ -156,6 +159,10 @@ spec:
type: string
minio:
properties:
allowNamespaceBuckets:
description: AllowNamespaceBuckets indicates user can create and
manage buckets with AppNamespace prefix
type: boolean
buckets:
items:
properties:

View file

@ -57,7 +57,7 @@ spec:
path: '{{ $dbbackup_rootpath }}/pg_backup'
containers:
- name: operator-api
image: beclab/middleware-operator:0.2.20
image: beclab/middleware-operator:0.2.21
imagePullPolicy: IfNotPresent
ports:
- containerPort: 9080