From 7c441779f5a5dbda404454d933585ed96f704eec Mon Sep 17 00:00:00 2001 From: Opnxng Date: Thu, 3 Oct 2024 03:04:37 +0800 Subject: [PATCH] Photon: use latest image --- templates/compose/photon.yaml.j2 | 3 +-- vars/services.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/templates/compose/photon.yaml.j2 b/templates/compose/photon.yaml.j2 index 661b043..3e55c89 100644 --- a/templates/compose/photon.yaml.j2 +++ b/templates/compose/photon.yaml.j2 @@ -1,8 +1,7 @@ # {{ ansible_managed }} services: photon: - #image: ghcr.io/xyphyn/photon:latest - image: ghcr.io/xyphyn/photon:v1.31.3 + image: ghcr.io/xyphyn/photon:latest container_name: photon security_opt: - no-new-privileges diff --git a/vars/services.yaml b/vars/services.yaml index b7f584d..d81a0b3 100644 --- a/vars/services.yaml +++ b/vars/services.yaml @@ -1,12 +1,12 @@ compose: oracle1: - - redlib + - photon oracle2: - - redlib + - photon oracle3: - - redlib + - photon oracle4: - - redlib + - photon # ----------------------------------------------------------------------------------------------------