Skip to content
Merged
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
2 changes: 1 addition & 1 deletion deployment/chainloop/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: chainloop
description: Chainloop is an open source software supply chain control plane, a single source of truth for artifacts plus a declarative attestation crafting process.

type: application
version: 1.0.3
version: 1.0.4
appVersion: v0.8.98

dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ stringData:
auth:
oidc:
{{- with .Values.controlplane.auth }}
redirectURLScheme: {{ .redirectURLScheme | default "http" }}
redirect_url_scheme: {{ .redirectURLScheme }}
domain: "{{ required "oidc URL endpoint required" .oidc.url }}"
clientID: "{{ required "oidc clientID required" .oidc.clientID }}"
clientSecret: "{{ required "oidc clientSecret required" .oidc.clientSecret }}"
client_id: "{{ required "oidc clientID required" .oidc.clientID }}"
client_secret: "{{ required "oidc clientSecret required" .oidc.clientSecret }}"
{{- end }}

# HMAC key used to sign the JWTs generated by the controlplane
Expand Down