From 3ca98f2cb13448aa24bf2a339084cd1aca5dce1f Mon Sep 17 00:00:00 2001 From: Jiaqi Luo <6218999+jiaqiluo@users.noreply.github.com> Date: Fri, 29 Oct 2021 15:18:38 -0700 Subject: [PATCH] [rancher-alerting-drivers] add 'doNotRelease: true' to rancher-prom2teams and rancher-sachet --- packages/rancher-prom2teams/package.yaml | 1 + packages/rancher-sachet/package.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/packages/rancher-prom2teams/package.yaml b/packages/rancher-prom2teams/package.yaml index 01b696e75..c9372f478 100644 --- a/packages/rancher-prom2teams/package.yaml +++ b/packages/rancher-prom2teams/package.yaml @@ -2,3 +2,4 @@ url: https://github.com/idealista/prom2teams.git subdirectory: helm commit: a1691cce91855536be93311fe6b2a4b95b9ce97c # the commit points to the tag 3.2.3 version: 100.0.1 +doNotRelease: true diff --git a/packages/rancher-sachet/package.yaml b/packages/rancher-sachet/package.yaml index 98913ea9a..5d204f842 100644 --- a/packages/rancher-sachet/package.yaml +++ b/packages/rancher-sachet/package.yaml @@ -1,2 +1,3 @@ url: local version: 100.0.1 +doNotRelease: true