Skip to content

Commit 4f0eebc

Browse files
Merge pull request #1137 from otaviof/RHTAP-4843-p2
[RHTAP-4843] Remove `tssc-acs-test` Dependency from `tssc-integrations`
2 parents be181ed + a1329fa commit 4f0eebc

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

installer/charts/tssc-acs-test/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ version: "1.6.0"
77
appVersion: "4.8"
88
annotations:
99
tssc.redhat-appstudio.github.com/use-product-namespace: Advanced Cluster Security
10-
tssc.redhat-appstudio.github.com/depends-on: tssc-acs, tssc-gitops, tssc-tas, tssc-tpa, tssc-dh
10+
tssc.redhat-appstudio.github.com/depends-on: tssc-acs

installer/charts/tssc-integrations/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ description: TSSC Integrations
55
type: application
66
version: "1.6.0"
77
annotations:
8-
tssc.redhat-appstudio.github.com/depends-on: tssc-acs, tssc-gitops, tssc-dh, tssc-acs-test
8+
tssc.redhat-appstudio.github.com/depends-on: tssc-acs, tssc-gitops, tssc-dh

pkg/resolver/resolver_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ func TestNewResolver(t *testing.T) {
7171
"tssc-infrastructure",
7272
"tssc-backing-services",
7373
"tssc-acs",
74+
"tssc-acs-test",
7475
"tssc-gitops",
7576
"tssc-tas",
7677
"tssc-pipelines",
7778
"tssc-tpa-realm",
7879
"tssc-tpa",
7980
"tssc-app-namespaces",
8081
"tssc-dh",
81-
"tssc-acs-test",
8282
"tssc-integrations",
8383
}))
8484
})

0 commit comments

Comments
 (0)