We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f933f2c commit 4fa14a9Copy full SHA for 4fa14a9
charts/argocd-certificate-refresh/values.yaml
@@ -4,7 +4,7 @@
4
5
6
# docker image information
7
-image: quay.io/devtron/argocd-cert-refresh:v9
+image: quay.io/devtron/argocd-cert-refresh:v10
8
#accepted values are ENTERPRISE & OSS
9
# clusterType: ENTERPRISE
10
# If not namespace is provided then by default it will take in which namespace it will deploy
@@ -25,7 +25,7 @@ cronjob:
25
#set up this If you need alert for argocd cert expire
26
alert:
27
enabled: false
28
- image: quay.io/devtron/argocd-cert-refresh:alert-v8
+ image: quay.io/devtron/argocd-cert-refresh:alert-v9
29
discordUrl: ""
30
#Daily At 07:00AM GMT so it will be 12:30PM in IST
31
schedule: "0 7 * * *"
0 commit comments