From 92b12928e99bc1c90201c955e4245cc2e8b2c2e4 Mon Sep 17 00:00:00 2001 From: Jens Schulze Date: Wed, 18 Jan 2023 16:08:45 +0100 Subject: [PATCH] fix: wrong restinthemiddle version --- Chart.yaml | 2 +- values.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Chart.yaml b/Chart.yaml index 8d5f51b..eb7dbf5 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -2,4 +2,4 @@ apiVersion: v2 name: restinthemiddle description: HTTP logging proxy type: application -version: 0.3.0 +version: 0.3.1 diff --git a/values.yaml b/values.yaml index 07d8906..88d245f 100644 --- a/values.yaml +++ b/values.yaml @@ -5,7 +5,7 @@ image: registry: docker.io repository: jdschulze/restinthemiddle pullPolicy: IfNotPresent - tag: "2.0.0-alpha.11" + tag: "2.0.0-alpha.12" imagePullSecrets: []