Skip to content

Commit 2ac00fd

Browse files
authored
Merge pull request #312 from gitpod-io/roboquat/automated-dependency-update-main
[bot] [main] Automated dependencies update
2 parents 6611e13 + 0f2da65 commit 2ac00fd

File tree

18 files changed

+1724
-97
lines changed

18 files changed

+1724
-97
lines changed

jsonnetfile.lock.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939
"subdir": "operations/observability/mixins"
4040
}
4141
},
42-
"version": "80cda586da3787f7a4ec371172e969326ea2e6f3",
43-
"sum": "38Dk8dt1ZfQW+Tr+dZXtW7zVuVmGk6Im769Lqh14nEE=",
42+
"version": "da0410fcbc76ab82234e675caf8ba1ca6a55db87",
43+
"sum": "4D+GeiQ+UVDkL85UPMTo6tYaFudIXqDn7gXnhR6GVUg=",
4444
"name": "gitpod"
4545
},
4646
{
@@ -120,8 +120,8 @@
120120
"subdir": "jsonnet/kube-prometheus"
121121
}
122122
},
123-
"version": "0a073679c6fd06c1d11812f2efd7be77092f78ca",
124-
"sum": "2ZoIA4W0IQCvvxzFxyQcURLFh4FCxWg2FEtWzbMPRb8="
123+
"version": "e21a6b214cafc8bd722e43f8453e7ca6fa6de1a9",
124+
"sum": "mVcKWftvxk5iMSybp+pdKmu2AEpSs+dTeuyg12jcGMM="
125125
},
126126
{
127127
"source": {
@@ -130,7 +130,7 @@
130130
"subdir": "jsonnet/mixin"
131131
}
132132
},
133-
"version": "ad64869358bfc470bac56c48a1ecee6dfb8dc88c",
133+
"version": "026d4b04c8b2135db16c5a4cae8d75c7e3c9d3d3",
134134
"sum": "GQmaVFJwKMiD/P4n3N2LrAZVcwutriWrP8joclDtBYQ=",
135135
"name": "prometheus-operator-mixin"
136136
},
@@ -141,8 +141,8 @@
141141
"subdir": "jsonnet/prometheus-operator"
142142
}
143143
},
144-
"version": "ad64869358bfc470bac56c48a1ecee6dfb8dc88c",
145-
"sum": "zMopZuzEV7tZcO5AiKZMK8tSxabMKNdObpAOaYNY1jo="
144+
"version": "026d4b04c8b2135db16c5a4cae8d75c7e3c9d3d3",
145+
"sum": "STjRmS3z4I0k/wvJ5gse+GJlLlvtF0tASLgFgsbqZbE="
146146
},
147147
{
148148
"source": {
@@ -151,7 +151,7 @@
151151
"subdir": "doc/alertmanager-mixin"
152152
}
153153
},
154-
"version": "699bc4dfdf59cd0501d36808a02b302a4336d695",
154+
"version": "59476d4a1c644897a8abd0c50144811ba835e2c2",
155155
"sum": "PsK+V7oETCPKu2gLoPfqY0wwPKH9TzhNj6o2xezjjXc=",
156156
"name": "alertmanager"
157157
},
@@ -172,8 +172,8 @@
172172
"subdir": "documentation/prometheus-mixin"
173173
}
174174
},
175-
"version": "161a3010d13d8e9d42e4106f2f247a7a554dad92",
176-
"sum": "crD6rsagAMJFnVRw4pO63z3LLYfz4QFIiMR14zjjIfY=",
175+
"version": "0c9f9b7f3ff46fd3361413a850db775a7afebbb4",
176+
"sum": "Dq+wurABxuqRAHj4DGp2sCmjJWzNjrhP2XEScsS0kmY=",
177177
"name": "prometheus"
178178
},
179179
{

monitoring-satellite/manifests/crds/prometheusOperator-0alertmanagerCustomResourceDefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -917,7 +917,7 @@ spec:
917917
pattern: ^(0|(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
918918
type: string
919919
configMaps:
920-
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. The ConfigMaps are mounted into /etc/alertmanager/configmaps/<configmap-name>.
920+
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. Each ConfigMap is added to the StatefulSet definition as a volume named `configmap-<configmap-name>`. The ConfigMaps are mounted into /etc/alertmanager/configmaps/<configmap-name> in the 'alertmanager' container.
921921
items:
922922
type: string
923923
type: array
@@ -2626,7 +2626,7 @@ spec:
26262626
description: The route prefix Alertmanager registers HTTP handlers for. This is useful, if using ExternalURL and a proxy is rewriting HTTP routes of a request, and the actual ExternalURL is still true, but the server serves requests under a different route prefix. For example for use with `kubectl proxy`.
26272627
type: string
26282628
secrets:
2629-
description: Secrets is a list of Secrets in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. The Secrets are mounted into /etc/alertmanager/secrets/<secret-name>.
2629+
description: Secrets is a list of Secrets in the same namespace as the Alertmanager object, which shall be mounted into the Alertmanager Pods. Each Secret is added to the StatefulSet definition as a volume named `secret-<secret-name>`. The Secrets are mounted into /etc/alertmanager/secrets/<secret-name> in the 'alertmanager' container.
26302630
items:
26312631
type: string
26322632
type: array

monitoring-satellite/manifests/crds/prometheusOperator-0prometheusCustomResourceDefinition.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -955,7 +955,7 @@ spec:
955955
description: 'Base image to use for a Prometheus deployment. Deprecated: use ''image'' instead'
956956
type: string
957957
configMaps:
958-
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. The ConfigMaps are mounted into /etc/prometheus/configmaps/<configmap-name>.
958+
description: ConfigMaps is a list of ConfigMaps in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. Each ConfigMap is added to the StatefulSet definition as a volume named `configmap-<configmap-name>`. The ConfigMaps are mounted into /etc/prometheus/configmaps/<configmap-name> in the 'prometheus' container.
959959
items:
960960
type: string
961961
type: array
@@ -3719,7 +3719,7 @@ spec:
37193719
pattern: ^(0|(([0-9]+)y)?(([0-9]+)w)?(([0-9]+)d)?(([0-9]+)h)?(([0-9]+)m)?(([0-9]+)s)?(([0-9]+)ms)?)$
37203720
type: string
37213721
secrets:
3722-
description: Secrets is a list of Secrets in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. The Secrets are mounted into /etc/prometheus/secrets/<secret-name>.
3722+
description: Secrets is a list of Secrets in the same namespace as the Prometheus object, which shall be mounted into the Prometheus Pods. Each Secret is added to the StatefulSet definition as a volume named `secret-<secret-name>`. The Secrets are mounted into /etc/prometheus/secrets/<secret-name> in the 'prometheus' container.
37233723
items:
37243724
type: string
37253725
type: array

monitoring-satellite/manifests/grafana/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: grafana
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/part-of: kube-prometheus
8-
app.kubernetes.io/version: 9.1.2
8+
app.kubernetes.io/version: 9.1.4
99
name: grafana-config
1010
namespace: monitoring-satellite
1111
stringData:

monitoring-satellite/manifests/grafana/dashboardDatasources.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
app.kubernetes.io/component: grafana
66
app.kubernetes.io/name: grafana
77
app.kubernetes.io/part-of: kube-prometheus
8-
app.kubernetes.io/version: 9.1.2
8+
app.kubernetes.io/version: 9.1.4
99
name: grafana-datasources
1010
namespace: monitoring-satellite
1111
stringData:

0 commit comments

Comments
 (0)