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

minio service definiions updated #167

Merged
merged 1 commit into from
Dec 13, 2024
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
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.7.12
current_version = 0.7.13

commit = True
tag = True
Expand Down
2 changes: 1 addition & 1 deletion src/plextrac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash
set -Eeuo pipefail

VERSION=0.7.12
VERSION=0.7.13

## Podman Global Declaration Variable
declare -A svcValues
Expand Down
4 changes: 2 additions & 2 deletions static/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -350,8 +350,8 @@ services:

minio:
ports:
- 9000:9000
- 9001:9001
- 127.0.0.1:9000:9000
- 127.0.0.1:9001:9001
image: chainguard/minio@sha256:92b5ea1641d52262d6f65c95cffff4668663e00d6b2033875774ba1c2212cfa7
restart: always
volumes:
Expand Down
Loading