Skip to content
Merged
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
5 changes: 3 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: "Test Helm Charts"
on:
- push
- pull_request
push:
branches-ignore: ['renovate/**']
pull_request:
env:
helm-version: v3.10.1
jobs:
Expand Down
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ timescaledb: ## This is a phony target that is used to install the timescaledb-s
--set loadBalancer.enabled=false \
--set secrets.credentials.PATRONI_SUPERUSER_PASSWORD="temporarypassword" \
--set secrets.credentials.PATRONI_admin_PASSWORD="temporarypassword" \
--set image.tag=pg14.5-ts2.8.0-p0 \
--set patroni.log.level=INFO

.PHONY: e2e
Expand Down
6 changes: 3 additions & 3 deletions chart/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ keywords:
- monitoring
- tracing
- opentelemetry
version: 16.2.0
version: 16.3.0
# TODO(paulfantom): Enable after kubernetes 1.22 reaches EOL (2022-10-28)
# kubeVersion: ">= 1.23.0"
dependencies:
- name: timescaledb-single
condition: timescaledb-single.enabled
version: 0.18.0
version: 0.19.0
repository: https://charts.timescale.com
- name: promscale
condition: promscale.enabled
Expand All @@ -31,5 +31,5 @@ dependencies:
repository: https://prometheus-community.github.io/helm-charts
- name: opentelemetry-operator
condition: opentelemetry-operator.enabled
version: 0.13.0
version: 0.13.3
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
8 changes: 4 additions & 4 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ timescaledb-single:
# override default helm chart image to use one with newer promscale_extension
image:
repository: timescale/timescaledb-ha
tag: pg14.5-ts2.8.0-p1
tag: pg14.5-ts2.8.1-p1
pullPolicy: IfNotPresent
env:
- name: TSTUNE_PROFILE
Expand Down Expand Up @@ -63,7 +63,7 @@ promscale:
enabled: true
image:
repository: timescale/promscale
tag: 0.14.0
tag: 0.15.0
pullPolicy: IfNotPresent
# to pass extra args
extraArgs:
Expand Down Expand Up @@ -210,7 +210,7 @@ kube-prometheus-stack:
# TODO(paulfantom): remove with kube-prometheus bump
image:
repository: grafana/grafana
tag: 9.1.7
tag: 9.2.0
pullPolicy: IfNotPresent
resources:
limits:
Expand Down Expand Up @@ -332,7 +332,7 @@ opentelemetry-operator:
enabled: true
instrumentation:
pythonImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-python:0.32b0
javaImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java:1.18.0
javaImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-java:1.19.0
nodejsImage: ghcr.io/open-telemetry/opentelemetry-operator/autoinstrumentation-nodejs:0.31.0
collector:
# The default otel collector that will be deployed by helm once
Expand Down