From 7b7d4801440c66347cf06f9f53c5f9d4592d289d Mon Sep 17 00:00:00 2001 From: tomguillermou Date: Wed, 14 Aug 2024 11:36:16 +0200 Subject: [PATCH] feat(opcua): Update image version (#6) Update image version --- charts/opcua/Chart.yaml | 2 +- charts/opcua/values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/opcua/Chart.yaml b/charts/opcua/Chart.yaml index 73fb905..1ef2427 100644 --- a/charts/opcua/Chart.yaml +++ b/charts/opcua/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: opcua description: A Helm chart for Kubernetes to deploy Citron OPCUA connector type: application -version: 0.7.0 +version: 0.8.0 appVersion: "0.1.0" diff --git a/charts/opcua/values.yaml b/charts/opcua/values.yaml index db18f54..4714611 100644 --- a/charts/opcua/values.yaml +++ b/charts/opcua/values.yaml @@ -6,7 +6,7 @@ image: repository: 444505633365.dkr.ecr.eu-west-3.amazonaws.com/opcua-connector pullPolicy: IfNotPresent # Overrides the image tag whose default is the chart appVersion. - tag: "prd-v1.0.3" + tag: "prd-v1.0.4" config: appName: "opcua-connector"