Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
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
6 changes: 3 additions & 3 deletions charts/aserto/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
version: 0.2.0
- name: controller
repository: file://../controller
version: 0.0.1
version: 0.0.2
- name: console
repository: file://../console
version: 0.1.7
Expand All @@ -26,5 +26,5 @@ dependencies:
- name: scim
repository: file://../scim
version: 0.2.0
digest: sha256:e933b20c19dda16e7ef644de07eed18b2e214f1f89a8dbfe9fdeac2262b5ca64
generated: "2025-03-28T12:23:20.763001-04:00"
digest: sha256:9116b8d669d6429d018323ca45486c31ec698e50f2f49b619b7adb4418fd9349
generated: "2025-04-07T12:41:05.644272902+03:00"
4 changes: 2 additions & 2 deletions charts/aserto/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.2.0
version: 0.2.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand All @@ -38,7 +38,7 @@ dependencies:
repository: file://../authorizer
condition: authorizer.enabled
- name: controller
version: 0.0.1
version: 0.0.2
repository: file://../controller
- name: console
version: 0.1.7
Expand Down
2 changes: 1 addition & 1 deletion charts/controller/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: 0.0.1
version: 0.0.2

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
1 change: 1 addition & 0 deletions charts/controller/templates/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ stringData:
- /aserto.directory.reader.v3.Reader/Check
- /aserto.directory.reader.v3.Reader/Checks
- /aserto.directory.controller.v1.Controller/GetAPIKeyIdentity
- /aserto.directory.controller.v1.Controller/ListRoles
system:
- /aserto.directory.reader
- /aserto.directory.controller.v1.Controller/ListUserTenants
Expand Down