From 15a398ce9291e13cf01425431fcae876c34930d2 Mon Sep 17 00:00:00 2001 From: John Hsu Date: Fri, 8 Oct 2021 17:28:30 -0700 Subject: [PATCH] FIX lti-shim chart contains unused configmap An unused and uncommitted nginx ingress configmap that I was using for experimenting got included in the chart. This shoule trigger a repackaging on github WITHOUT the configmap. --- lti-shim/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lti-shim/Chart.yaml b/lti-shim/Chart.yaml index defa453..17c534d 100644 --- a/lti-shim/Chart.yaml +++ b/lti-shim/Chart.yaml @@ -1,4 +1,4 @@ apiVersion: v2 name: lti-shim -version: 0.5.1 +version: 0.5.2 description: LTI proxy that anonymizes personal information