Skip to content

Commit

Permalink
bump chart
Browse files Browse the repository at this point in the history
  • Loading branch information
KongZ committed Jan 24, 2024
1 parent 0ae2260 commit 42401b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions charts/piggy-webhooks/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions charts/piggy-webhooks/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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: ""
Expand Down Expand Up @@ -139,6 +139,6 @@ mutate:
image:
repository: ghcr.io/kongz/piggy-env
pullPolicy: IfNotPresent
tag: "0.6.0"
tag: "0.6.1"

debug: false

0 comments on commit 42401b5

Please sign in to comment.