Skip to content

Commit 9c78623

Browse files
authored
[Addon] Update the repository to oamdev for backstage addon (#777)
* updated the repository to oamdev Signed-off-by: Vibhor Chinda <[email protected]> Signed-off-by: Shivin Gopalani <[email protected]> * updated version and images Signed-off-by: Shivin Gopalani <[email protected]> --------- Signed-off-by: Vibhor Chinda <[email protected]> Signed-off-by: Shivin Gopalani <[email protected]>
1 parent 221810e commit 9c78623

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

experimental/addons/backstage/metadata.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ invisible: false
44
name: backstage
55
tags:
66
- Backstage
7-
version: 1.1.1
7+
version: 1.2.0

experimental/addons/backstage/parameter.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ parameter: {
66
name: "addon-backstage"
77
// +usage=The clusters to install
88
clusters?: [...string]
9-
image: *"wonderflow/backstage:v0.3" | string
9+
image: *"oamdev/backstage@sha256:e42e7de7c1007f456751a17fb3eb11794e6d80fb99eda0c03f7a4e34e91e6bec" | string
1010
pluginOnly: *false | bool
1111
// +usage=Specify the number of CPU units
1212
cpu: *0.1 | number

experimental/addons/backstage/resources/vela-adapt.cue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ adaptor: {
44
type: "webservice"
55
name: "backstage-plugin-vela"
66
properties: {
7-
image: "wonderflow/backstage-plugin-kubevela:v0.4"
7+
image: "oamdev/backstage-plugin-kubevela@sha256:a97cfd2d94968e32962f5c1a6d7cee3c4e4b874654d577675c14706d7e821d71"
88
if parameter["serviceType"] != _|_ {
99
exposeType: parameter["serviceType"]
1010
}

0 commit comments

Comments
 (0)