-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* feat: use blockscout chart * add blockscout dependency * fix production file for blockscout * lint * adds ingress.BLOCKSCOUT_BACKEND_HOST to config.toml files * disable SSL for blockscout devnet * set the env in backend instead of front * update blockscout chart * update script create-env-files.sh with new blockscout values * add env var for production.yaml file on blosckout chart * add blockscout.yaml file on example folder * update l1-explorer * remove some env var from l1-explorer * update scroll-sdk * remove add banners on blockscout * change l1-explorer image and uncomment nginx config in production.yaml file * fix * change the example * update scroll-sdk to 0.0.59 --------- Co-authored-by: Daniel Helm <[email protected]>
- Loading branch information
1 parent
2ca4bbf
commit 32da821
Showing
16 changed files
with
381 additions
and
536 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
--- | ||
apiVersion: v2 | ||
description: blockscout helm charts | ||
description: blockscout scroll helm charts | ||
name: blockscout | ||
version: 0.0.3 | ||
version: 0.0.4 | ||
appVersion: v0.1.0 | ||
kubeVersion: ">=1.22.0-0" | ||
maintainers: | ||
- name: scroll-tech | ||
email: [email protected] | ||
dependencies: | ||
- name: common | ||
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" | ||
version: 1.5.1 | ||
- name: external-secrets-lib | ||
repository: "oci://ghcr.io/scroll-tech/scroll-sdk/helm" | ||
version: 0.0.3 | ||
- name: blockscout-stack | ||
repository: https://blockscout.github.io/helm-charts | ||
version: 1.6.8 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,2 @@ | ||
--- | ||
{{- include "scroll.common.loader.init" . }} | ||
|
||
{{- define "app-template.hardcodedValues" -}} | ||
# Set the nameOverride based on the release name if no override has been set | ||
{{ if not .Values.global.nameOverride }} | ||
global: | ||
nameOverride: "{{ .Release.Name }}" | ||
{{ end }} | ||
{{- end -}} | ||
{{- $_ := mergeOverwrite .Values (include "app-template.hardcodedValues" . | fromYaml) -}} | ||
|
||
{{/* Render the templates */}} | ||
{{ include "scroll.common.loader.generate" . }} | ||
--- | ||
{{- include "scrolllib.externalsecrets.tpl" . }} |
Oops, something went wrong.