Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.
Ship Harbor/Hub push with latest+version tags, deploy to vmware.devops.org.ru, and show the package version badge in Help → About.
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: vmware-api-simulator
|
||||
description: Stateful VMware API simulator (PostgreSQL-backed) for labs and CI
|
||||
type: application
|
||||
version: 0.1.0
|
||||
appVersion: "0.1.0"
|
||||
version: 0.1.1
|
||||
appVersion: "0.1.1"
|
||||
home: https://github.com/inecs/vmware-api-simulator
|
||||
keywords:
|
||||
- vmware
|
||||
|
||||
@@ -4,8 +4,8 @@
|
||||
# -n vmware-sim --create-namespace \
|
||||
# -f ./helm/vmware-api-simulator/values-ingress-example.yaml \
|
||||
# --set certManager.email=you@example.com \
|
||||
# --set ingress.hosts[0].host=vmware-sim.example.com \
|
||||
# --set ingress.tls[0].hosts[0]=vmware-sim.example.com \
|
||||
# --set ingress.hosts[0].host=vmware.devops.org.ru \
|
||||
# --set ingress.tls[0].hosts[0]=vmware.devops.org.ru \
|
||||
# --set secret.ticketSigningKey="$(openssl rand -hex 32)" \
|
||||
# --set postgresql.auth.password="$(openssl rand -hex 16)"
|
||||
|
||||
@@ -40,14 +40,14 @@ ingress:
|
||||
# custom-http-errors on this Ingress (overrides controller defaults):
|
||||
nginx.ingress.kubernetes.io/custom-http-errors: "502,503"
|
||||
hosts:
|
||||
- host: vmware-sim.example.com
|
||||
- host: vmware.devops.org.ru
|
||||
paths:
|
||||
- path: /
|
||||
pathType: Prefix
|
||||
tls:
|
||||
- secretName: vmware-api-simulator-tls
|
||||
hosts:
|
||||
- vmware-sim.example.com
|
||||
- vmware.devops.org.ru
|
||||
|
||||
certManager:
|
||||
enabled: true
|
||||
|
||||
@@ -7,7 +7,7 @@ image:
|
||||
repository: inecs/vmware-api-simulator
|
||||
pullPolicy: IfNotPresent
|
||||
# Overrides the image tag whose default is the chart appVersion.
|
||||
tag: ""
|
||||
tag: "0.1.1"
|
||||
|
||||
imagePullSecrets: []
|
||||
nameOverride: ""
|
||||
|
||||
Reference in New Issue
Block a user