Skip to content

Commit af4e151

Browse files
committed
updating versions for prometheus helm chart
1 parent 3f89ee5 commit af4e151

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
lines changed

docs/developers.md

Lines changed: 19 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ This document collects some information about things developers of the gop shoul
44
problems they might face when they try to run and test their changes.
55
It provides workarounds or solutions for the given issues.
66

7+
## Disclaimer
8+
9+
The versions listed in this README may not always reflect the most current release.
10+
Please be aware that newer versions may exist, and it is recommended to use the latest stable version for the best performance and security.
11+
Always check the official release notes or the project repository for up-to-date version information.
12+
713
## Table of contents
814

915
<!-- Update with ` doctoc --notitle docs/developers.md --maxlevel 4 `. See https://github.com/thlorenz/doctoc -->
@@ -567,11 +573,11 @@ skopeo copy docker://registry.k8s.io/ingress-nginx/controller:v1.9.6 --dest-cred
567573
# Using latest will lead to failure with
568574
# k describe prometheus -n monitoring
569575
# Message: initializing PrometheusRules failed: failed to parse version: Invalid character(s) found in major number "0latest"
570-
skopeo copy docker://quay.io/prometheus/prometheus:v2.55.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus:v2.55.1
571-
skopeo copy docker://quay.io/prometheus-operator/prometheus-operator:v0.78.2 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-operator
572-
skopeo copy docker://quay.io/prometheus-operator/prometheus-config-reloader:v0.78.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-config-reloader
573-
skopeo copy docker://docker.io/grafana/grafana:11.3.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/grafana
574-
skopeo copy docker://quay.io/kiwigrid/k8s-sidecar:1.28.0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/k8s-sidecar
576+
skopeo copy docker://quay.io/prometheus/prometheus:v3.2.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus:v3.2.1
577+
skopeo copy docker://quay.io/prometheus-operator/prometheus-operator:v0.80.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-operator
578+
skopeo copy docker://quay.io/prometheus-operator/prometheus-config-reloader:v0.80.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-config-reloader
579+
skopeo copy docker://docker.io/grafana/grafana:11.5.2 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/grafana
580+
skopeo copy docker://quay.io/kiwigrid/k8s-sidecar:1.30.0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/k8s-sidecar
575581
576582
# Cert Manager images
577583
skopeo copy docker://quay.io/jetstack/cert-manager-controller:v1.16.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/cert-manager-controller
@@ -580,7 +586,7 @@ skopeo copy docker://quay.io/jetstack/cert-manager-webhook:v1.16.1 --dest-creds
580586
581587
# Needed for the builds to work with proxy-registry
582588
skopeo copy docker://bitnami/kubectl:1.29 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/bitnami/kubectl:1.29
583-
skopeo copy docker://eclipse-temurin:11-jre-alpine --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/eclipse-temurin:11-jre-alpine
589+
skopeo copy docker://eclipse-temurin:17-jre-alpine --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/eclipse-temurin:17-jre-alpine
584590
skopeo copy docker://ghcr.io/cloudogu/helm:3.16.1-1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/helm:latest
585591
```
586592

@@ -607,7 +613,7 @@ docker run --rm -t -u $(id -u) \
607613
--registry-password-read-only=RegistryRead12345 \
608614
--kubectl-image=localhost:30000/proxy/bitnami/kubectl:1.29 \
609615
--helm-image=localhost:30000/proxy/helm:latest \
610-
--petclinic-image=localhost:30000/proxy/eclipse-temurin:11-jre-alpine \
616+
--petclinic-image=localhost:30000/proxy/eclipse-temurin:17-jre-alpine \
611617
--mailhog-image=localhost:30000/proxy/mailhog:latest \
612618
--vault-image=localhost:30000/proxy/vault:latest \
613619
--external-secrets-image=localhost:30000/proxy/external-secrets:latest \
@@ -618,7 +624,7 @@ docker run --rm -t -u $(id -u) \
618624
--cert-manager-image=localhost:30000/proxy/cert-manager-controller:latest \
619625
--cert-manager-webhook-image=localhost:30000/proxy/cert-manager-webhook:latest \
620626
--cert-manager-cainjector-image=localhost:30000/proxy/cert-manager-cainjector:latest \
621-
--prometheus-image=localhost:30000/proxy/prometheus:v2.55.1 \
627+
--prometheus-image=localhost:30000/proxy/prometheus:v3.2.1 \
622628
--prometheus-operator-image=localhost:30000/proxy/prometheus-operator:latest \
623629
--prometheus-config-reloader-image=localhost:30000/proxy/prometheus-config-reloader:latest \
624630
--grafana-image=localhost:30000/proxy/grafana:latest \
@@ -779,11 +785,11 @@ docker run -it -u $(id -u) \
779785
-v ~/.config/k3d/kubeconfig-airgapped-playground.yaml:/home/.kube/config \
780786
--net=host gitops-playground:dev --argocd --yes -x \
781787
--vault=dev --metrics \
782-
--grafana-image localhost:30002/library/grafana:8.2.1 \
783-
--grafana-sidecar-image localhost:30002/library/k8s-sidecar:1.14.2 \
784-
--prometheus-image localhost:30002/library/prometheus:v2.28.1 \
785-
--prometheus-operator-image localhost:30002/library/prometheus-operator:v0.50.0 \
786-
--prometheus-config-reloader-image localhost:30002/library/prometheus-config-reloader:v0.50.0 \
788+
--grafana-image localhost:30002/library/grafana:11.5.2 \
789+
--grafana-sidecar-image localhost:30002/library/k8s-sidecar:1.30.0 \
790+
--prometheus-image localhost:30002/library/prometheus:v3.2.1 \
791+
--prometheus-operator-image localhost:30002/library/prometheus-operator:v0.80.1 \
792+
--prometheus-config-reloader-image localhost:30002/library/prometheus-config-reloader:v0.80.1 \
787793
--external-secrets-image localhost:30002/library/external-secrets:v0.6.1 \
788794
--external-secrets-certcontroller-image localhost:30002/library/external-secrets:v0.6.1 \
789795
--external-secrets-webhook-image localhost:30002/library/external-secrets:v0.6.1 \

src/main/groovy/com/cloudogu/gitops/config/Config.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ class Config {
545545
chart: 'kube-prometheus-stack',
546546
repoURL: 'https://prometheus-community.github.io/helm-charts',
547547
/* When updating this make sure to also test if air-gapped mode still works */
548-
version: '66.5.0',
548+
version: '69.7.4',
549549
values: [:] // Otherwise values is null 🤷‍♂️
550550
)
551551
static class MonitoringHelmSchema extends HelmConfigWithValues {

0 commit comments

Comments
 (0)