commit 9d5b9a9e42c4c1eeb3aae06574b0b8a2d173a886 Author: Andrii Ostapenko Date: Wed Sep 30 10:53:46 2020 -0500 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 diff --git a/kubernetes-node-problem-detector/Chart.yaml b/kubernetes-node-problem-detector/Chart.yaml index 9e70162..a5228f9 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 bebe34f..99fb487 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 f9de134..c200a8b 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 b751472..147c7c9 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 b769b53..ec12b57 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 afe0ec0..8c8fb1e 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"