From ace5b4ba68fab3947ae7f905b7048907d2b896a0 Mon Sep 17 00:00:00 2001 From: Ben Wright Date: Tue, 4 Jun 2024 21:18:45 +0100 Subject: [PATCH] updating chart with new versions --- deploy/chart/Chart.yaml | 4 ++-- deploy/chart/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/deploy/chart/Chart.yaml b/deploy/chart/Chart.yaml index 99b5241..0872463 100644 --- a/deploy/chart/Chart.yaml +++ b/deploy/chart/Chart.yaml @@ -3,5 +3,5 @@ name: db-operator-chart description: A Helm chart for Kubernetes type: application -version: 0.0.1 -appVersion: 0.0.1 +version: 2.0.5 +appVersion: 2.0.5 diff --git a/deploy/chart/values.yaml b/deploy/chart/values.yaml index c3fb31e..77ba6b0 100644 --- a/deploy/chart/values.yaml +++ b/deploy/chart/values.yaml @@ -1,4 +1,4 @@ -# image: +image: benwright/db-operator:v2.0.5 name: db-operator replicas: 1