Skip to content

Commit

Permalink
change image and app version
Browse files Browse the repository at this point in the history
  • Loading branch information
coutug committed Aug 9, 2024
1 parent 6b6c63a commit ddeb480
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions charts/substreams-sink-sql-backfill/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
apiVersion: v2
name: substreams-sink-sql-backfill
description: Chart to backfill clickhouse database using jobs
annotations:
artifacthub.io/images: |
- name: fixed image
image: ghcr.io/pinax-network/substreams-sink-sql:f9081de
platforms:
- linux/amd64
# A chart can be either an 'application' or a 'library' chart.
#
Expand All @@ -15,10 +21,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: 0.0.12
version: 0.0.13

# 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: "0.0.0"
appVersion: "f9081de"
2 changes: 1 addition & 1 deletion charts/substreams-sink-sql-backfill/values.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
image:
repository: ghcr.io/pinax-network/substreams-sink-sql
tag: develop
tag: f9081de
pullPolicy: IfNotPresent

nameOverride: ""
Expand Down

0 comments on commit ddeb480

Please sign in to comment.