@leverege/build-tools 2.66.2 → 2.66.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (61) hide show
  1. package/package.json +4 -4
  2. package/src/.swo +0 -0
  3. package/src/bash-funcs +10 -0
  4. package/src/helm-audit.mjs +116 -0
  5. package/src/helm-charts/api-server/values-local.yaml +5 -2
  6. package/src/helm-charts/authz-server/values-local.yaml +4 -1
  7. package/src/helm-charts/cnpg-db-tsdb-basic/cluster.yaml.ovh +1 -1
  8. package/src/helm-charts/db-curator/values-local.yaml +2 -2
  9. package/src/helm-charts/elasticsearch8/helmup.plugin +2 -1
  10. package/src/helm-charts/emailer/values-local.yaml +6 -3
  11. package/src/helm-charts/fota-server/values-local.yaml +1 -1
  12. package/src/helm-charts/geotile-server/values-local.yaml +6 -3
  13. package/src/helm-charts/imagine/values-local.yaml +3 -0
  14. package/src/helm-charts/message-processor/values-local.yaml +2 -2
  15. package/src/helm-charts/messenger/values-local.yaml +5 -2
  16. package/src/helm-charts/overdose/values-local.yaml +3 -0
  17. package/src/helm-charts/prom-operator/helmup.plugin +12 -5
  18. package/src/helm-charts/prom-operator/prometheus-adapter.yaml +18 -0
  19. package/src/helm-charts/prom-operator/prometheus-stack.yaml.ovh +51 -10
  20. package/src/helm-charts/prom-operator/rules/cadvisor-rules.yaml +21 -6
  21. package/src/helm-charts/prom-operator/rules/elasticsearch-rules.yaml +1 -1
  22. package/src/helm-charts/prom-operator/rules/kubestate-rules.yaml +5 -7
  23. package/src/helm-charts/prom-operator/rules/prometheus-rules.yaml +1 -1
  24. package/src/helm-charts/prom-operator/stackdriver-exporter-gpu-rules.yaml +44 -0
  25. package/src/helm-charts/prom-operator/stackdriver-exporter.yaml.ovh +15 -12
  26. package/src/helm-charts/pubsub-pulse/values-local.yaml +5 -3
  27. package/src/helm-charts/pusher/values-local.yaml +3 -0
  28. package/src/helm-charts/reason/values-local.yaml +4 -1
  29. package/src/helm-charts/redis/.nohelm +0 -0
  30. package/src/helm-charts/redis/helmup.plugin +2 -2
  31. package/src/helm-charts/resource-server/values-local.yaml +9 -4
  32. package/src/helm-charts/rule-engine/values-local.yaml +4 -1
  33. package/src/helm-charts/transponder-bq/values-local.yaml +5 -2
  34. package/src/helm-charts/transponder-dh/values-local.yaml +5 -2
  35. package/src/helm-charts/transponder-rt/values-local.yaml +5 -2
  36. package/src/helm-charts/transponder-tsdb/values-local.yaml +5 -2
  37. package/src/helm-charts/vin-decoder-server/values-local.yaml +3 -0
  38. package/src/helmup.sh +27 -4
  39. package/src/push-my-chart.mjs +17 -8
  40. package/src/helm-charts/prom-operator/grafana-dashboards/cloudnative-pg.json +0 -9190
  41. package/src/helm-charts/prom-operator/grafana-dashboards/redis.json +0 -1513
  42. package/src/helm-charts/prom-operator/grafana-dashboards/stackdriver.json +0 -624
  43. package/src/helm-charts/prom-operator/grafana-dashboards/traefik-op.json +0 -1386
  44. /package/src/helm-charts/{cert-manager → deprecated/cert-manager}/.nohelm +0 -0
  45. /package/src/helm-charts/{cert-manager → deprecated/cert-manager}/cert-manager-local.yaml.ovh +0 -0
  46. /package/src/helm-charts/{cert-manager → deprecated/cert-manager}/gitignore +0 -0
  47. /package/src/helm-charts/{cert-manager → deprecated/cert-manager}/helmup.plugin +0 -0
  48. /package/src/helm-charts/{grafana → deprecated/grafana}/.nohelm +0 -0
  49. /package/src/helm-charts/{grafana → deprecated/grafana}/gitignore +0 -0
  50. /package/src/helm-charts/{grafana → deprecated/grafana}/grafana-local.yaml.ovh +0 -0
  51. /package/src/helm-charts/{grafana → deprecated/grafana}/helmup.plugin +0 -0
  52. /package/src/helm-charts/{postgres → deprecated/postgres}/.nohelm +0 -0
  53. /package/src/helm-charts/{postgres → deprecated/postgres}/helmup.plugin +0 -0
  54. /package/src/helm-charts/{postgres → deprecated/postgres}/postgres-local.yaml +0 -0
  55. /package/src/helm-charts/{prometheus → deprecated/prometheus}/helmup.plugin +0 -0
  56. /package/src/helm-charts/{prometheus → deprecated/prometheus}/values-local.yaml +0 -0
  57. /package/src/helm-charts/{stackdriver-exporter → deprecated/stackdriver-exporter}/helmup.plugin +0 -0
  58. /package/src/helm-charts/{stackdriver-exporter → deprecated/stackdriver-exporter}/values-local.yaml +0 -0
  59. /package/src/helm-charts/{timescale-db → deprecated/timescale-db}/.nohelm +0 -0
  60. /package/src/helm-charts/{timescale-db → deprecated/timescale-db}/helmup.plugin +0 -0
  61. /package/src/helm-charts/{timescale-db → deprecated/timescale-db}/timescale-db-local.yaml +0 -0