From 9d5b9a9e42c4c1eeb3aae06574b0b8a2d173a886 Mon Sep 17 00:00:00 2001 From: Andrii Ostapenko Date: Wed, 30 Sep 2020 10:53:46 -0500 Subject: [PATCH] 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 --- kubernetes-node-problem-detector/Chart.yaml | 2 +- kubernetes-node-problem-detector/values.yaml | 2 +- mariadb/Chart.yaml | 2 +- mariadb/values.yaml | 2 +- openvswitch/Chart.yaml | 2 +- openvswitch/values.yaml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/kubernetes-node-problem-detector/Chart.yaml b/kubernetes-node-problem-detector/Chart.yaml index 9e7016213..a5228f96c 100644 --- a/kubernetes-node-problem-detector/Chart.yaml +++ b/kubernetes-node-problem-detector/Chart.yaml @@ -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 diff --git a/kubernetes-node-problem-detector/values.yaml b/kubernetes-node-problem-detector/values.yaml index bebe34f01..99fb4874d 100644 --- a/kubernetes-node-problem-detector/values.yaml +++ b/kubernetes-node-problem-detector/values.yaml @@ -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 diff --git a/mariadb/Chart.yaml b/mariadb/Chart.yaml index f9de13499..c200a8bc1 100644 --- a/mariadb/Chart.yaml +++ b/mariadb/Chart.yaml @@ -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: diff --git a/mariadb/values.yaml b/mariadb/values.yaml index b751472da..147c7c9ca 100644 --- a/mariadb/values.yaml +++ b/mariadb/values.yaml @@ -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 diff --git a/openvswitch/Chart.yaml b/openvswitch/Chart.yaml index b769b53f4..ec12b57a3 100644 --- a/openvswitch/Chart.yaml +++ b/openvswitch/Chart.yaml @@ -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: diff --git a/openvswitch/values.yaml b/openvswitch/values.yaml index afe0ec0b1..8c8fb1eab 100644 --- a/openvswitch/values.yaml +++ b/openvswitch/values.yaml @@ -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"