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 charts/opslevel/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: "v2"
name: "opslevel"
type: "application"
version: "2025.9.4"
version: "2025.9.25"
appVersion: "2025.9.3"
description: "The OpsLevel internal developer portal helps your team ship fast without risking your software standards."
home: "https://www.opslevel.com/"
Expand Down
1 change: 1 addition & 0 deletions charts/opslevel/templates/opslevel/secret.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ type: Opaque
data:
AWS_INT_ACCESS_KEY: '{{ required "please provide 'integrations.aws.secret.accessKey'" .Values.integrations.aws.secret.accessKey | b64enc }}'
AWS_INT_SECRET_ACCESS_KEY: '{{ required "please provide 'integrations.aws.secret.secretKey'" .Values.integrations.aws.secret.secretKey | b64enc }}'
AWS_IRSA_CONFIGURED: '{{ .Values.integrations.aws.secret.useIRSA | toString | b64enc }}'
{{- end }}
{{- end }}

Expand Down
1 change: 1 addition & 0 deletions charts/opslevel/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ integrations:
name: "opslevel-aws-int"
accessKey: ""
secretKey: ""
useIRSA: false
azureDevOps: # Docs:
enabled: false
secret:
Expand Down