From a1fcf662393b628a588ec557f016e7aadd3362cc Mon Sep 17 00:00:00 2001 From: Nick Zenchik Date: Wed, 27 Nov 2024 14:24:53 +0400 Subject: [PATCH] [blockscout-ens] Fixing image repository --- charts/blockscout-ens/CHANGELOG.md | 6 ++++++ charts/blockscout-ens/Chart.yaml | 2 +- charts/blockscout-ens/values.yaml | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/charts/blockscout-ens/CHANGELOG.md b/charts/blockscout-ens/CHANGELOG.md index 260bdd6..cacb462 100644 --- a/charts/blockscout-ens/CHANGELOG.md +++ b/charts/blockscout-ens/CHANGELOG.md @@ -1,5 +1,11 @@ # ChangeLog +## 1.1.2 + +### Fixes + +- Fixing image repository that has been moved + ## 1.1.1 ### Fixes diff --git a/charts/blockscout-ens/Chart.yaml b/charts/blockscout-ens/Chart.yaml index c214ed2..e6487da 100644 --- a/charts/blockscout-ens/Chart.yaml +++ b/charts/blockscout-ens/Chart.yaml @@ -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: 1.1.1 +version: 1.1.2 # 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 diff --git a/charts/blockscout-ens/values.yaml b/charts/blockscout-ens/values.yaml index 056f957..ac1da67 100644 --- a/charts/blockscout-ens/values.yaml +++ b/charts/blockscout-ens/values.yaml @@ -18,7 +18,7 @@ global: bens: image: - repository: ghcr.io/blockscout/bens + repository: ghcr.io/blockscout/blockscout-ens pullPolicy: Always tag: main replicaCount: 1