Skip to content

Commit

Permalink
update tag v1.3.0 to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
imroc committed Nov 28, 2023
1 parent b9a034f commit 2449903
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion bundle.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ spec:
serviceAccountName: cert-manager-webhook-dnspod
containers:
- name: cert-manager-webhook-dnspod
image: "imroc/cert-manager-webhook-dnspod:v1.3.0"
image: "imroc/cert-manager-webhook-dnspod:1.3.0"
imagePullPolicy: IfNotPresent
args:
- --tls-cert-file=/tls/tls.crt
Expand Down
3 changes: 1 addition & 2 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ apiVersion: v2
appVersion: 1.3.0
description: cert-manager webhook solver for DNSPod
name: cert-manager-webhook-dnspod
version: 1.4.4
version: 1.4.5
type: application
maintainers:
- name: imroc

3 changes: 1 addition & 2 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ certManager:

image:
repository: imroc/cert-manager-webhook-dnspod
tag: v1.3.0
tag: 1.3.0
pullPolicy: Always

clusterIssuer:
Expand Down Expand Up @@ -65,4 +65,3 @@ cert-manager:
prometheus:
enabled: false
namespace: cert-manager

0 comments on commit 2449903

Please sign in to comment.