We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b344eae commit 8557354Copy full SHA for 8557354
libs/cnrm/config.jsonnet
@@ -4,6 +4,7 @@ local versions = [
4
['1.82', '1.82.0'],
5
['1.93', '1.93.0'],
6
['1.99', '1.99.0'],
7
+ ['1.130', '1.130.2'],
8
];
9
10
@@ -13,7 +14,7 @@ config.new(
13
14
{
15
output: version[0],
16
prefix: '^com\\.google\\.cloud\\.cnrm\\..*',
- 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'],
18
localName: 'cnrm',
19
}
20
for version in versions
0 commit comments