From 8c625509b2a1401ee5e8edbc8cd8c5f5b10ea443 Mon Sep 17 00:00:00 2001 From: amitz Date: Thu, 1 Aug 2024 00:50:13 +0300 Subject: [PATCH] 0.2.2 --- charts/consumer/Chart.yaml | 4 ++-- charts/consumer/values.yaml | 2 +- charts/provider/Chart.yaml | 4 ++-- charts/provider/values.yaml | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/consumer/Chart.yaml b/charts/consumer/Chart.yaml index 284918a..bb1e780 100644 --- a/charts/consumer/Chart.yaml +++ b/charts/consumer/Chart.yaml @@ -16,10 +16,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.2.1 +version: 0.2.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "v2.2.5" diff --git a/charts/consumer/values.yaml b/charts/consumer/values.yaml index 40f61cd..57be7ae 100644 --- a/charts/consumer/values.yaml +++ b/charts/consumer/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: nginx + repository: ghcr.io/lavanet/lava/lavap pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: "" diff --git a/charts/provider/Chart.yaml b/charts/provider/Chart.yaml index b500f77..b57c02b 100644 --- a/charts/provider/Chart.yaml +++ b/charts/provider/Chart.yaml @@ -16,10 +16,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.2.1 +version: 0.2.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 # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "1.16.0" +appVersion: "v2.2.5" diff --git a/charts/provider/values.yaml b/charts/provider/values.yaml index 5ca71e1..d56a690 100644 --- a/charts/provider/values.yaml +++ b/charts/provider/values.yaml @@ -5,7 +5,7 @@ replicaCount: 1 image: - repository: nginx + repository: ghcr.io/lavanet/lava/lavap pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. tag: ""