Skip to content

Commit

Permalink
Bump chat versions and fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
carabasdaniel committed Dec 17, 2024
1 parent 79fa645 commit 459e3ed
Show file tree
Hide file tree
Showing 23 changed files with 77 additions and 64 deletions.
2 changes: 1 addition & 1 deletion charts/aserto-lib/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type: library
# 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 Down
17 changes: 10 additions & 7 deletions charts/aserto/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
version: 0.2.1
- name: directory
repository: file://../directory
version: 0.2.0
version: 0.2.1
- name: authorizer
repository: file://../authorizer
version: 0.1.8
version: 0.1.9
- name: discovery
repository: file://../discovery
version: 0.1.7
version: 0.1.8
- name: console
repository: file://../console
version: 0.1.7
version: 0.1.8
- name: scim
repository: file://../scim
version: 0.1.7
- name: registry-proxy
repository: file://../registry-proxy
version: 0.1.6
digest: sha256:cf562340727b49bf781073f56c582d34924260838ffe33cf4189e4a1b1bf44a2
generated: "2024-12-17T11:43:37.275465+02:00"
digest: sha256:fd6c9b07fd08aab4b047de3f7bf62acf4192d8c905350256f1ab391e01cc1b51
generated: "2024-12-17T16:12:49.091933+02:00"
18 changes: 11 additions & 7 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.1.11
version: 0.1.12

# 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 @@ -31,25 +31,29 @@ appVersion: "0.1.0"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
- name: directory
version: 0.2.0
version: 0.2.1
repository: file://../directory
condition: directory.enabled
- name: authorizer
version: 0.1.8
version: 0.1.9
repository: file://../authorizer
condition: authorizer.enabled
- name: discovery
version: 0.1.7
version: 0.1.8
repository: file://../discovery
condition: discovery.enabled
- name: console
version: 0.1.7
version: 0.1.8
repository: file://../console
condition: console.enabled
- name: scim
version: 0.1.6
version: 0.1.7
repository: file://../scim
condition: scim.enabled
- name: registry-proxy
version: 0.1.6
repository: file://../registry-proxy
condition: registry-proxy.enabled
3 changes: 3 additions & 0 deletions charts/aserto/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,3 +208,6 @@ scim:
# groupMemberRelation: memeber
# groupMappings: []
# userMappings: []

registry-proxy:
enabled: false
6 changes: 3 additions & 3 deletions charts/authorizer/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-26T12:20:11.279944-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:09:37.112996+02:00"
4 changes: 2 additions & 2 deletions charts/authorizer/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.1.8
version: 0.1.9

# 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 @@ -31,5 +31,5 @@ appVersion: "0.14.8"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
4 changes: 2 additions & 2 deletions charts/authorizer/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- end }}
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
secret:
secretName: {{ . }}
Expand Down Expand Up @@ -101,7 +101,7 @@ spec:
readOnly: true
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
mountPath: /root-ds-grpc-certs
readOnly: true
Expand Down
6 changes: 3 additions & 3 deletions charts/console/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-26T12:31:22.063478-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:09:37.348401+02:00"
4 changes: 2 additions & 2 deletions charts/console/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.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
Expand All @@ -31,5 +31,5 @@ appVersion: "0.1.14"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
6 changes: 3 additions & 3 deletions charts/directory/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-25T13:09:10.771435-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:09:37.673499+02:00"
4 changes: 2 additions & 2 deletions charts/directory/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 @@ -31,5 +31,5 @@ appVersion: "0.33.1"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
2 changes: 1 addition & 1 deletion charts/directory/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Create the name of the service account to use
{{- if not (.Values.rootDirectory).runService | and (not .Values.rootDS) -}}
{{- fail "roodDS configuration is required when running a standalone directory with the root in another deployment."}}
{{- end }}
{{- if .Values.rootDS }}
{{- if not .Values.rootDS }}
{{ include "aserto-lib.rootDirectoryClient" . }}
{{- else -}}
address: localhost:{{ include "aserto-lib.grpcPort" . }}
Expand Down
6 changes: 3 additions & 3 deletions charts/discovery/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-26T12:31:46.527788-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:09:37.936693+02:00"
4 changes: 2 additions & 2 deletions charts/discovery/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.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
Expand All @@ -31,5 +31,5 @@ appVersion: "0.1.3"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
4 changes: 2 additions & 2 deletions charts/discovery/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ spec:
{{- end }}
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
secret:
secretName: {{ . }}
Expand Down Expand Up @@ -88,7 +88,7 @@ spec:
readOnly: true
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
mountPath: /root-ds-grpc-certs
readOnly: true
Expand Down
8 changes: 4 additions & 4 deletions charts/registry-proxy/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: oci://ghcr.io/aserto-dev/helm
version: 0.1.5
digest: sha256:42f1409ebeefeb632b83b947714d0be75603167a7b11cadeaf80d4cd437dcda8
generated: "2024-12-10T16:19:27.984307+02:00"
repository: file://../aserto-lib
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:14:52.214206+02:00"
4 changes: 2 additions & 2 deletions charts/registry-proxy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ appVersion: "0.14.8"

