Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions charts/stash-crds/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ ace-user-roles:
enableClusterRoles:
ace: false
appcatalog: false
audit: false
catalog: false
cert-manager: false
kubedb-ui: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stash-opscenter/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ dependencies:
- name: ace-user-roles
repository: oci://ghcr.io/appscode-charts
condition: ace-user-roles.enabled
version: v2024.9.30
version: v2026.6.12
1 change: 1 addition & 0 deletions charts/stash-opscenter/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ ace-user-roles:
enableClusterRoles:
ace: false
appcatalog: false
audit: false
catalog: false
cert-manager: false
kubedb: false
Expand Down
2 changes: 1 addition & 1 deletion charts/stash/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependencies:
- name: ace-user-roles
repository: oci://ghcr.io/appscode-charts
condition: ace-user-roles.enabled
version: v2025.3.14
version: v2026.6.12
- name: taskqueue
version: v2025.6.30
condition: global.taskQueue.enabled
Expand Down
3 changes: 3 additions & 0 deletions charts/stash/values.openapiv3_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ properties:
type: boolean
appcatalog:
type: boolean
audit:
type: boolean
catalog:
type: boolean
cert-manager:
Expand Down Expand Up @@ -34,6 +36,7 @@ properties:
required:
- ace
- appcatalog
- audit
- catalog
- cert-manager
- kubedb
Expand Down
1 change: 1 addition & 0 deletions charts/stash/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ ace-user-roles:
enableClusterRoles:
ace: false
appcatalog: true
audit: true
catalog: false
cert-manager: false
kubedb-ui: false
Expand Down
Loading