Update updater

This commit is contained in:
Guilhem Lavaux 2024-12-08 10:46:35 +01:00
parent 83f531e680
commit f9e0465ae6
3 changed files with 4 additions and 4 deletions

View File

@ -4,8 +4,8 @@ name: basic-web-app
PullName: basic-app-puller
description: A basic Helm chart to have PHP webapps in Kubernetes. It supports webhook for pulling from gitea
type: application
version: 2.2.2
appVersion: "2.2.2"
version: 2.2.3
appVersion: "2.2.3"
dependencies:
- name: postgresql

View File

@ -1,2 +1,2 @@
podman build -t glvx/web-updater .
podman push glvx/web-updater docker://docker.io/glvx/web-updater:241204-2
podman push glvx/web-updater docker://docker.io/glvx/web-updater:241208-0

View File

@ -20,7 +20,7 @@ updater:
image:
repository: glvx/web-updater
pullPolicy: IfNotPresent
tag: "241204-2"
tag: "241208-0"
url: "https://git.aquila-consortium.org/guilhem_lavaux/gl-website-deployer"
ssh:
enabled: false