Skip to content

Commit

Permalink
bump chart version
Browse files Browse the repository at this point in the history
  • Loading branch information
kw1knode committed Oct 7, 2024
1 parent 0401cc1 commit bb9f84d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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: "v1.6.4"
version: "4.0.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-2/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ 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: 1.0.7
version: 1.0.8

# 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
# follow Semantic Versioning. They should reflect the version the application is using.
# It is recommended to use it with quotes.
appVersion: "v2.6.4"
appVersion: "v1.6.4"
4 changes: 2 additions & 2 deletions charts/substreams-tier-2/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@ serviceAccount:
# -- Image configuration for substreams tier 2
image:
# -- The repository where the Docker image is located.
repository: ghcr.io/streamingfast/firehose-ethereum
repository: ghcr.io/streamingfast/firehose-core

# -- The pull policy for the Docker image.
# Valid options are "Always", "IfNotPresent", and "Never".
pullPolicy: IfNotPresent

# -- The tag of the Docker image to use.
# If not set, the default tag will be used.
tag: "v2.6.4"
tag: "v1.6.4"

# -- Overrides the name of the chart.
# If not set, the name will be derived from the chart name.
Expand Down

0 comments on commit bb9f84d

Please sign in to comment.