Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Bump thanos to 15.7.23 #2603

Merged
merged 10 commits into from
Sep 17, 2024
4 changes: 2 additions & 2 deletions licenses.d2iq.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ resources:
- url: https://github.com/aquasecurity/kube-bench
ref: ${image_tag}
license_path: LICENSE
- container_image: docker.io/bitnami/thanos:0.36.0-debian-12-r0
- container_image: docker.io/bitnami/thanos:0.36.1-debian-12-r1
sources:
- license_path: LICENSE
ref: v${image_tag%-debian-12-r0}
ref: v${image_tag%-debian-12-r1}
url: https://github.com/thanos-io/thanos
- container_image: ghcr.io/mesosphere/dkp-container-images/docker.io/fluent/fluent-bit:2.2.3-d2iq.0
sources:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v1
kind: ConfigMap
metadata:
name: thanos-15.7.16-d2iq-defaults
name: thanos-15.7.23-d2iq-defaults
namespace: ${releaseNamespace}
data:
values.yaml: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ spec:
interval: 6h
retryInterval: 1m
timeout: 1m
path: ./services/thanos/15.7.16/jobs
path: ./services/thanos/15.7.23/jobs
sourceRef:
kind: GitRepository
name: management
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ spec:
kind: HelmRepository
name: charts.github.io-bitnami
namespace: kommander-flux
version: 15.7.16
version: 15.7.23
interval: 15s
install:
crds: CreateReplace
Expand All @@ -24,7 +24,7 @@ spec:
releaseName: thanos
valuesFrom:
- kind: ConfigMap
name: thanos-15.7.16-d2iq-defaults
name: thanos-15.7.23-d2iq-defaults
---
apiVersion: cert-manager.io/v1
kind: Certificate
Expand Down
Loading