We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7c3f3e commit 9a1268cCopy full SHA for 9a1268c
manifests/apps/default/external-secrets.jsonnet
@@ -22,7 +22,7 @@ local all = {
22
application: argo.HelmApplication(
23
chart='external-secrets',
24
repoURL='https://charts.external-secrets.io',
25
- version='0.14.3',
+ version='0.14.4',
26
) + { // Everything depends on the CRDs existing so set this to sync-wave -2.
27
metadata+: {
28
annotations+: {
0 commit comments