Skip to content

Commit

Permalink
fix helm match
Browse files Browse the repository at this point in the history
  • Loading branch information
zachariahmiller authored Dec 13, 2023
1 parent a8bf808 commit c3efd4a
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
"fileMatch": ["\\.*\\.ya?ml$"],
"matchStrings": [
"registryUrl=(?<registryUrl>.*?)\n *chart: (?<depName>.*?)\n *version: (?<currentValue>.*)\n",
"- name: (?<depName>.*?)\n *url: (?<registryUrl>.*?)\n *version: (?<currentValue>.*)\n"
"# renovate: datasource=helm\n .*- name: (?<depName>.*?)\n *url: (?<registryUrl>.*?)\n *version: (?<currentValue>.*)\n"
],
"datasourceTemplate": "helm"
},
Expand Down
9 changes: 9 additions & 0 deletions src/istio/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,12 @@ components:
only:
flavor: upstream
charts:
# renovate: datasource=helm
- name: base
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
# renovate: datasource=helm
- name: istiod
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
Expand All @@ -42,10 +44,12 @@ components:
only:
flavor: registry1
charts:
# renovate: datasource=helm
- name: base
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
# renovate: datasource=helm
- name: istiod
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
Expand All @@ -70,10 +74,12 @@ components:
only:
flavor: cng
charts:
# renovate: datasource=helm
- name: base
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
version: 1.19.3
# renovate: datasource=helm
- name: istiod
namespace: istio-system
url: https://istio-release.storage.googleapis.com/charts
Expand All @@ -94,6 +100,7 @@ components:
description: "Deploy an admin gateway"
required: true
charts:
# renovate: datasource=helm
- name: gateway
releaseName: admin-ingressgateway
namespace: istio-admin-gateway
Expand All @@ -110,6 +117,7 @@ components:
description: "Deploy a tenant gateway"
required: true
charts:
# renovate: datasource=helm
- name: gateway
releaseName: tenant-ingressgateway
namespace: istio-tenant-gateway
Expand All @@ -126,6 +134,7 @@ components:
description: "Deploy a TLS passthrough gateway"
required: true
charts:
# renovate: datasource=helm
- name: gateway
releaseName: passthrough-ingressgateway
namespace: istio-passthrough-gateway
Expand Down
3 changes: 3 additions & 0 deletions src/promtail/zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ components:
only:
flavor: upstream
charts:
# renovate: datasource=helm
- name: promtail
url: https://grafana.github.io/helm-charts/
version: 6.15.3
Expand All @@ -33,6 +34,7 @@ components:
only:
flavor: registry1
charts:
# renovate: datasource=helm
- name: promtail
url: https://grafana.github.io/helm-charts/
version: 6.15.3
Expand All @@ -54,6 +56,7 @@ components:
only:
flavor: cng
charts:
# renovate: datasource=helm
- name: promtail
url: https://grafana.github.io/helm-charts/
version: 6.15.3
Expand Down

0 comments on commit c3efd4a

Please sign in to comment.