Unpin images built with osh-images

Enabling ability to automate testing and auto promotion.
Unpinning ovs, mariadb and node-problem-detector images.

Change-Id: I6256452d575d23f84f4fd5c728437b0e4e9423f3
Signed-off-by: Andrii Ostapenko <andrii.ostapenko@att.com>
This commit is contained in:
Andrii Ostapenko 2020-09-30 10:53:46 -05:00 committed by Andrii Ostapenko
parent d86502a7b7
commit 9d5b9a9e42
6 changed files with 7 additions and 7 deletions

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm Kubernetes Node Problem Detector
name: kubernetes-node-problem-detector
version: 0.1.1
version: 0.1.2
home: https://github.com/kubernetes/node-problem-detector
sources:
- https://github.com/kubernetes/node-problem-detector

View File

@ -17,7 +17,7 @@
---
images:
tags:
node_problem_detector: docker.io/openstackhelm/node-problem-detector:ubuntu_bionic-20200714
node_problem_detector: docker.io/openstackhelm/node-problem-detector:latest-ubuntu_bionic
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0
pull_policy: IfNotPresent

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v10.2.31
description: OpenStack-Helm MariaDB
name: mariadb
version: 0.1.3
version: 0.1.4
home: https://mariadb.com/kb/en/
icon: http://badges.mariadb.org/mariadb-badge-180x60.png
sources:

View File

@ -20,7 +20,7 @@ release_group: null
images:
tags:
mariadb: openstackhelm/mariadb@sha256:5f05ce5dce71c835c6361a05705da5cce31114934689ec87dfa48b8f8c600f70
mariadb: docker.io/openstackhelm/mariadb:latest-ubuntu_xenial
ingress: quay.io/kubernetes-ingress-controller/nginx-ingress-controller:0.9.0
error_pages: gcr.io/google_containers/defaultbackend:1.4
prometheus_create_mysql_user: docker.io/mariadb:10.2.31

View File

@ -15,7 +15,7 @@ apiVersion: v1
appVersion: v1.0.0
description: OpenStack-Helm OpenVSwitch
name: openvswitch
version: 0.1.1
version: 0.1.2
home: http://openvswitch.org
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Neutron/OpenStack_Project_Neutron_vertical.png
sources:

View File

@ -20,8 +20,8 @@ release_group: null
images:
tags:
openvswitch_db_server: docker.io/openstackhelm/openvswitch:ubuntu_bionic-20191031
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:ubuntu_bionic-20191031
openvswitch_db_server: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
openvswitch_vswitchd: docker.io/openstackhelm/openvswitch:latest-ubuntu_bionic
dep_check: quay.io/airshipit/kubernetes-entrypoint:v1.0.0
image_repo_sync: docker.io/docker:17.07.0
pull_policy: "IfNotPresent"