dependencies:
- name: aserto-lib
version: ~0.1.4
repository: oci://ghcr.io/aserto-dev/helm
version: 0.2.1
repository: file://../aserto-lib
13 changes: 8 additions & 5 deletions charts/registry-proxy/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,13 @@ spec:
{{- end }}
{{- end }}

{{- with (include "aserto-lib.rootDirectoryCfg" . | fromYaml) }}
{{- if .grpcCertSecret }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
secret:
secretName: {{ .grpcCertSecret }}
secretName: {{ . }}
items:
- key: ca.crt
path: ca.crt
{{- end }}
path: ca.crt
{{- end }}

{{- with (include "aserto-lib.discoveryCfg" . | fromYaml) }}
Expand Down Expand Up @@ -95,6 +93,11 @@ spec:
{{- if (include "aserto-lib.httpsConfig" . | fromYaml).certSecret }}
readOnly: true
{{- end }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
mountPath: /root-ds-grpc-certs
readOnly: true
{{- end }}

{{- with (include "aserto-lib.selfPorts" . | fromYaml )}}
livenessProbe:
Expand Down
6 changes: 3 additions & 3 deletions charts/scim/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-26T12:32:19.496426-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:14:52.436288+02:00"
4 changes: 2 additions & 2 deletions charts/scim/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.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
Expand All @@ -31,5 +31,5 @@ appVersion: "0.0.7"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib
6 changes: 3 additions & 3 deletions charts/scim/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,10 @@ spec:
{{- end }}
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
secret:
secretName: {{ .caCertSecret.name }}
secretName: {{ . }}
items:
- key: ca.crt
path: ca.crt
Expand All @@ -70,7 +70,7 @@ spec:
readOnly: true
{{- end }}

{{- with (include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret.name }}
{{- with ((include "aserto-lib.rootClientCfg" . | fromYaml).caCertSecret).name }}
- name: root-ds-grpc-certs
mountPath: /root-ds-grpc-certs
readOnly: true
Expand Down
6 changes: 3 additions & 3 deletions charts/topaz/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
dependencies:
- name: aserto-lib
repository: file://../aserto-lib
version: 0.2.0
digest: sha256:e847ea16d4c0c170655af988461152ab61eed5372f1639769dd7d198346da272
generated: "2024-11-25T15:54:03.190999-05:00"
version: 0.2.1
digest: sha256:83c950a4ee60c07dbc8e045f6645365ca35eced4f1aa329f51c8e2de1de28f93
generated: "2024-12-17T16:14:52.687946+02:00"
4 changes: 2 additions & 2 deletions charts/topaz/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.2
version: 0.2.3

# 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 @@ -31,5 +31,5 @@ appVersion: "0.32.38"

dependencies:
- name: aserto-lib
version: 0.2.0
version: 0.2.1
repository: file://../aserto-lib

0 comments on commit 459e3ed

Please sign in to comment.