Skip to content

Commit

Permalink
Fix rync url
Browse files Browse the repository at this point in the history
  • Loading branch information
rocktavious committed Oct 16, 2024
1 parent 51ca3a8 commit 8ae01a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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: "2024.10.16"
version: "2024.10.17"
appVersion: "2024.10.15"
description: "The OpsLevel internal developer portal helps your team ship fast without risking your software standards."
home: "https://www.opslevel.com/"
Expand Down
2 changes: 1 addition & 1 deletion charts/opslevel/templates/opslevel/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ data:
RACK_TIMEOUT_WAIT_TIMEOUT: '35'
RAILS_LOG_TO_STDOUT: 'enabled'
RAILS_SERVE_STATIC_FILES: 'enabled'
REPLICATED_SDK_URL: 'http://replicated:3000'
REPLICATED_SDK_URI: 'http://replicated:3000'
SMTP_HOST: '{{ .Values.smtp.secret.host }}'
SMTP_PORT: '{{ .Values.smtp.secret.port }}'
SMTP_USERNAME: '{{ .Values.smtp.secret.username }}'
Expand Down

0 comments on commit 8ae01a7

Please sign in to comment.