From c4760944f98f9e0e6561375a27232c8353898412 Mon Sep 17 00:00:00 2001 From: Stephen Kitt Date: Fri, 21 Aug 2020 11:13:10 +0200 Subject: [PATCH] Bump to 0.6.0 This changes the defaults to 0.6.0, pulling the images from our Quay repository. Signed-off-by: Stephen Kitt --- submariner-k8s-broker/Chart.yaml | 4 ++-- submariner/Chart.yaml | 4 ++-- submariner/questions.yml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/submariner-k8s-broker/Chart.yaml b/submariner-k8s-broker/Chart.yaml index 577fef3..9679702 100644 --- a/submariner-k8s-broker/Chart.yaml +++ b/submariner-k8s-broker/Chart.yaml @@ -1,7 +1,7 @@ --- name: submariner-k8s-broker -version: 0.4.1 -appVersion: 0.4.1 +version: 0.6.0 +appVersion: 0.6.0 description: Submariner Kubernetes Broker keywords: home: https://submariner-io.github.io/ diff --git a/submariner/Chart.yaml b/submariner/Chart.yaml index 621be5b..0de35c5 100644 --- a/submariner/Chart.yaml +++ b/submariner/Chart.yaml @@ -1,7 +1,7 @@ --- name: submariner -version: 0.4.0 -appVersion: 0.4.0 +version: 0.6.0 +appVersion: 0.6.0 description: Submariner enables direct networking between Pods and Services in different Kubernetes clusters keywords: home: https://submariner-io.github.io/ diff --git a/submariner/questions.yml b/submariner/questions.yml index 29750e8..5760c9f 100644 --- a/submariner/questions.yml +++ b/submariner/questions.yml @@ -8,12 +8,12 @@ questions: group: "Container Images" subquestions: - variable: engine.image.repository - default: "rancher/submariner" + default: "quay.io/submariner/submariner" description: "Submariner Engine Image Repository" type: string label: Submariner Engine Image Repository - variable: engine.image.tag - default: "v0.0.2" + default: "0.6.0" description: "Submariner Engine Image Tag" type: string label: Submariner Engine Image Tag @@ -26,12 +26,12 @@ questions: group: "Container Images" subquestions: - variable: routeAgent.image.repository - default: "rancher/submariner-route-agent" + default: "quay.io/submariner/submariner-route-agent" description: "Submariner Route Agent Image Repository" type: string label: Submariner Route Agent Image Repository - variable: routeAgent.image.tag - default: "v0.0.2" + default: "0.6.0" description: "Submariner Route Agent Image Tag" type: string label: Submariner Route Agent Image Tag