Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
github-merge-queue[bot] committed Aug 22, 2024
1 parent dc33081 commit 69c1336
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion charts/evm-rollup/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ The log level represented as a number
Full image paths for Astria built images
*/}}
{{- define "rollup.image" -}}
{{ .Values.images.geth.repo }}:{{ if .Values.global.dev }}{{ .Values.images.geth.devTag }}{{ else }}{{ .Values.images.geth.tag }}{{ end }}
{{ .Values.images.geth.repo }}:{{ if .Values.images.geth.overrideTag }}{{ .Values.images.geth.overrideTag }}{{ else }}{{ if .Values.global.dev }}{{ .Values.images.geth.devTag }}{{ else }}{{ .Values.images.geth.tag }}{{ end }}
{{- end }}
{{- end }}
{{- define "conductor.image" -}}
{{ .Values.images.conductor.repo }}:{{ if .Values.global.dev }}{{ .Values.images.conductor.devTag }}{{ else }}{{ .Values.images.conductor.tag }}{{ end }}
Expand Down
1 change: 1 addition & 0 deletions charts/evm-rollup/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ images:
repo: ghcr.io/astriaorg/astria-geth
tag: 0.13.0
devTag: latest
overrideTag: ""
conductor:
repo: ghcr.io/astriaorg/conductor
tag: "0.18.0"
Expand Down
6 changes: 3 additions & 3 deletions charts/evm-stack/Chart.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dependencies:
- name: evm-rollup
repository: file://../evm-rollup
version: 0.25.4
version: 0.25.5
- name: composer
repository: file://../composer
version: 0.1.1
Expand All @@ -17,5 +17,5 @@ dependencies:
- name: blockscout-stack
repository: https://blockscout.github.io/helm-charts
version: 1.6.2
digest: sha256:695498fcbe82a100ca333b058196730eed9173df8528871585f40453c182d964
generated: "2024-08-15T12:40:34.762702-07:00"
digest: sha256:eeab7cd59d2577678f54e630b393a453a7862995f3ae0fc794b14dc640e855df
generated: "2024-08-22T14:43:39.38871-04:00"

0 comments on commit 69c1336

Please sign in to comment.