diff --git a/charts/aserto/Chart.lock b/charts/aserto/Chart.lock index ae9d356..4aca7ae 100644 --- a/charts/aserto/Chart.lock +++ b/charts/aserto/Chart.lock @@ -1,18 +1,18 @@ dependencies: - name: directory - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.9 + repository: file://../directory + version: 0.2.0 - name: authorizer - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.7 + repository: file://../authorizer + version: 0.1.8 - name: discovery - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.6 + repository: file://../discovery + version: 0.1.7 - name: console - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.6 + repository: file://../console + version: 0.1.7 - name: scim - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.5 -digest: sha256:980022ba59e0ff9d2eef12e29607db9c7f579ded5286bf71e63d4181863d530d -generated: "2024-11-12T16:41:28.881217-05:00" + repository: file://../scim + version: 0.1.6 +digest: sha256:7b2bbedd56cd70a19d32bdc8781030556e0a5bfcbea61f0503f59ba4b8aab57d +generated: "2024-11-26T12:35:24.618924-05:00" diff --git a/charts/aserto/Chart.yaml b/charts/aserto/Chart.yaml index 81339d4..0c6757b 100644 --- a/charts/aserto/Chart.yaml +++ b/charts/aserto/Chart.yaml @@ -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.1.10 +version: 0.1.11 # 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 @@ -31,17 +31,17 @@ appVersion: "0.1.0" dependencies: - name: directory - version: ~0.1.9 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.2.0 + repository: file://../directory - name: authorizer - version: ~0.1.7 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.1.8 + repository: file://../authorizer - name: discovery - version: ~0.1.6 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.1.7 + repository: file://../discovery - name: console - version: ~0.1.6 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.1.7 + repository: file://../console - name: scim - version: ~0.1.5 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.1.6 + repository: file://../scim diff --git a/charts/aserto/ci/test-values.yaml b/charts/aserto/ci/test-values.yaml index 11af921..32fc254 100644 --- a/charts/aserto/ci/test-values.yaml +++ b/charts/aserto/ci/test-values.yaml @@ -19,5 +19,6 @@ directory: tenantDirectory: database: host: tenant-db-host - sshAdminKeys: | - ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDf6 + sshAdminKeys: + keys: | + ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQDf6 diff --git a/charts/authorizer/Chart.lock b/charts/authorizer/Chart.lock index a45dac6..45a677d 100644 --- a/charts/authorizer/Chart.lock +++ b/charts/authorizer/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: aserto-lib - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.5 -digest: sha256:d4b6f4909c81802d39c520b76bbcd5a1f7f9897d0b20cee02a9978f3a5b14447 -generated: "2024-11-12T16:32:41.420861-05:00" + repository: file://../aserto-lib + version: 0.2.0 +digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272 +generated: "2024-11-26T12:20:11.279944-05:00" diff --git a/charts/authorizer/Chart.yaml b/charts/authorizer/Chart.yaml index b3a3ea1..eb03047 100644 --- a/charts/authorizer/Chart.yaml +++ b/charts/authorizer/Chart.yaml @@ -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.1.7 +version: 0.1.8 # 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 @@ -31,5 +31,5 @@ appVersion: "0.14.8" dependencies: - name: aserto-lib - version: ~0.1.5 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.2.0 + repository: file://../aserto-lib diff --git a/charts/console/Chart.lock b/charts/console/Chart.lock index d28e694..baad547 100644 --- a/charts/console/Chart.lock +++ b/charts/console/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: aserto-lib - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.5 -digest: sha256:d4b6f4909c81802d39c520b76bbcd5a1f7f9897d0b20cee02a9978f3a5b14447 -generated: "2024-11-12T16:33:55.906929-05:00" + repository: file://../aserto-lib + version: 0.2.0 +digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272 +generated: "2024-11-26T12:31:22.063478-05:00" diff --git a/charts/console/Chart.yaml b/charts/console/Chart.yaml index 11cffef..7058779 100644 --- a/charts/console/Chart.yaml +++ b/charts/console/Chart.yaml @@ -21,15 +21,15 @@ 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.1.6 +version: 0.1.7 # 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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.1.13" +appVersion: "0.1.14" dependencies: - name: aserto-lib - version: ~0.1.5 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.2.0 + repository: file://../aserto-lib diff --git a/charts/discovery/Chart.lock b/charts/discovery/Chart.lock index 25c84ab..a386b76 100644 --- a/charts/discovery/Chart.lock +++ b/charts/discovery/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: aserto-lib - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.5 -digest: sha256:d4b6f4909c81802d39c520b76bbcd5a1f7f9897d0b20cee02a9978f3a5b14447 -generated: "2024-11-12T16:34:55.39824-05:00" + repository: file://../aserto-lib + version: 0.2.0 +digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272 +generated: "2024-11-26T12:31:46.527788-05:00" diff --git a/charts/discovery/Chart.yaml b/charts/discovery/Chart.yaml index 82f6556..c212734 100644 --- a/charts/discovery/Chart.yaml +++ b/charts/discovery/Chart.yaml @@ -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.1.6 +version: 0.1.7 # 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 @@ -31,5 +31,5 @@ appVersion: "0.1.3" dependencies: - name: aserto-lib - version: ~0.1.5 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.2.0 + repository: file://../aserto-lib diff --git a/charts/scim/Chart.lock b/charts/scim/Chart.lock index d4b0cde..2cd0254 100644 --- a/charts/scim/Chart.lock +++ b/charts/scim/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: aserto-lib - repository: oci://ghcr.io/aserto-dev/helm - version: 0.1.5 -digest: sha256:d4b6f4909c81802d39c520b76bbcd5a1f7f9897d0b20cee02a9978f3a5b14447 -generated: "2024-11-12T16:35:17.368622-05:00" + repository: file://../aserto-lib + version: 0.2.0 +digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272 +generated: "2024-11-26T12:32:19.496426-05:00" diff --git a/charts/scim/Chart.yaml b/charts/scim/Chart.yaml index a4a2f10..9293e21 100644 --- a/charts/scim/Chart.yaml +++ b/charts/scim/Chart.yaml @@ -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.1.5 +version: 0.1.6 # 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 @@ -31,5 +31,5 @@ appVersion: "0.0.7" dependencies: - name: aserto-lib - version: ~0.1.5 - repository: oci://ghcr.io/aserto-dev/helm + version: 0.2.0 + repository: file://../aserto-lib