Skip to content

I've updated dependecies and images #797

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
36 changes: 18 additions & 18 deletions charts/posthog/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,91 +11,91 @@ type: application

# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
version: 30.46.0
version: 30.46.1

# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application.
appVersion: 1.43.0
appVersion: 1.43.1

dependencies:
- name: cert-manager
version: 1.6.1
version: 1.18.2
repository: https://charts.jetstack.io
condition: cert-manager.enabled

- name: ingress-nginx
version: 4.0.13
version: 4.13.0
repository: https://kubernetes.github.io/ingress-nginx
condition: ingress.nginx.enabled

- name: kafka
version: 14.9.3
version: 32.3.9
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: kafka.enabled

- name: minio
version: 11.3.5
version: 17.0.16
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: minio.enabled

- name: postgresql
version: 8.6.1
version: 16.7.21
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: postgresql.enabled

- name: redis
version: 16.8.9
version: 21.2.13
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: redis.enabled

- name: zookeeper
version: 7.0.5
version: 13.8.5
repository: https://raw.githubusercontent.com/bitnami/charts/pre-2022/bitnami
condition: zookeeper.enabled

# Monitoring & observability
- name: grafana
version: 6.57.3
version: 9.3.0
repository: https://grafana.github.io/helm-charts
condition: grafana.enabled

- name: loki
version: 3.3.4
version: 6.34.0
repository: https://grafana.github.io/helm-charts
condition: loki.enabled

- name: promtail
version: 6.6.2
version: 6.17.0
repository: https://grafana.github.io/helm-charts
condition: promtail.enabled

- name: prometheus
version: 15.10.4
version: 27.28.2
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus.enabled

- name: prometheus-pushgateway
version: 2.1.1
version: 3.4.1
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-pushgateway.enabled

- name: prometheus-kafka-exporter
version: 1.6.0
version: 2.15.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-kafka-exporter.enabled

- name: prometheus-postgres-exporter
version: 2.5.0
version: 7.1.1
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-postgres-exporter.enabled

- name: prometheus-redis-exporter
version: 4.6.0
version: 6.13.1
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-redis-exporter.enabled

- name: prometheus-statsd-exporter
version: 0.3.1
version: 0.15.0
repository: https://prometheus-community.github.io/helm-charts
condition: prometheus-statsd-exporter.enabled

Expand Down
2 changes: 1 addition & 1 deletion charts/posthog/templates/web-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ spec:

livenessProbe:
httpGet:
path: /_livez
path: /_livez?role=web
port: {{ .Values.service.internalPort }}
scheme: HTTP
failureThreshold: {{ .Values.web.livenessProbe.failureThreshold }}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ should match the snapshot when backup is true:
value: backup
- name: BACKUP_PASSWORD
value: backup_password
image: clickhouse/clickhouse-server:23.9.2.56
image: clickhouse/clickhouse-server:25.7.1.3997
imagePullPolicy: IfNotPresent
name: run-backup-cron
volumeMounts:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ the manifest should match the snapshot when using default values:
- /bin/bash
- -c
- /usr/bin/clickhouse-server --config-file=/etc/clickhouse-server/config.xml
image: clickhouse/clickhouse-server:23.9.2.56
image: clickhouse/clickhouse-server:25.7.1.3997
name: clickhouse
ports:
- containerPort: 8123
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ should match snapshot data:
value: transaction
- name: PGBOUNCER_IGNORE_STARTUP_PARAMETERS
value: extra_float_digits
image: bitnami/pgbouncer:1.18.0
image: bitnami/pgbouncer:1.24.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ should match snapshot data:
value: transaction
- name: PGBOUNCER_IGNORE_STARTUP_PARAMETERS
value: extra_float_digits
image: bitnami/pgbouncer:1.18.0
image: bitnami/pgbouncer:1.24.1
imagePullPolicy: IfNotPresent
lifecycle:
preStop:
Expand Down
6 changes: 3 additions & 3 deletions charts/posthog/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ _pgbouncer: &_pgbouncer
port: 9127
image:
repository: prometheuscommunity/pgbouncer-exporter
tag: v0.4.1
tag: v0.11.0
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1561,7 +1561,7 @@ _pgbouncer: &_pgbouncer

image:
repository: bitnami/pgbouncer
tag: 1.18.0
tag: 1.24.1
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
## Secrets must be manually created in the namespace.
Expand Down Expand Up @@ -1951,7 +1951,7 @@ clickhouse:
# -- Clickhouse backup image repository.
repository: altinity/clickhouse-backup
# -- ClickHouse backup image tag.
tag: "1.5.0"
tag: "2.6.30"
# -- Image pull policy
pullPolicy: IfNotPresent
## Optionally specify an array of imagePullSecrets.
Expand Down