From ea4c339a7bfa883fd7f1f3f8f444d542fc626c4d Mon Sep 17 00:00:00 2001 From: Katarzyna Kujawa Date: Tue, 23 Mar 2021 12:24:31 +0100 Subject: [PATCH] Prepare v0.3.0 --- helm/tailing-sidecar-operator/Chart.yaml | 4 ++-- helm/tailing-sidecar-operator/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm/tailing-sidecar-operator/Chart.yaml b/helm/tailing-sidecar-operator/Chart.yaml index 706bfeb4..9140b720 100644 --- a/helm/tailing-sidecar-operator/Chart.yaml +++ b/helm/tailing-sidecar-operator/Chart.yaml @@ -2,5 +2,5 @@ apiVersion: v2 name: tailing-sidecar-operator description: Installs Tailing Sidecar Operator type: application -version: 0.2.0 -appVersion: 0.2.0 +version: 0.3.0 +appVersion: 0.3.0 diff --git a/helm/tailing-sidecar-operator/values.yaml b/helm/tailing-sidecar-operator/values.yaml index 0b072085..7371415a 100644 --- a/helm/tailing-sidecar-operator/values.yaml +++ b/helm/tailing-sidecar-operator/values.yaml @@ -5,7 +5,7 @@ operator: image: pullPolicy: IfNotPresent repository: ghcr.io/sumologic/tailing-sidecar-operator - tag: 0.2.0 + tag: 0.3.0 resources: limits: cpu: 100m @@ -17,7 +17,7 @@ operator: sidecar: image: repository: ghcr.io/sumologic/tailing-sidecar - tag: 0.2.0 + tag: 0.3.0 # Configuration for MutatingWebhook which is used by tailing sidecar operator # for details please see Kubernetes API Reference Docs