Skip to content

Commit

Permalink
fix(renovate): generic regex annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
tyriis committed Feb 25, 2025
1 parent 27b22cf commit cb4c3fc
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion kubernetes/base/flux/repositories/oci/flux-manifests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ spec:
interval: 1h
url: oci://ghcr.io/fluxcd/flux-manifests
ref:
# renovate: datasource=github-releases depName=fluxcd/flux2
# renovate: depName=fluxcd/flux2 datasource=github-releases
tag: v2.2.1
digest: sha256:456f82fce9bce6dbfbca1ad9f21a4c6f33ee0a35c846de1fac4a1b9bcdea98a7
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
# renovate: depName=dragonflydb/dragonfly-operator datasource=github-releases
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.9/manifests/crd.yaml
- helm-release.yaml
- rbac.yaml
configMapGenerator:
- name: dragonfly-dashboard
files:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
# renovate: depName=dragonflydb/dragonfly-operator datasource=github-releases
- dragonfly-dashboard.json=https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.9/monitoring/grafana-dashboard.json
generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/kube-nas/flux/instance/flux-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: flux
spec:
distribution:
# renovate: datasource=github-releases depName=fluxcd/flux2
# renovate: depName=fluxcd/flux2 datasource=github-releases
version: 2.3.0
registry: ghcr.io/fluxcd
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
# renovate: depName=dragonflydb/dragonfly-operator datasource=github-releases
- https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.9/manifests/crd.yaml
- helm-release.yaml
- rbac.yaml
configMapGenerator:
- name: dragonfly-dashboard
files:
# renovate: datasource=github-releases depName=dragonflydb/dragonfly-operator
# renovate: depName=dragonflydb/dragonfly-operator datasource=github-releases
- dragonfly-dashboard.json=https://raw.githubusercontent.com/dragonflydb/dragonfly-operator/v1.1.9/monitoring/grafana-dashboard.json
generatorOptions:
disableNameSuffixHash: true
Expand Down
2 changes: 1 addition & 1 deletion kubernetes/talos-flux/flux/instance/flux-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
name: flux
spec:
distribution:
# renovate: datasource=github-releases depName=fluxcd/flux2
# renovate: depName=fluxcd/flux2 datasource=github-releases
version: 2.5.0
registry: ghcr.io/fluxcd
artifact: oci://ghcr.io/controlplaneio-fluxcd/flux-operator-manifests
Expand Down

0 comments on commit cb4c3fc

Please sign in to comment.