diff --git a/Makefile b/Makefile index 1a80882..fba1105 100644 --- a/Makefile +++ b/Makefile @@ -21,7 +21,7 @@ override DEPLOY_ARGS += $(CLUSTER_SETTINGS_FLAG) --deploytool helm export DEPLOY_ARGS GH_URL=https://submariner-io.github.io/submariner-charts/charts CHARTS_DIR=charts -CHARTS_VERSION=0.7.0 +CHARTS_VERSION=0.10.1 HELM_DOCS_VERSION=0.15.0 REPO_URL=$(shell git config remote.origin.url) diff --git a/submariner-operator/Chart.yaml b/submariner-operator/Chart.yaml index 4404f16..93f9d66 100644 --- a/submariner-operator/Chart.yaml +++ b/submariner-operator/Chart.yaml @@ -1,8 +1,8 @@ --- name: submariner-operator -version: 0.7.0 +version: 0.10.1 apiVersion: v2 -appVersion: 0.7.0 +appVersion: 0.10.1 description: Submariner enables direct networking between Pods and Services in different Kubernetes clusters keywords: home: https://submariner-io.github.io/ diff --git a/submariner-operator/README.md b/submariner-operator/README.md index ffcaf72..d0be811 100644 --- a/submariner-operator/README.md +++ b/submariner-operator/README.md @@ -1,6 +1,6 @@ # submariner-operator -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![AppVersion: 0.7.0](https://img.shields.io/badge/AppVersion-0.7.0-informational?style=flat-square) +![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![AppVersion: 0.10.1](https://img.shields.io/badge/AppVersion-0.10.1-informational?style=flat-square) Submariner enables direct networking between Pods and Services in different Kubernetes clusters @@ -27,7 +27,7 @@ Submariner enables direct networking between Pods and Services in different Kube | broker.server | string | `"example.k8s.apiserver"` | | | broker.token | string | `"test"` | | | gateway.image.repository | string | `"quay.io/submariner/submariner-gateway"` | | -| gateway.image.tag | string | `"0.7.0"` | | +| gateway.image.tag | string | `"0.10.1"` | | | ipsec.debug | bool | `false` | | | ipsec.ikePort | int | `500` | | | ipsec.natPort | int | `4500` | | @@ -38,7 +38,7 @@ Submariner enables direct networking between Pods and Services in different Kube | operator.affinity | object | `{}` | | | operator.image.pullPolicy | string | `"IfNotPresent"` | | | operator.image.repository | string | `"quay.io/submariner/submariner-operator"` | | -| operator.image.tag | string | `"0.7.0"` | | +| operator.image.tag | string | `"0.10.1"` | | | operator.resources | object | `{}` | | | operator.tolerations | list | `[]` | | | rbac.create | bool | `true` | | @@ -61,7 +61,7 @@ Submariner enables direct networking between Pods and Services in different Kube | submariner.debug | bool | `false` | | | submariner.globalCidr | string | `""` | | | submariner.images.repository | string | `"quay.io/submariner"` | | -| submariner.images.tag | string | `"0.7.0"` | | +| submariner.images.tag | string | `"0.10.1"` | | | submariner.natEnabled | bool | `false` | | | submariner.serviceCidr | string | `""` | | | submariner.serviceDiscovery | bool | `true` | | diff --git a/submariner-operator/questions.yml b/submariner-operator/questions.yml index 0407fd7..f47a358 100644 --- a/submariner-operator/questions.yml +++ b/submariner-operator/questions.yml @@ -13,7 +13,7 @@ questions: type: string label: Submariner Operator Image Repository - variable: operator.image.tag - default: "0.7.0" + default: "0.10.1" description: "Submariner Operator Image Tag" type: string label: Submariner Operator Image Tag @@ -31,7 +31,7 @@ questions: type: string label: Submariner Repository - variable: submariner.images.tag - default: "0.7.0" + default: "0.10.1" description: "Submariner Images Tag (shared for all non-operator images)" type: string label: Submariner Images Tag diff --git a/submariner-operator/values.yaml b/submariner-operator/values.yaml index 923df87..82a6b5f 100644 --- a/submariner-operator/values.yaml +++ b/submariner-operator/values.yaml @@ -12,7 +12,7 @@ submariner: cableDriver: "libreswan" images: repository: quay.io/submariner - tag: "0.7.0" + tag: "0.10.1" broker: server: example.k8s.apiserver token: test @@ -34,7 +34,7 @@ leadership: operator: image: repository: quay.io/submariner/submariner-operator - tag: "0.7.0" + tag: "0.10.1" pullPolicy: IfNotPresent resources: {} tolerations: [] @@ -42,7 +42,7 @@ operator: gateway: image: repository: quay.io/submariner/submariner-gateway - tag: "0.7.0" + tag: "0.10.1" serviceAccounts: operator: create: true