Skip to content

Commit

Permalink
robot: project submariner-operator chart upgrades from 0.16.2 to 0.19.0
Browse files Browse the repository at this point in the history
Signed-off-by: robot <[email protected]>
  • Loading branch information
robot committed Nov 8, 2024
1 parent 88c224b commit 57249af
Show file tree
Hide file tree
Showing 10 changed files with 1,221 additions and 1,219 deletions.
2 changes: 1 addition & 1 deletion charts/submariner-operator/config
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ export USE_OPENSOURCE_CHART=false
export REPO_URL=https://submariner-io.github.io/submariner-charts/charts
export REPO_NAME=submariner
export CHART_NAME=submariner-operator
export VERSION=0.16.2
export VERSION=0.19.0

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down
6 changes: 3 additions & 3 deletions charts/submariner-operator/submariner-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.16.2
appVersion: 0.19.0
description: Submariner enables direct networking between Pods and Services in different Kubernetes clusters
home: https://submariner-io.github.io/
maintainers:
Expand All @@ -9,10 +9,10 @@ maintainers:
name: submariner-operator
sources:
- https://submariner-io.github.io/submariner-charts/charts
version: 0.16.2
version: 0.19.0
dependencies:
- name: submariner-operator
version: "0.16.2"
version: "0.19.0"
repository: "https://submariner-io.github.io/submariner-charts/charts"
keywords:
- networking
2 changes: 2 additions & 0 deletions charts/submariner-operator/submariner-operator/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Submariner enables direct networking between Pods and Services in different Kube
| submariner.coreDNSCustomConfig | object | `{}` | |
| submariner.debug | bool | `false` | |
| submariner.globalCidr | string | `""` | |
| submariner.clustersetIpCidr | string | `""` | |
| submariner.clustersetIpEnabled | bool | `false` | |
| submariner.healthcheckEnabled | bool | `true` | |
| submariner.images.repository | string | `"quay.io/submariner"` | |
| submariner.images.tag | string | `"0.14.0"` | |
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.16.2
appVersion: 0.19.0
description: Submariner enables direct networking between Pods and Services in different
Kubernetes clusters
home: https://submariner-io.github.io/
Expand All @@ -10,4 +10,4 @@ maintainers:
name: submariner-operator
sources:
- https://submariner-io.github.io/submariner-charts/charts
version: 0.16.2
version: 0.19.0
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,8 @@ Submariner enables direct networking between Pods and Services in different Kube
| submariner.coreDNSCustomConfig | object | `{}` | |
| submariner.debug | bool | `false` | |
| submariner.globalCidr | string | `""` | |
| submariner.clustersetIpCidr | string | `""` | |
| submariner.clustersetIpEnabled | bool | `false` | |
| submariner.healthcheckEnabled | bool | `true` | |
| submariner.images.repository | string | `"quay.io/submariner"` | |
| submariner.images.tag | string | `"0.14.0"` | |
Expand Down
Loading

0 comments on commit 57249af

Please sign in to comment.