-
Notifications
You must be signed in to change notification settings - Fork 469
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
Upgrade ClickHouse version to 23.8-lts #1338
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,10 +21,10 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.1 | ||
image: clickhouse/clickhouse-server:23.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync template name with and ferenece to template name in line 13 and line 20 above |
||
|
||
- name: clickhouse:nonexist | ||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.122 | ||
image: clickhouse/clickhouse-server:23.822 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,17 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.1 | ||
image: clickhouse/clickhouse-server:22.8 | ||
|
||
- name: clickhouse:22.2 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync version with template names in this file There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync names in line 23, 18, 13 above |
||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.2 | ||
image: clickhouse/clickhouse-server:23.3 | ||
|
||
|
||
- name: clickhouse:22.3 | ||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.3 | ||
image: clickhouse/clickhouse-server:23.8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -32,17 +32,17 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.1 | ||
image: clickhouse/clickhouse-server:22.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync version with |
||
|
||
- name: clickhouse:22.3 | ||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.2 | ||
image: clickhouse/clickhouse-server:23.3 | ||
|
||
|
||
- name: clickhouse:22.3 | ||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.3 | ||
image: clickhouse/clickhouse-server:23.8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.2 | ||
image: clickhouse/clickhouse-server:23.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync version with podTemplates name, line 10 and line 20 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -23,10 +23,10 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.2 | ||
image: clickhouse/clickhouse-server:23.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync podTemplate name nad reference in line 22, 18,10, 28 |
||
|
||
- name: clickhouse:22.3 | ||
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.3 | ||
image: clickhouse/clickhouse-server:23.8 |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -21,4 +21,4 @@ spec: | |
spec: | ||
containers: | ||
- name: clickhouse-pod | ||
image: clickhouse/clickhouse-server:22.3 | ||
image: clickhouse/clickhouse-server:23.8 | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. sync version with PodTemplates name There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. look also usage of this podTemplate above in the same file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
sync podTemplates name and look to usage changed template name in spec default line 11