From ddeb48050daba162c0c003908087522204573ff8 Mon Sep 17 00:00:00 2001 From: coutug Date: Fri, 9 Aug 2024 16:29:14 -0400 Subject: [PATCH] change image and app version --- charts/substreams-sink-sql-backfill/Chart.yaml | 10 ++++++++-- charts/substreams-sink-sql-backfill/values.yaml | 2 +- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/charts/substreams-sink-sql-backfill/Chart.yaml b/charts/substreams-sink-sql-backfill/Chart.yaml index 1698ca0..378bb56 100644 --- a/charts/substreams-sink-sql-backfill/Chart.yaml +++ b/charts/substreams-sink-sql-backfill/Chart.yaml @@ -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. # @@ -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" diff --git a/charts/substreams-sink-sql-backfill/values.yaml b/charts/substreams-sink-sql-backfill/values.yaml index 3f8c3f6..660b5ce 100644 --- a/charts/substreams-sink-sql-backfill/values.yaml +++ b/charts/substreams-sink-sql-backfill/values.yaml @@ -1,6 +1,6 @@ image: repository: ghcr.io/pinax-network/substreams-sink-sql - tag: develop + tag: f9081de pullPolicy: IfNotPresent nameOverride: ""