Compare commits

...
Sign in to create a new pull request.

32 commits

Author SHA1 Message Date
8ebd25ab37 Merge branch 'main' into testing
Some checks failed
CodeQL / Analyze (push) Has been cancelled
Java CI with Gradle / build (push) Has been cancelled
2025-05-04 11:37:32 +02:00
7bb8957b7c Merge branch 'main' into testing 2025-05-03 22:37:26 +02:00
04689e0631 Merge branch 'main' into testing 2025-04-30 16:28:44 +02:00
ab14cd6009 Merge branch 'main' into testing 2025-04-29 15:50:35 +02:00
8bf6692b8d Merge branch 'main' into testing 2025-03-31 22:57:49 +02:00
2ea6d9457d Merge branch 'main' into testing 2025-03-29 18:38:33 +01:00
e314e8f63e Merge branch 'main' into testing 2025-03-29 15:10:52 +01:00
88015cdbb3 Merge branch 'main' into testing 2025-03-28 21:29:53 +01:00
0868f3540f Merge branch 'main' into testing 2025-03-28 18:04:15 +01:00
ed1593ad48 Merge branch 'main' into testing 2025-03-24 15:06:28 +01:00
797184f183 Merge branch 'main' into testing 2025-03-22 18:07:38 +01:00
6fd7021803 Merge branch 'main' into testing 2025-03-20 18:49:39 +01:00
89cdc64350 Merge branch 'main' into testing 2025-03-19 22:59:58 +01:00
16b1101b45 Merge branch 'main' into testing 2025-03-18 21:49:35 +01:00
8ee68c1109 Merge branch 'main' into testing 2025-03-18 16:45:07 +01:00
5ce4c4295b Merge branch 'main' into testing 2025-03-17 16:53:29 +01:00
a6e8bdf77b Merge branch 'main' into testing 2025-03-16 23:05:36 +01:00
780b4894ca Allow VM operator to watch pods. 2025-03-16 22:44:44 +01:00
270f2b64f8 Improve debug message. 2025-03-16 22:33:01 +01:00
e6acafdf95 Consolidate debug messages. 2025-03-16 22:09:20 +01:00
03fb2a5e20 Merge branch 'main' into testing 2025-03-16 17:10:50 +01:00
7902ef7a7b Merge branch 'main' into testing 2025-03-15 12:37:12 +01:00
a1a40304c7 Merge branch 'main' into testing 2025-03-14 18:41:00 +01:00
fe4680ddc2 Merge branch 'main' into testing 2025-03-14 11:24:46 +01:00
c996cf733b Merge branch 'main' into testing 2025-03-12 21:52:25 +01:00
4aa2d6be5c Merge branch 'main' into testing 2025-03-12 17:48:35 +01:00
6d06ce2abd Merge branch 'main' into testing 2025-03-07 14:00:18 +01:00
5d3b19e827 Merge branch 'main' into testing 2025-03-06 15:07:12 +01:00
ef3d680421 Merge branch 'feature/auto-login' into testing 2025-03-05 13:33:48 +01:00
24e2f714d5 Merge branch 'main' into testing 2025-03-03 11:26:33 +01:00
b31016554a Merge branch 'feature/booted-status' into testing 2025-02-18 16:53:54 +01:00
be07468ca0 Recreate branch testing. 2025-02-17 10:27:33 +01:00
3 changed files with 9 additions and 6 deletions

View file

@ -20,7 +20,7 @@ spec:
containers:
- name: vm-operator
image: >-
ghcr.io/mnlipp/org.jdrupes.vmoperator.manager:latest
registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.manager:testing
imagePullPolicy: Always
env:
- name: JAVA_OPTS

View file

@ -8,9 +8,9 @@ metadata:
spec:
image:
source: ghcr.io/mnlipp/org.jdrupes.vmoperator.runner.qemu-arch:latest
# source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing
# source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:latest
# source: ghcr.io/mnlipp/org.jdrupes.vmoperator.runner.qemu-arch:3.3.1
source: registry.mnl.de/org/jdrupes/vm-operator/org.jdrupes.vmoperator.runner.qemu-arch:testing
# source: docker-registry.lan.mnl.de/vmoperator/org.jdrupes.vmoperator.runner.qemu-arch:feature-pools
pullPolicy: Always
runnerTemplate:

View file

@ -1,6 +1,6 @@
#
# VM-Operator
# Copyright (C) 2025 Michael N. Lipp
# Copyright (C) 2023 Michael N. Lipp
#
# This program is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
@ -19,7 +19,10 @@
handlers=java.util.logging.ConsoleHandler, \
org.jgrapes.webconlet.logviewer.LogViewerHandler
org.jdrupes.vmoperator.level=FINE
org.jgrapes.level=FINE
org.jgrapes.core.handlerTracking.level=FINER
org.jdrupes.vmoperator.manager.level=FINE
java.util.logging.ConsoleHandler.level=ALL
java.util.logging.ConsoleHandler.formatter=java.util.logging.SimpleFormatter