File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
src/main/groovy/com/cloudogu/gitops/config Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -568,9 +568,9 @@ skopeo copy docker://registry.k8s.io/ingress-nginx/controller:v1.9.6 --dest-cred
568
568
# k describe prometheus -n monitoring
569
569
# Message: initializing PrometheusRules failed: failed to parse version: Invalid character(s) found in major number "0latest"
570
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.1 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/prometheus-operator
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
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.0 --dest-creds Proxy:Proxy12345 --dest-tls-verify=false docker://localhost:30000/proxy/grafana
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
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
575
575
576
576
# Cert Manager images
Original file line number Diff line number Diff line change @@ -543,7 +543,7 @@ class Config {
543
543
chart : ' kube-prometheus-stack' ,
544
544
repoURL : ' https://prometheus-community.github.io/helm-charts' ,
545
545
/* When updating this make sure to also test if air-gapped mode still works */
546
- version : ' 66.2.1 ' ,
546
+ version : ' 66.5.0 ' ,
547
547
values : [:] // Otherwise values is null 🤷♂️
548
548
)
549
549
static class MonitoringHelmSchema extends HelmConfigWithValues {
You can’t perform that action at this time.
0 commit comments