From 42401b599a8a1bb2d8b8a374e0c24696e7508ca9 Mon Sep 17 00:00:00 2001 From: KongZ Date: Thu, 25 Jan 2024 00:39:40 +0700 Subject: [PATCH] bump chart --- charts/piggy-webhooks/Chart.yaml | 4 ++-- charts/piggy-webhooks/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/piggy-webhooks/Chart.yaml b/charts/piggy-webhooks/Chart.yaml index 2f829e4..16089d2 100644 --- a/charts/piggy-webhooks/Chart.yaml +++ b/charts/piggy-webhooks/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: piggy-webhooks description: Deploys a piggy-webhooks that inject enviroment variaiables from AWS Secret Manager type: application -version: 0.6.0 -appVersion: "0.6.0" +version: 0.6.1 +appVersion: "0.6.1" home: https://piggysec.com icon: https://raw.githubusercontent.com/KongZ/piggy/main/docs/images/piggy.png sources: diff --git a/charts/piggy-webhooks/values.yaml b/charts/piggy-webhooks/values.yaml index 0cbdba6..b7d48ae 100644 --- a/charts/piggy-webhooks/values.yaml +++ b/charts/piggy-webhooks/values.yaml @@ -8,7 +8,7 @@ image: repository: ghcr.io/kongz/piggy-webhooks pullPolicy: IfNotPresent ## Overrides the image tag whose default is the chart appVersion. - tag: "0.6.0" + tag: "0.6.1" imagePullSecrets: [] nameOverride: "" @@ -139,6 +139,6 @@ mutate: image: repository: ghcr.io/kongz/piggy-env pullPolicy: IfNotPresent - tag: "0.6.0" + tag: "0.6.1" debug: false