Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.

Ship Harbor/Hub push with latest+version tags, deploy to ovirt.devops.org.ru, and show the package version badge in Help → About.
This commit is contained in:
Sergey Antropoff
2026-07-28 00:56:52 +03:00
parent 360e3de57e
commit 5650c0dc0f
18 changed files with 599 additions and 27 deletions
+2 -2
View File
@@ -2,5 +2,5 @@ apiVersion: v2
name: ovirt-api-simulator
description: Stateful oVirt Engine API simulator
type: application
version: 0.1.0
appVersion: "0.1.0"
version: 0.1.1
appVersion: "0.1.1"
@@ -8,7 +8,7 @@
# helm upgrade --install ovirt-sim ./helm/ovirt-api-simulator \
# -n ovirt-sim --create-namespace \
# -f helm/ovirt-api-simulator/values-ingress-example.yaml \
# --set ingress.hosts[0].host=ovirt-sim.example.com \
# --set ingress.hosts[0].host=ovirt.devops.org.ru \
# --set secrets.ticketSigningKey="$(openssl rand -hex 32)" \
# --set postgresql.auth.password="$(openssl rand -hex 16)"
@@ -42,7 +42,7 @@ ingress:
# custom-http-errors on this Ingress (overrides controller defaults):
nginx.ingress.kubernetes.io/custom-http-errors: "502,503"
hosts:
- host: ovirt-sim.example.com
- host: ovirt.devops.org.ru
paths:
- path: /
pathType: Prefix
+1 -1
View File
@@ -1,6 +1,6 @@
image:
repository: inecs/ovirt-api-simulator
tag: "0.1.0"
tag: "0.1.1"
pullPolicy: IfNotPresent
replicaCount: 1