Skip to content

Commit

Permalink
fix: add proper helm chart version to their URLs
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Dec 15, 2024
1 parent 74b787a commit ee2e6e9
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 37 deletions.
54 changes: 24 additions & 30 deletions .github/renovate-pr.json5
Original file line number Diff line number Diff line change
Expand Up @@ -8,36 +8,6 @@
transformTemplates: ['{"releases":[{"version": $string(revision)}]}'],
},
},
// Keep the extends started with ":" at the end of the list to allow overriding
extends: [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigestsToSemver",
"security:openssf-scorecard",
":disableDependencyDashboard",
":disableRateLimiting",
":docker",
":enableVulnerabilityAlertsWithLabel(security)",
":pinSkipCi",
],
// ignore chirpy dependencies
// https://renovatebot.com/docs/configuration-options/#ignoredeps
labels: [
"renovate-pr",
"renovate-pr/{{replace '.*/' '' depName}}",
"renovate-pr/{{updateType}}",
],
packageRules: [
{
automerge: true,
commitBody: "[skip ci]",
description: "Automerge all without running any tests",
ignoreTests: true,
matchPackagePatterns: ["*"],
},
],
prBodyTemplate: "{{{table}}}{{{notes}}}{{{changelogs}}}",
rebaseWhen: "behind-base-branch",
customManagers: [
{
customType: "regex",
Expand Down Expand Up @@ -68,4 +38,28 @@
],
},
],
// Keep the extends started with ":" at the end of the list to allow overriding
extends: [
"config:recommended",
"docker:pinDigests",
"helpers:pinGitHubActionDigestsToSemver",
"security:openssf-scorecard",
":disableDependencyDashboard",
":disableRateLimiting",
":docker",
":enableVulnerabilityAlertsWithLabel(security)",
":pinSkipCi",
],
packageRules: [
{
automerge: true,
commitBody: "[skip ci]",
description: "Automerge all without running any tests",
ignoreTests: true,
matchPackagePatterns: ["*"],
},
],
prConcurrentLimit: 100,
prHourlyLimit: 100,
prCommitsPerRunLimit: 100,
}
14 changes: 7 additions & 7 deletions _posts/2024/2024-12-14-secure-cheap-amazon-eks-auto.md
Original file line number Diff line number Diff line change
Expand Up @@ -681,7 +681,7 @@ grafana:
15757-kubernetes-views-global:
# renovate: depName="Kubernetes / Views / Global"
gnetId: 15757
revision: 37
revision: 42
datasource: Prometheus
15758-kubernetes-views-namespaces:
# renovate: depName="Kubernetes / Views / Namespaces"
Expand All @@ -696,12 +696,12 @@ grafana:
15761-kubernetes-system-api-server:
# renovate: depName="Kubernetes / System / API Server"
gnetId: 15761
revision: 16
revision: 18
datasource: Prometheus
15762-kubernetes-system-coredns:
# renovate: depName="Kubernetes / System / CoreDNS"
gnetId: 15762
revision: 18
revision: 19
datasource: Prometheus
19105-prometheus:
# renovate: depName="Prometheus"
Expand Down Expand Up @@ -982,7 +982,7 @@ proxy and load balancer.
Install `ingress-nginx`
[helm chart](https://artifacthub.io/packages/helm/ingress-nginx/ingress-nginx)
and modify the
[default values](https://github.com/kubernetes/ingress-nginx/blob/helm-chart-4.10.1/charts/ingress-nginx/values.yaml).
[default values](https://github.com/kubernetes/ingress-nginx/blob/helm-chart-4.11.3/charts/ingress-nginx/values.yaml).

```bash
# renovate: datasource=helm depName=ingress-nginx registryUrl=https://kubernetes.github.io/ingress-nginx
Expand Down Expand Up @@ -1059,7 +1059,7 @@ on Kubernetes.
Install `forecastle`
[helm chart](https://artifacthub.io/packages/helm/stakater/forecastle)
and modify the
[default values](https://github.com/stakater/Forecastle/blob/v1.0.139/deployments/kubernetes/chart/forecastle/values.yaml).
[default values](https://github.com/stakater/Forecastle/blob/v1.0.152/deployments/kubernetes/chart/forecastle/values.yaml).

```bash
# renovate: datasource=helm depName=forecastle registryUrl=https://stakater.github.io/stakater-charts
Expand Down Expand Up @@ -1107,11 +1107,11 @@ the endpoints by Google Authentication.
Install `oauth2-proxy`
[helm chart](https://artifacthub.io/packages/helm/oauth2-proxy/oauth2-proxy)
and modify the
[default values](https://github.com/oauth2-proxy/manifests/blob/oauth2-proxy-7.5.3/helm/oauth2-proxy/values.yaml).
[default values](https://github.com/oauth2-proxy/manifests/blob/oauth2-proxy-7.8.2/helm/oauth2-proxy/values.yaml).

```bash
# renovate: datasource=helm depName=oauth2-proxy registryUrl=https://oauth2-proxy.github.io/manifests
OAUTH2_PROXY_HELM_CHART_VERSION="7.7.1"
OAUTH2_PROXY_HELM_CHART_VERSION="7.8.2"

helm repo add oauth2-proxy https://oauth2-proxy.github.io/manifests
cat > "${TMP_DIR}/${CLUSTER_FQDN}/helm_values-oauth2-proxy.yml" << EOF
Expand Down

0 comments on commit ee2e6e9

Please sign in to comment.