Skip to content

Commit

Permalink
feat(teleport-operator): add version 16.4.8 (#484)
Browse files Browse the repository at this point in the history
* update teleport-operator version to `16.4.8`

* update path to CRDs
  • Loading branch information
nafisat2 authored Dec 10, 2024
1 parent 2e2c008 commit 36a4bb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libs/teleport-operator/config.jsonnet
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
local config = import 'jsonnet/config.jsonnet';
local versions = ['12.2.2', '13.0.4', '13.1.5', '13.2.3', '14.1.1', '15.0.1'];
local versions = ['12.2.2', '13.0.4', '13.1.5', '13.2.3', '14.1.1', '15.0.1', '16.4.8'];
local manifests = [
'resources.teleport.dev_accesslists.yaml', // added in 15.0
'resources.teleport.dev_githubconnectors.yaml',
Expand All @@ -22,7 +22,7 @@ config.new(
prefix: '^dev\\.teleport\\.resources\\..*',
localName: 'teleport-operator',
crds: [
'https://raw.githubusercontent.com/gravitational/teleport/v%s/examples/chart/teleport-cluster/charts/teleport-operator/templates/%s' %
'https://raw.githubusercontent.com/gravitational/teleport/refs/tags/v%s/examples/chart/teleport-cluster/charts/teleport-operator/operator-crds/%s' %
[version, manifest]
for manifest in manifests
],
Expand Down

0 comments on commit 36a4bb8

Please sign in to comment.