Skip to content

Commit 096d9a1

Browse files
feat: remove shortcuts (#1637)
1 parent 57e23fd commit 096d9a1

File tree

4 files changed

+27
-33
lines changed

4 files changed

+27
-33
lines changed

core.yaml

-15
Original file line numberDiff line numberDiff line change
@@ -192,10 +192,6 @@ adminApps:
192192
- authorization
193193
type: public
194194
auth: true
195-
shortcuts:
196-
- title: NGINX
197-
description: NGINX ingress controller metrics
198-
path: /d/nginx/nginx-ingress-controller?orgId=1&refresh=5s
199195
- name: harbor
200196
tags: [security]
201197
isShared: true
@@ -252,10 +248,6 @@ adminApps:
252248
svc: keycloak-service
253249
type: public
254250
port: 8080
255-
shortcuts:
256-
- title: Account
257-
description: Edit your account settings.
258-
path: /realms/otomi/account/
259251
- name: kiali
260252
tags: [tracing, telemetry, observability]
261253
deps: [istio, prometheus]
@@ -290,13 +282,6 @@ adminApps:
290282
deps: [grafana, prometheus, minio]
291283
useHost: grafana
292284
path: /explore?orgId=1&left=%7B"datasource":"loki","queries":%5B%7B"refId":"A"%7D%5D,"range":%7B"from":"now-1h","to":"now"%7D%7D
293-
shortcuts:
294-
- title: Ingress logs
295-
description: All logs generated in the "ingress" namespace
296-
path: /explore?orgId=1&left=%5B"now-1h","now","Loki",%7B"expr":"%7Bnamespace%3D%5C"ingress%5C"%7D","refId":"A"%7D%5D
297-
- title: OWASP violations
298-
description: All OWASP rule violations
299-
path: /explore?orgId=1&left=%5B"now-1h","now","Loki",%7B"expr":"%7Bnamespace%3D%5C"ingress%5C"%7D%20%7C%3D%5C"ModSecurity:%20%5C""%7D%5D
300285
- name: minio
301286
tags: [storage, backup]
302287
ownHost: true

helmfile.d/snippets/defaults.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -736,7 +736,7 @@ environments:
736736
upgrade:
737737
version: main
738738
# TODO: update this when schema version changes: (and think more?)
739-
version: 22
739+
version: 24
740740
letsencryptRootCA: |
741741
-----BEGIN CERTIFICATE-----
742742
MIIFmDCCA4CgAwIBAgIQU9C87nMpOIFKYpfvOHFHFDANBgkqhkiG9w0BAQsFADBm

values-changes.yaml

+26
Original file line numberDiff line numberDiff line change
@@ -225,3 +225,29 @@ changes:
225225
- 'kms.sops.vault'
226226
- 'platformBackups.persistentVolumes.vault'
227227
- 'apps.exteral-secrets'
228+
- version: 24
229+
deletions:
230+
- 'teamConfig.{team}.apps.alertmanager.shortcuts'
231+
- 'teamConfig.{team}.apps.argocd.shortcuts'
232+
- 'teamConfig.{team}.apps.cert-manager.shortcuts'
233+
- 'teamConfig.{team}.apps.cnpg.shortcuts'
234+
- 'teamConfig.{team}.apps.drone.shortcuts'
235+
- 'teamConfig.{team}.apps.external-dns.shortcuts'
236+
- 'teamConfig.{team}.apps.falco.shortcuts'
237+
- 'teamConfig.{team}.apps.gitea.shortcuts'
238+
- 'teamConfig.{team}.apps.grafana.shortcuts'
239+
- 'teamConfig.{team}.apps.harbor.shortcuts'
240+
- 'teamConfig.{team}.apps.httpbin.shortcuts'
241+
- 'teamConfig.{team}.apps.ingress-nginx.shortcuts'
242+
- 'teamConfig.{team}.apps.istio.shortcuts'
243+
- 'teamConfig.{team}.apps.jaeger.shortcuts'
244+
- 'teamConfig.{team}.apps.keycloak.shortcuts'
245+
- 'teamConfig.{team}.apps.kiali.shortcuts'
246+
- 'teamConfig.{team}.apps.knative.shortcuts'
247+
- 'teamConfig.{team}.apps.kured.shortcuts'
248+
- 'teamConfig.{team}.apps.loki.shortcuts'
249+
- 'teamConfig.{team}.apps.minio.shortcuts'
250+
- 'teamConfig.{team}.apps.prometheus.shortcuts'
251+
- 'teamConfig.{team}.apps.rabbitmq.shortcuts'
252+
- 'teamConfig.{team}.apps.sealed-secrets.shortcuts'
253+
- 'teamConfig.{team}.apps.tempo.shortcuts'

values-schema.yaml

-17
Original file line numberDiff line numberDiff line change
@@ -790,20 +790,6 @@ definitions:
790790
- limits
791791
- requests
792792
title: Pod resources
793-
shortcuts:
794-
type: array
795-
items:
796-
additionalProperties: false
797-
properties:
798-
title:
799-
type: string
800-
description: Title for the shortcut
801-
description:
802-
type: string
803-
description: A short description about the target of this shortcut.
804-
path:
805-
$ref: '#/definitions/path'
806-
type: object
807793
unixOwnerIdRange:
808794
type: object
809795
additionalProperties: false
@@ -1131,9 +1117,6 @@ definitions:
11311117
$ref: '#/definitions/alerts'
11321118
apps:
11331119
type: object
1134-
properties:
1135-
shortcuts:
1136-
$ref: '#/definitions/shortcuts'
11371120
backups:
11381121
type: array
11391122
items:

0 commit comments

Comments
 (0)