Skip to content

Commit 2ee34d1

Browse files
committed
Merge remote-tracking branch 'origin/refs/pull/66/head'
2 parents e9a2b69 + 0337268 commit 2ee34d1

File tree

3 files changed

+18
-3
lines changed

3 files changed

+18
-3
lines changed

argocd/kustomization.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: argocd
44
resources:
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/

mtls/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1
22
kind: Kustomization
33
namespace: mtls
44
resources:
5-
- github.com/drGrove/mtls-server/manifests/base?ref=705e1c2a5f193f1d309af4c6e0124b9096c2dce9
5+
- github.com/drGrove/mtls-server/manifests/base?ref=d73b60dcd4769d0bc3e1047007b2b22d6546a3b5 # tag=v0.18.0
66
patches:
77
- smaller-pvc.patch.yaml
88
- ingress.patch.yaml

renovate.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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+
}

0 commit comments

Comments
 (0)