File tree Expand file tree Collapse file tree 3 files changed +18
-3
lines changed
Expand file tree Collapse file tree 3 files changed +18
-3
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : argocd
44resources :
5- # v1.7.7
6- - github.com/argoproj/argo-cd/manifests/cluster-install?ref=33c93aea0b9ee3d02fb9703cd82cecce3540e954
5+ - github.com/argoproj/argo-cd/manifests/cluster-install?ref=33c93aea0b9ee3d02fb9703cd82cecce3540e954 # tag=v1.7.7
76 - ingress.yaml
87 - argo-cd-service-monitor.yaml
98 - argocd-notifications/
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22kind : Kustomization
33namespace : mtls
44resources :
5- - github.com/drGrove/mtls-server/manifests/base?ref=705e1c2a5f193f1d309af4c6e0124b9096c2dce9
5+ - github.com/drGrove/mtls-server/manifests/base?ref=d73b60dcd4769d0bc3e1047007b2b22d6546a3b5 # tag=v0.18.0
66patches :
77 - smaller-pvc.patch.yaml
88 - ingress.patch.yaml
Original file line number Diff line number Diff line change 1+ {
2+ "extends" : [
3+ " config:base"
4+ ],
5+ "regexManagers" : [
6+ {
7+ "fileMatch" : [" /kustomization.yaml$" ],
8+ "matchStrings" : [
9+ " - github\\ .com\\ /(?<depName>[^/]+?\\ /[^/]*?)\\ /.*\\ ?ref=(?<currentDigest>[a-f0-9]{40}) # tag\\ s*=\\ s*(?<currentValue>.*)"
10+ ],
11+ "datasourceTemplate" : " github-tags"
12+ }
13+ ],
14+ "commitMessagePrefix" : " */kustomization.yaml:" ,
15+ "pinDigests" : true
16+ }
You can’t perform that action at this time.
0 commit comments