Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/submariner-k8s-broker/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-k8s-broker
export VERSION=0.19.2
export VERSION=0.21.2

# pr, issue, none
export UPGRADE_METHOD=pr
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.19.2
appVersion: 0.21.2
description: Submariner Kubernetes Broker
home: https://submariner-io.github.io/
maintainers:
Expand All @@ -9,10 +9,10 @@ maintainers:
name: submariner-k8s-broker
sources:
- https://submariner-io.github.io/submariner-charts/charts
version: 0.19.2
version: 0.21.2
dependencies:
- name: submariner-k8s-broker
version: "0.19.2"
version: "0.21.2"
repository: "https://submariner-io.github.io/submariner-charts/charts"
keywords:
- networking
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ Submariner Kubernetes Broker
## Source Code

* <https://submariner-io.github.io/submariner-charts/charts>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| crd.create | bool | `true` | |
| rbac.create | bool | `true` | |
| serviceAccounts.client.create | bool | `true` | |
| serviceAccounts.client.name | string | `""` | |
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v2
appVersion: 0.19.2
appVersion: 0.21.2
description: Submariner Kubernetes Broker
home: https://submariner-io.github.io/
maintainers:
Expand All @@ -9,4 +9,4 @@ maintainers:
name: submariner-k8s-broker
sources:
- https://submariner-io.github.io/submariner-charts/charts
version: 0.19.2
version: 0.21.2
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,3 @@ Submariner Kubernetes Broker
## Source Code

* <https://submariner-io.github.io/submariner-charts/charts>

## Values

| Key | Type | Default | Description |
|-----|------|---------|-------------|
| crd.create | bool | `true` | |
| rbac.create | bool | `true` | |
| serviceAccounts.client.create | bool | `true` | |
| serviceAccounts.client.name | string | `""` | |
Loading