Add SemVer VERSION, Jenkins CI/CD, and release 0.1.1.
Ship Harbor/Hub push with latest+version tags, deploy to openstack.devops.org.ru, and show the package version badge in Help → About.
This commit is contained in:
@@ -2,8 +2,8 @@ apiVersion: v2
|
||||
name: openstack-api-simulator
|
||||
description: Stateful OpenStack API simulator (PostgreSQL + multi-port nginx gateway) 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/openstack-api-simulator
|
||||
keywords:
|
||||
- openstack
|
||||
|
||||
@@ -7,7 +7,7 @@ image:
|
||||
repository: inecs/openstack-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