Skip to content

Commit 76d1620

Browse files
committed
update version nums
Signed-off-by: Mark Nelson <mark.x.nelson@oracle.com>
1 parent 7b21341 commit 76d1620

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -529,7 +529,7 @@ docker run -it --rm \
529529
-e DB_PASSWORD=Welcome12345 \
530530
-e DB_CONNECT_STRING=free23ai:1521/freepdb \
531531
-p 9161:9161 \
532-
container-registry.oracle.com/database/observability-exporter:1.5.3
532+
container-registry.oracle.com/database/observability-exporter:1.5.4
533533
```
534534

535535
##### Using a wallet
@@ -575,7 +575,7 @@ docker run -it --rm \
575575
-e DB_CONNECT_STRING=devdb_tp \
576576
-v ./wallet:/wallet \
577577
-p 9161:9161 \
578-
container-registry.oracle.com/database/observability-exporter:1.5.3
578+
container-registry.oracle.com/database/observability-exporter:1.5.4
579579
```
580580
> **Note:** If you are using `podman` you must specify the `:z` suffix on the volume mount so that the container will be able to access the files in the volume. For example: `-v ./wallet:/wallet:z`
581581

@@ -865,7 +865,7 @@ An exmaple of [custom metrics for Transacational Event Queues](./custom-metrics-
865865
If you run the exporter as a container image and want to include your custom metrics in the image itself, you can use the following example `Dockerfile` to create a new image:
866866
867867
```Dockerfile
868-
FROM container-registry.oracle.com/database/observability-exporter:1.5.3
868+
FROM container-registry.oracle.com/database/observability-exporter:1.5.4
869869
COPY custom-metrics.toml /
870870
ENTRYPOINT ["/oracledb_exporter", "--custom.metrics", "/custom-metrics.toml"]
871871
```

docker-compose/compose.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
start_period: 30s
4444

4545
exporter:
46-
image: container-registry.oracle.com/database/observability-exporter:1.5.3
46+
image: container-registry.oracle.com/database/observability-exporter:1.5.4
4747
container_name: exporter
4848
ports:
4949
- 9161:9161

kubernetes/metrics-exporter-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
1717
spec:
1818
containers:
1919
- name: metrics-exporter
20-
image: container-registry.oracle.com/database/observability-exporter:1.5.3
20+
image: container-registry.oracle.com/database/observability-exporter:1.5.4
2121
imagePullPolicy: Always
2222
env:
2323
# uncomment and customize the next item if you want to provide custom metrics definitions

0 commit comments

Comments
 (0)