Skip to content

Commit

Permalink
Helm Chart Release 7.0.3260
Browse files Browse the repository at this point in the history
  • Loading branch information
Continuous Integration committed Nov 20, 2024
1 parent 52fe12c commit b5fda11
Show file tree
Hide file tree
Showing 8 changed files with 521 additions and 429 deletions.
881 changes: 456 additions & 425 deletions index.yaml

Large diffs are not rendered by default.

Binary file added oneuptime-7.0.3260.tgz
Binary file not shown.
50 changes: 50 additions & 0 deletions oneuptime-7.0.3260.tgz.prov
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

annotations:
artifacthub.io/category: monitoring-logging
artifacthub.io/license: MIT
artifacthub.io/prerelease: "false"
artifacthub.io/signKey: |
fingerprint: 83F2C1DDF58A052464C4A1729D87E494AC016697
url: https://keybase.io/oneuptime/pgp_keys.asc
apiVersion: v2
appVersion: 7.0.3260
dependencies:
- - condition: postgresql.enabled
name: postgresql
repository: https://charts.bitnami.com/bitnami
version: 14.0.0
- - condition: redis.enabled
name: redis
repository: https://charts.bitnami.com/bitnami
version: 18.19.1
- - condition: clickhouse.enabled
name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 6.1.0
description: The Complete Open-Source Observability Platform
icon: https://raw.githubusercontent.com/OneUptime/oneuptime/master/Home/Static/img/OneUptimePNG/1.png
name: oneuptime
type: application
version: 7.0.3260

...
files:
oneuptime-7.0.3260.tgz: sha256:d0d6f07651ff77a677ec7075985c050d5215e8c26bf9d41d75c8a7b49d707b82
-----BEGIN PGP SIGNATURE-----

wsFcBAEBCgAQBQJnPiAxCRCdh+SUrAFmlwAAZn4QACTbcKdJlp02aWDfjY1HlA+F
IGbSAtvs1MBODLjATkHeMR8dOlNei7MR79QXsOtWi2poui6bSlEA8yP2tyKdK++i
fWLhZoTlv419kKKM3gpypzBjpmUcTWhXwHAvouv7cYMn87Hz9lTKKUN+vwCTxdDk
ZZHaLC3YwvaWzm3zFlrCgT3QHc8xrAh4Bwfvr7+in+Q4C00ID87K1SGNCZt2FNSS
uARr8qLKxS4tB3ZjMzz9AaKYko5vgkiGzAw3tOCeNUEpC/4UTI/xDHmjgLjZJMgv
grCh0S1kQV3xCHjwJPW7yJSesoQ5ddBVRzNrt5Xm5zuIVVrhamQQnl7rG4ek3pxD
oaMXBlhXG9D3uvk3U9V220JCSQ1T2tWyWgEbLN5p1DzckqhTqmNMO3Rcp+7HHOQ6
oUUpLKUWKsNR09d3+WFiyjPLn2YkNfNKVkaNGLRo7peoSMbTwxAguIzajR7HvnRC
0PBx7cH5fd42SWTPK0u9WDDIceAagVWPanc47co50FGGMp9qTQ5GTWyvdIOIZf6u
5JpIAb6L2bQpFwqurTofbT7fLNUmKAmZIMBk4w2sISd5yVuG1ZF9XSm+j+m4ulrf
YzgN/aKzPe+LdjpHbp37KOfw1oL1/WIxScB5my29Fvv4GMDgqEayGed0zXttdkV4
tDniNKQMI0asHagMKSVO
=dnoT
-----END PGP SIGNATURE-----
6 changes: 3 additions & 3 deletions oneuptime/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ dependencies:
version: 18.19.1
- name: clickhouse
repository: https://charts.bitnami.com/bitnami
version: 5.1.0
digest: sha256:3e59f256a36503a20718888c0010596148f08335b40ed259548cce815a22be22
generated: "2024-04-24T09:58:52.588777+01:00"
version: 6.1.0
digest: sha256:ef17c219831f6028caf1c5f373be869bd08bc6092ab455f7a8fea0c9c650ec06
generated: "2024-11-19T17:40:12.963291Z"
2 changes: 1 addition & 1 deletion oneuptime/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ dependencies:
repository: "https://charts.bitnami.com/bitnami"
condition: redis.enabled
- name: clickhouse
version: "5.1.0"
version: "6.1.0"
repository: "https://charts.bitnami.com/bitnami"
condition: clickhouse.enabled

Binary file removed oneuptime/charts/clickhouse-5.1.0.tgz
Binary file not shown.
Binary file added oneuptime/charts/clickhouse-6.1.0.tgz
Binary file not shown.
11 changes: 11 additions & 0 deletions oneuptime/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ clickhouse:
service:
ports:
http: "8123"
tcp: "9000"
mysql: "9004"
postgresql: "9005"
shards: 1
replicaCount: 1
terminationGracePeriodSeconds: 0 # We do this because we do not want to wait for the pod to terminate in case of node failure. https://medium.com/tailwinds-navigator/kubernetes-tip-how-statefulsets-behave-differently-than-deployments-when-node-fails-d29e36bca7d5
Expand All @@ -81,9 +84,17 @@ clickhouse:
size: 25Gi
auth:
username: oneuptime
# For some reason bitnami clickhouse choose to have resourcesPreset: "small" as default. We dont want that.
resourcesPreset: "none"
initdbScripts:
db-init.sql: |
CREATE DATABASE oneuptime;
# extraOverrides: |
# <clickhouse>
# <mysql_port></mysql_port>
# <postgresql_port></postgresql_port>
# </clickhouse>


redis:
enabled: true
Expand Down

0 comments on commit b5fda11

Please sign in to comment.