Skip to content

Commit

Permalink
update chart to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
olivierboudet committed May 31, 2021
1 parent 0cb92ed commit 62bf5b6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ name: Release Image

on:
push:
branches:
- master
tags:
- '*'

jobs:
main:
Expand Down
4 changes: 2 additions & 2 deletions charts/alidns-webhook/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "1.0"
appVersion: "0.2.0"
description: A Helm chart for Kubernetes
name: alidns-webhook
version: 0.1.2
version: 0.2.0
4 changes: 2 additions & 2 deletions charts/alidns-webhook/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ certManager:
serviceAccountName: cert-manager

image:
repository: mycompany/webhook-image
tag: latest
repository: ghcr.io/devmachine-fr/cert-manager-alidns-webhook/cert-manager-alidns-webhook
tag: 0.2.0
pullPolicy: IfNotPresent
privateRegistry:
enabled: false
Expand Down

0 comments on commit 62bf5b6

Please sign in to comment.