Skip to content

Commit

Permalink
fix tier 1 image, ghcr
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode committed Feb 19, 2025
1 parent 5a1282d commit fcb6816
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion charts/substreams-tier-1/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ type: application
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version: "4.3.0"
version: "4.4.0"

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
Expand Down
4 changes: 2 additions & 2 deletions charts/substreams-tier-1/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@

{{/* Define default images */}}
{{- $defaultImages := dict
"firehoseCore" (dict "repository" "streamingfast/firehose-core" "tag" $.Chart.AppVersion)
"firehoseEthereum" (dict "repository" "streamingfast/firehose-ethereum" "tag" "v2.9.1")
"firehoseCore" (dict "repository" "ghcr.io/streamingfast/firehose-core" "tag" $.Chart.AppVersion)
"firehoseEthereum" (dict "repository" "ghcr.io/streamingfast/firehose-ethereum" "tag" "v2.9.1")
}}

{{/* Merge with any user-provided image overrides */}}
Expand Down

0 comments on commit fcb6816

Please sign in to comment.