Compare commits

...

2 Commits

Author SHA1 Message Date
renovate-bot 4bf1adeed9 🔧 Renovate: Update (major) percona/mongodb_exporter Docker tag to v2 2025-11-11 11:49:51 +00:00
Trez.One ce2fc5fbc1 Adding in npm install step. 2025-11-11 06:46:58 -05:00
2 changed files with 7 additions and 11 deletions
+6 -10
View File
@@ -16,16 +16,12 @@ jobs:
with:
ref: main
- name: Install aha
run: |
set -e
sudo apt-get -qq update >/dev/null
if sudo apt-get -qq install -y aha >/dev/null 2>&1; then
echo "✅ Successfully installed aha."
else
echo "❌ Failed to install aha." >&2
exit 1
fi
- name: Install dependencies for ansi-to-html
uses: bahmutov/npm-install@v1
with:
working-directory: ./path/to/actions-ansi-to-html
useLockFile: true
install-command: npm ci --silent
- name: Generate system info (ANSI preserved)
id: gen-sysinfo
+1 -1
View File
@@ -3974,7 +3974,7 @@ services:
container_name: mongodb-exporter
environment:
MONGODB_URI: mongodb://${MONGO_INITDB_ROOT_USERNAME}:${MONGO_INITDB_ROOT_PASSWORD}@mongodb:27017/admin?replicaSet=rinoa
image: percona/mongodb_exporter:0.47.1@sha256:8ba5d6e25fe7e30912f10b01a9e16e14c6c3af05f36dcaed0659690d70dc1670
image: percona/mongodb_exporter:2.37.0@sha256:afc6fe95557f506fcf9251f9363592c80abfedad506266d891db5d4c8d9be273
ports:
- 9216:9216
profiles: ["rinoa-apps"]