Skip to content
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

chore(deps): update container image clickhouse/clickhouse-server to v24.2.2.71@fc9b0ac by renovate #19299

Merged
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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
12 changes: 6 additions & 6 deletions charts/stable/clickhouse/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ annotations:
truecharts.org/SCALE-support: "true"
truecharts.org/category: database
truecharts.org/max_helm_version: "3.14"
truecharts.org/min_helm_version: "3.12"
truecharts.org/train: dependency
truecharts.org/min_helm_version: "3.11"
truecharts.org/train: stable
apiVersion: v2
appVersion: 24.2.1.2248
appVersion: 24.2.2.71
dependencies:
- name: common
version: 20.1.5
Expand All @@ -18,7 +18,7 @@ dependencies:
import-values: []
deprecated: false
description: ClickHouse is a column-oriented database management system (DBMS) for online analytical processing of queries (OLAP).
home: https://truecharts.org/charts/dependency/clickhouse
home: https://truecharts.org/charts/stable/clickhouse
icon: https://truecharts.org/img/hotlink-ok/chart-icons/clickhouse.png
keywords:
- database
Expand All @@ -32,7 +32,7 @@ maintainers:
name: clickhouse
sources:
- https://clickhouse.com/
- https://github.com/truecharts/charts/tree/master/charts/dependency/clickhouse
- https://github.com/truecharts/charts/tree/master/charts/stable/clickhouse
- https://hub.docker.com/r/clickhouse/clickhouse-server
type: application
version: 12.7.0
version: 12.7.1
2 changes: 1 addition & 1 deletion charts/stable/clickhouse/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ title: README
TrueCharts can be installed as both _normal_ Helm Charts or as Apps on TrueNAS SCALE.
However only installations using the TrueNAS SCALE Apps system are supported.

For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/dependency/clickhouse)
For more information about this App, please check the docs on the TrueCharts [website](https://truecharts.org/charts/stable/clickhouse)

**This chart is not maintained by the upstream project and any issues with the chart should be raised [here](https://github.com/truecharts/charts/issues/new/choose)**

Expand Down
2 changes: 1 addition & 1 deletion charts/stable/clickhouse/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
image:
repository: clickhouse/clickhouse-server
pullPolicy: IfNotPresent
tag: 24.2.1.2248@sha256:08071e17c30913bb24a7a999cba624c1cf73e8643d127f32f5b4ec48f1024204
tag: 24.2.2.71@sha256:fc9b0ace6208dbabcc30b199ba1cc39172f47ca48fe459c9a88ce7675da5d080

includeCommon: true
workload:
Expand Down