Skip to content

Commit

Permalink
Merge pull request #43 from KongZ/chart-0-5-0
Browse files Browse the repository at this point in the history
Update chart image to 0.5.0
  • Loading branch information
KongZ authored Mar 19, 2023
2 parents f4930ea + 159c3b5 commit b9c653e
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.4.2
appVersion: "0.4.2"
version: 0.5.0
appVersion: "0.5.0"
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.4.0"
tag: "0.5.0"

imagePullSecrets: []
nameOverride: ""
Expand Down Expand Up @@ -134,6 +134,6 @@ mutate:
image:
repository: ghcr.io/kongz/piggy-env
pullPolicy: IfNotPresent
tag: "0.4.0"
tag: "0.5.0"

debug: false

0 comments on commit b9c653e

Please sign in to comment.