Skip to content

Commit 8557354

Browse files
feat: Generate for latest CNRM version (1.130.2) (#530)
Signed-off-by: Jordi Clariana <jordi.clariana@ankorstore.com>
1 parent b344eae commit 8557354

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libs/cnrm/config.jsonnet

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ local versions = [
44
['1.82', '1.82.0'],
55
['1.93', '1.93.0'],
66
['1.99', '1.99.0'],
7+
['1.130', '1.130.2'],
78
];
89

910

@@ -13,7 +14,7 @@ config.new(
1314
{
1415
output: version[0],
1516
prefix: '^com\\.google\\.cloud\\.cnrm\\..*',
16-
crds: ['https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-config-connector/v' + version[1] +'/install-bundles/install-bundle-workload-identity/crds.yaml'],
17+
crds: ['https://raw.githubusercontent.com/GoogleCloudPlatform/k8s-config-connector/v' + version[1] + '/install-bundles/install-bundle-workload-identity/crds.yaml'],
1718
localName: 'cnrm',
1819
}
1920
for version in versions

0 commit comments

Comments
 (0)