Skip to content

Commit c9e8663

Browse files
TessaIOwendigo
authored andcommitted
fix: migrate from bitnami to bitnamilegacy images
Signed-off-by: ahmed.g <[email protected]> Signed-off-by: TessaIO <[email protected]>
1 parent f3df83c commit c9e8663

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

charts/trino/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -848,7 +848,7 @@ Fast distributed SQL query engine for big data analytics that helps you explore
848848
* `jmx.exporter.enabled` - bool, default: `false`
849849

850850
Set to true to export JMX Metrics via HTTP for [Prometheus](https://github.com/prometheus/jmx_exporter) consumption
851-
* `jmx.exporter.image` - string, default: `"bitnami/jmx-exporter:1.0.1"`
851+
* `jmx.exporter.image` - string, default: `"bitnamilegacy/jmx-exporter:1.4.0"`
852852
* `jmx.exporter.pullPolicy` - string, default: `"Always"`
853853
* `jmx.exporter.port` - int, default: `5556`
854854
* `jmx.exporter.configProperties` - string, default: `""`

charts/trino/templates/tests/test-connection.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ spec:
1212
{{- if eq .Values.resourceGroups.type "properties" }}
1313
initContainers:
1414
- name: postgresql-client
15-
image: bitnami/postgresql:17.1.0
15+
image: bitnamilegacy/postgresql:17.1.0
1616
command:
1717
- /bin/sh
1818
- -c

charts/trino/templates/tests/test-graceful-shutdown.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ spec:
7272
serviceAccountName: {{ include "trino.fullname" . }}-pod-manager-sa
7373
initContainers:
7474
- name: get-worker-pod
75-
image: bitnami/kubectl:latest
75+
image: bitnamilegacy/kubectl:latest
7676
command: [ "sh", "-c" ]
7777
args:
7878
- >-
@@ -86,7 +86,7 @@ spec:
8686
name: worker-pod
8787
containers:
8888
- name: check-logs
89-
image: bitnami/kubectl:latest
89+
image: bitnamilegacy/kubectl:latest
9090
command: [ "sh", "-c" ]
9191
args:
9292
- >-
@@ -100,7 +100,7 @@ spec:
100100
- mountPath: /pods
101101
name: worker-pod
102102
- name: trigger-graceful-shutdown
103-
image: bitnami/kubectl:latest
103+
image: bitnamilegacy/kubectl:latest
104104
command: [ "sh", "-c" ]
105105
args:
106106
- >-

charts/trino/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1046,7 +1046,7 @@ jmx:
10461046
exporter:
10471047
# jmx.exporter.enabled -- Set to true to export JMX Metrics via HTTP for [Prometheus](https://github.com/prometheus/jmx_exporter) consumption
10481048
enabled: false
1049-
image: bitnami/jmx-exporter:1.0.1
1049+
image: bitnamilegacy/jmx-exporter:1.4.0
10501050
pullPolicy: Always
10511051
port: 5556
10521052
configProperties: ""

tests/trino/test-values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ jmx:
288288
serverPort: 9081
289289
exporter:
290290
enabled: true
291-
image: bitnami/jmx-exporter:1.0.1
291+
image: bitnamilegacy/jmx-exporter:1.4.0
292292
pullPolicy: Always
293293
port: 5556
294294
configProperties: |

0 commit comments

Comments
 (0)