Skip to content

Commit e3ec38a

Browse files
author
Adib Rastegarnia
authored
Bump skupper site controller to 1.8.3 (#4)
* Bump skupper site controller to 1.8.3 * update top level version file
1 parent 43905e6 commit e3ec38a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.22
1+
1.0.23-dev

deployment-package/skupper/application.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ schemaVersion: "0.1"
66
$schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
77

88
name: skupper
9-
version: 0.1.4
9+
version: 0.1.5
1010
description: "Skupper for interconnecting bare metal k8s clusters"
1111
kind: extension
1212

1313
helmRegistry: "intel-rs-helm"
1414
chartName: "edge-orch/en/charts/skupper"
15-
chartVersion: "0.1.4"
15+
chartVersion: "0.1.5"
1616

1717
profiles:
1818
- name: default

deployment-package/skupper/deployment-package.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ $schema: "https://schema.intel.com/catalog.orchestrator/0.1/schema"
77

88
name: "skupper"
99
description: "Enables Skupper service on the edge"
10-
version: 0.1.5
10+
version: 0.1.6
1111
forbidsMultipleDeployments: true
1212
kind: extension
1313

1414
applications:
1515
- name: skupper
16-
version: 0.1.4
16+
version: 0.1.5
1717

1818
# namespace for networkpolicies and skupper pods
1919
defaultNamespaces:

helm/skupper/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ apiVersion: v2
55
name: skupper
66
description: A Helm chart for Skupper
77
type: application
8-
version: 0.1.4
9-
appVersion: "0.1.4"
8+
version: 0.1.5
9+
appVersion: "0.1.5"

helm/skupper/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
namespace: skupper-site-controller
99
image:
1010
repository: quay.io/skupper/site-controller
11-
tag: 1.5.1
11+
tag: 1.8.3
1212

1313
replicaCount: 1

0 commit comments

Comments
 (0)