kube-prometheus: Bump various versions
This commit is contained in:
@@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
|||||||
namespace: 'default',
|
namespace: 'default',
|
||||||
|
|
||||||
versions+:: {
|
versions+:: {
|
||||||
alertmanager: 'v0.14.0',
|
alertmanager: 'v0.15.0',
|
||||||
},
|
},
|
||||||
|
|
||||||
imageRepos+:: {
|
imageRepos+:: {
|
||||||
|
@@ -5,8 +5,8 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
|||||||
namespace: 'default',
|
namespace: 'default',
|
||||||
|
|
||||||
versions+:: {
|
versions+:: {
|
||||||
kubeStateMetrics: 'v1.3.0',
|
kubeStateMetrics: 'v1.3.1',
|
||||||
kubeRbacProxy: 'v0.3.0',
|
kubeRbacProxy: 'v0.3.1',
|
||||||
addonResizer: '1.0',
|
addonResizer: '1.0',
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@@ -6,7 +6,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
|||||||
|
|
||||||
versions+:: {
|
versions+:: {
|
||||||
nodeExporter: 'v0.15.2',
|
nodeExporter: 'v0.15.2',
|
||||||
kubeRbacProxy: 'v0.3.0',
|
kubeRbacProxy: 'v0.3.1',
|
||||||
},
|
},
|
||||||
|
|
||||||
imageRepos+:: {
|
imageRepos+:: {
|
||||||
|
@@ -5,7 +5,7 @@ local k = import 'ksonnet/ksonnet.beta.3/k.libsonnet';
|
|||||||
namespace: 'default',
|
namespace: 'default',
|
||||||
|
|
||||||
versions+:: {
|
versions+:: {
|
||||||
prometheus: 'v2.2.1',
|
prometheus: 'v2.3.1',
|
||||||
},
|
},
|
||||||
|
|
||||||
imageRepos+:: {
|
imageRepos+:: {
|
||||||
|
@@ -2672,6 +2672,77 @@ spec:
|
|||||||
phase:
|
phase:
|
||||||
description: Phase represents the current phase of PersistentVolumeClaim.
|
description: Phase represents the current phase of PersistentVolumeClaim.
|
||||||
type: string
|
type: string
|
||||||
|
thanos:
|
||||||
|
description: ThanosSpec defines parameters for a Prometheus server within
|
||||||
|
a Thanos deployment.
|
||||||
|
properties:
|
||||||
|
baseImage:
|
||||||
|
description: Thanos base image if other than default.
|
||||||
|
type: string
|
||||||
|
gcs:
|
||||||
|
description: ThanosGCSSpec defines parameters for use of Google
|
||||||
|
Cloud Storage (GCS) with Thanos.
|
||||||
|
properties:
|
||||||
|
bucket:
|
||||||
|
description: Google Cloud Storage bucket name for stored blocks.
|
||||||
|
If empty it won't store any block inside Google Cloud Storage.
|
||||||
|
type: string
|
||||||
|
peers:
|
||||||
|
description: Peers is a DNS name for Thanos to discover peers through.
|
||||||
|
type: string
|
||||||
|
s3:
|
||||||
|
description: ThanosSpec defines parameters for of AWS Simple Storage
|
||||||
|
Service (S3) with Thanos. (S3 compatible services apply as well)
|
||||||
|
properties:
|
||||||
|
accessKey:
|
||||||
|
description: SecretKeySelector selects a key of a Secret.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the secret to select from. Must
|
||||||
|
be a valid secret key.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
|
||||||
|
type: string
|
||||||
|
optional:
|
||||||
|
description: Specify whether the Secret or it's key must
|
||||||
|
be defined
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
bucket:
|
||||||
|
description: S3-Compatible API bucket name for stored blocks.
|
||||||
|
type: string
|
||||||
|
endpoint:
|
||||||
|
description: S3-Compatible API endpoint for stored blocks.
|
||||||
|
type: string
|
||||||
|
insecure:
|
||||||
|
description: Whether to use an insecure connection with an S3-Compatible
|
||||||
|
API.
|
||||||
|
type: boolean
|
||||||
|
secretKey:
|
||||||
|
description: SecretKeySelector selects a key of a Secret.
|
||||||
|
properties:
|
||||||
|
key:
|
||||||
|
description: The key of the secret to select from. Must
|
||||||
|
be a valid secret key.
|
||||||
|
type: string
|
||||||
|
name:
|
||||||
|
description: 'Name of the referent. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names'
|
||||||
|
type: string
|
||||||
|
optional:
|
||||||
|
description: Specify whether the Secret or it's key must
|
||||||
|
be defined
|
||||||
|
type: boolean
|
||||||
|
required:
|
||||||
|
- key
|
||||||
|
signatureVersion2:
|
||||||
|
description: Whether to use S3 Signature Version 2; otherwise
|
||||||
|
Signature Version 4 will be used.
|
||||||
|
type: boolean
|
||||||
|
version:
|
||||||
|
description: Version describes the version of Thanos to use.
|
||||||
|
type: string
|
||||||
tolerations:
|
tolerations:
|
||||||
description: If specified, the pod's tolerations.
|
description: If specified, the pod's tolerations.
|
||||||
items:
|
items:
|
||||||
|
@@ -11,4 +11,4 @@ spec:
|
|||||||
beta.kubernetes.io/os: linux
|
beta.kubernetes.io/os: linux
|
||||||
replicas: 3
|
replicas: 3
|
||||||
serviceAccountName: alertmanager-main
|
serviceAccountName: alertmanager-main
|
||||||
version: v0.14.0
|
version: v0.15.0
|
||||||
|
@@ -19,7 +19,7 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- --secure-listen-address=:8443
|
- --secure-listen-address=:8443
|
||||||
- --upstream=http://127.0.0.1:8081/
|
- --upstream=http://127.0.0.1:8081/
|
||||||
image: quay.io/coreos/kube-rbac-proxy:v0.3.0
|
image: quay.io/coreos/kube-rbac-proxy:v0.3.1
|
||||||
name: kube-rbac-proxy-main
|
name: kube-rbac-proxy-main
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 8443
|
- containerPort: 8443
|
||||||
@@ -34,7 +34,7 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- --secure-listen-address=:9443
|
- --secure-listen-address=:9443
|
||||||
- --upstream=http://127.0.0.1:8082/
|
- --upstream=http://127.0.0.1:8082/
|
||||||
image: quay.io/coreos/kube-rbac-proxy:v0.3.0
|
image: quay.io/coreos/kube-rbac-proxy:v0.3.1
|
||||||
name: kube-rbac-proxy-self
|
name: kube-rbac-proxy-self
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9443
|
- containerPort: 9443
|
||||||
@@ -51,7 +51,7 @@ spec:
|
|||||||
- --port=8081
|
- --port=8081
|
||||||
- --telemetry-host=127.0.0.1
|
- --telemetry-host=127.0.0.1
|
||||||
- --telemetry-port=8082
|
- --telemetry-port=8082
|
||||||
image: quay.io/coreos/kube-state-metrics:v1.3.0
|
image: quay.io/coreos/kube-state-metrics:v1.3.1
|
||||||
name: kube-state-metrics
|
name: kube-state-metrics
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
|
@@ -38,7 +38,7 @@ spec:
|
|||||||
- args:
|
- args:
|
||||||
- --secure-listen-address=:9100
|
- --secure-listen-address=:9100
|
||||||
- --upstream=http://127.0.0.1:9101/
|
- --upstream=http://127.0.0.1:9101/
|
||||||
image: quay.io/coreos/kube-rbac-proxy:v0.3.0
|
image: quay.io/coreos/kube-rbac-proxy:v0.3.1
|
||||||
name: kube-rbac-proxy
|
name: kube-rbac-proxy
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 9100
|
- containerPort: 9100
|
||||||
|
@@ -27,4 +27,4 @@ spec:
|
|||||||
matchExpressions:
|
matchExpressions:
|
||||||
- key: k8s-app
|
- key: k8s-app
|
||||||
operator: Exists
|
operator: Exists
|
||||||
version: v2.2.1
|
version: v2.3.1
|
||||||
|
Reference in New Issue
Block a user