Compare commits
14 Commits
90409be44b
..
master
| Author | SHA1 | Date | |
|---|---|---|---|
| e678af8f63 | |||
| b809f2f6df | |||
| be3a28f9e4 | |||
| 1d20b25b0b | |||
| 6231e7d072 | |||
| e19e425d15 | |||
| 090683de93 | |||
| ef914c8b10 | |||
| c0e64ca31b | |||
| 90b52eccc1 | |||
| 9a32778951 | |||
| 4e9d22ece2 | |||
| a4b3a9a77b | |||
| c4855c3f30 |
@@ -43,7 +43,7 @@ spec:
|
||||
priorityClassName: critical
|
||||
containers:
|
||||
- name: git
|
||||
image: gitea/gitea:1.26.2
|
||||
image: gitea/gitea:1.26.4
|
||||
env:
|
||||
- name: APP_NAME
|
||||
value: "Git"
|
||||
|
||||
@@ -38,7 +38,7 @@ spec:
|
||||
operator: "Exists"
|
||||
automountServiceAccountToken: false
|
||||
containers:
|
||||
- image: ghcr.io/google/cadvisor:v0.57.0
|
||||
- image: ghcr.io/google/cadvisor:v0.60.1
|
||||
name: cadvisor
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
|
||||
@@ -238,7 +238,7 @@ spec:
|
||||
- --resources=validatingwebhookconfigurations
|
||||
#- --resources=volumeattachments
|
||||
imagePullPolicy: IfNotPresent
|
||||
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.0"
|
||||
image: "registry.k8s.io/kube-state-metrics/kube-state-metrics:v2.19.1"
|
||||
ports:
|
||||
- containerPort: 8080
|
||||
livenessProbe:
|
||||
|
||||
@@ -217,7 +217,7 @@ spec:
|
||||
serviceAccountName: prometheus-server
|
||||
containers:
|
||||
- name: vmagent
|
||||
image: "victoriametrics/vmagent:v1.145.0"
|
||||
image: "victoriametrics/vmagent:v1.146.0"
|
||||
imagePullPolicy: "IfNotPresent"
|
||||
args:
|
||||
- -remoteWrite.url=http://vmcluster.auth-proxy.svc/insert/0/prometheus/
|
||||
|
||||
@@ -45,7 +45,7 @@ spec:
|
||||
- --entrypoints.websecure.http.tls=true
|
||||
- --entrypoints.web.http.redirections.entrypoint.to=websecure
|
||||
- --entrypoints.web.http.redirections.entrypoint.scheme=https
|
||||
image: rancher/mirrored-library-traefik:3.7.4
|
||||
image: rancher/mirrored-library-traefik:2.11.42
|
||||
imagePullPolicy: IfNotPresent
|
||||
livenessProbe:
|
||||
failureThreshold: 3
|
||||
|
||||
@@ -58,7 +58,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: trek
|
||||
image: mauriceboe/trek:3.0.22
|
||||
image: mauriceboe/trek:3.1.1
|
||||
imagePullPolicy: IfNotPresent
|
||||
envFrom:
|
||||
- configMapRef:
|
||||
|
||||
Reference in New Issue
Block a user