@leverege/build-tools 2.55.1 → 2.55.3
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.
- package/package.json +5 -5
- package/src/helm-charts/cnpg-db-tsdb-basic/cluster.yaml.ovh +1 -1
- package/src/helm-charts/cnpg-db-tsdb-dense/cluster.yaml.ovh +1 -1
- package/src/helm-charts/cnpg-operator/helmup.plugin +10 -1
- package/src/helm-charts/prom-operator/apply-rules +2 -0
- package/src/helm-charts/prom-operator/grafana-dashboards/cloudnative-pg.json +9190 -0
- package/src/helm-charts/prom-operator/grafana-dashboards/redis.json +1513 -0
- package/src/helm-charts/prom-operator/grafana-dashboards/stackdriver.json +624 -0
- package/src/helm-charts/prom-operator/grafana-dashboards/traefik-op.json +1386 -0
- package/src/helm-charts/prom-operator/helmup.plugin +13 -13
- package/src/helm-charts/prom-operator/prometheus-stack.yaml.ovh +1 -1
- package/src/helm-charts/prom-operator/rules/gitignore +1 -0
- package/src/helm-charts/prom-operator/{rules/test-alert.yaml → test-alert.yaml} +4 -0
- package/src/helm-charts/traefik/helmup.plugin +1 -1
- package/src/k8x.sh +4 -0
- package/src/helm-charts/prometheus-operator/.nohelm +0 -0
- package/src/helm-charts/prometheus-operator/helmup.plugin +0 -14
- package/src/helm-charts/prometheus-operator/old-values-local.yaml +0 -764
- package/src/helm-charts/prometheus-operator/prometheus-stack.yaml +0 -59
- /package/src/helm-charts/prom-operator/rules/{elasticsearch-rules.yaml → elasticsearch-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{gcp-rules.yaml → gcp-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{kubernetes-rules.yaml → kubernetes-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{leverege-rules.yaml → leverege-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{postgres-rules.yaml → postgres-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{prometheus-rules.yaml → prometheus-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{redis-rules.yaml → redis-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{traefik-rules.yaml → traefik-rules.yaml.ovh} +0 -0
- /package/src/helm-charts/prom-operator/rules/{velero-rules.yaml → velero-rules.yaml.ovh} +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@leverege/build-tools",
|
|
3
|
-
"version": "2.55.
|
|
3
|
+
"version": "2.55.3",
|
|
4
4
|
"description": "A collection of build / support tools for Leverege developers",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"repository": {
|
|
@@ -59,11 +59,11 @@
|
|
|
59
59
|
"@google-cloud/artifact-registry": "^3.4.0",
|
|
60
60
|
"ansi-colors": "^4.1.3",
|
|
61
61
|
"chalk": "^5.3.0",
|
|
62
|
-
"command-line-args": "^6.0.
|
|
62
|
+
"command-line-args": "^6.0.1",
|
|
63
63
|
"command-line-usage": "^7.0.3",
|
|
64
64
|
"deepmerge": "^4.3.1",
|
|
65
65
|
"enquirer": "^2.4.1",
|
|
66
|
-
"execa": "^9.
|
|
66
|
+
"execa": "^9.5.1",
|
|
67
67
|
"glob": "^11.0.0",
|
|
68
68
|
"handlebars": "^4.7.8",
|
|
69
69
|
"inquirer": "^12.0.1",
|
|
@@ -76,10 +76,10 @@
|
|
|
76
76
|
"readline-sync": "^1.4.10",
|
|
77
77
|
"semver": "^7.6.3",
|
|
78
78
|
"simple-git": "^3.27.0",
|
|
79
|
-
"zx": "^8.
|
|
79
|
+
"zx": "^8.2.0"
|
|
80
80
|
},
|
|
81
81
|
"devDependencies": {
|
|
82
|
-
"@leverege/eslint-config-leverege": "^
|
|
82
|
+
"@leverege/eslint-config-leverege": "^5.0.1",
|
|
83
83
|
"npm": "^10.9.0"
|
|
84
84
|
}
|
|
85
85
|
}
|
|
@@ -13,7 +13,7 @@ spec:
|
|
|
13
13
|
enablePodMonitor: false # set true once monitoring is setup
|
|
14
14
|
|
|
15
15
|
description: "Leverege Plain Timescale DB"
|
|
16
|
-
imageName: us-docker.pkg.dev/leverege-registry/system/images/leverege-pgsql:16.
|
|
16
|
+
imageName: us-docker.pkg.dev/leverege-registry/system/images/leverege-pgsql:16.4-cnpg-tsdb2-rel.1
|
|
17
17
|
bootstrap:
|
|
18
18
|
initdb:
|
|
19
19
|
# database: imagine # let it default to cnpg app db
|
|
@@ -13,7 +13,7 @@ spec:
|
|
|
13
13
|
enablePodMonitor: false # set true once monitoring is setup
|
|
14
14
|
|
|
15
15
|
description: "Leverege Dense Timescale DB"
|
|
16
|
-
imageName: us-docker.pkg.dev/leverege-registry/system/images/leverege-pgsql:16.
|
|
16
|
+
imageName: us-docker.pkg.dev/leverege-registry/system/images/leverege-pgsql:16.4-cnpg-tsdb2-rel.1
|
|
17
17
|
bootstrap:
|
|
18
18
|
initdb:
|
|
19
19
|
postInitTemplateSQL:
|
|
@@ -1,8 +1,17 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
#
|
|
3
3
|
# See => https://cloudnative-pg.io/documentation/current/installation_upgrade/
|
|
4
|
+
#
|
|
5
|
+
# Legacy terraformed clusters (like sandbox) may need a special firewall rule
|
|
6
|
+
# added to the network layer on k8s. It should look like this:
|
|
7
|
+
#
|
|
8
|
+
# Name : cnpg-operator
|
|
9
|
+
# Ports : 8000,9443 <= kubectl cnpg status and webhooks
|
|
10
|
+
# Filters: 172.16.0.0/28 <= k8s control plane
|
|
11
|
+
#
|
|
12
|
+
OPVER="1.24.1"
|
|
4
13
|
|
|
5
|
-
|
|
14
|
+
createNamespaceIfNeeded cnpg-system
|
|
6
15
|
|
|
7
16
|
kubectl apply --server-side -f \
|
|
8
17
|
https://raw.githubusercontent.com/cloudnative-pg/cloudnative-pg/release-${OPVER%.*}/releases/cnpg-${OPVER}.yaml $K8S_WHAT
|